Discussions
Is it support python 2.7 and 3.4 ?
over 9 years ago by kwang nam
Hi
I tested your packages and got a problem , It works well on Python 2.7 but not on Python 3.4 like this
when use Python 3.4
from . import version
ImportError: cannot import name 'version'
ERROR: Module: test.opendeeptest could not be imported (file: E:/project_luna/cuda/open_deep/test/opendeeptest.py).
Importing test modules ... done.
Any suggestion ?