You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
When I try to run the neural-style example in /example/neural-style folder, I met the following problem:
Traceback (most recent call last):
File "/home/myfile/mxnet/example/neural-style/run.py", line 11, in <module>
from skimage import io, transform
File "/usr/local/lib/python2.7/dist-packages/skimage/io/__init__.py", line 7, in <module>
from .manage_plugins import *
File "/usr/local/lib/python2.7/dist-packages/skimage/io/manage_plugins.py", line 28, in <module>
from .collection import imread_collection_wrapper
File "/usr/local/lib/python2.7/dist-packages/skimage/io/collection.py", line 14, in <module>
from ..external.tifffile import TiffFile
File "/usr/local/lib/python2.7/dist-packages/skimage/external/tifffile/__init__.py", line 1, in <module>
from .tifffile import imsave, imread, imshow, TiffFile, TiffWriter, TiffSequence
File "/usr/local/lib/python2.7/dist-packages/skimage/external/tifffile/tifffile.py", line 153, in <module>
from . import _tifffile
RuntimeError: module compiled against API version a but this version of numpy is 9
My python version is 2.7.6, and numpy version is 1.8. The operation system is Ubuntu 14.04.
The text was updated successfully, but these errors were encountered:
When I try to run the neural-style example in /example/neural-style folder, I met the following problem:
My python version is 2.7.6, and numpy version is 1.8. The operation system is Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: