what is the version of python that the mxnet package is supported on Pi? I am wondering if there is a version or modules path issues in my setting. It depends on which directory I enter python, I got different types of Import Error.
The early reported one - by entering python under /home/pi/my_mxnet_work/mxnet_py3, and append a path (see above), I got the ImportError about lib info. Now, by entering python under ... /home/pi/my_mxnet_work/mxnet_py3/lib/python3.4/site_-packages/mxnet, I got: File "/home/pi/my_mxnet_work/mxnet_py3/lib/python3.4/site-packages/mxnet/operator.py", line 24 ,in <module> ImportError: cannot import name 'Lock' If I pick another directory, I got another import error. I think maybe I miss something fundamental? Any input? thx! [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12472 ] This message was relayed via gitbox.apache.org for [email protected]
