Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

RuntimeError when running neural-style examples #2758

Closed
atticcas opened this issue Jul 19, 2016 · 3 comments
Closed

RuntimeError when running neural-style examples #2758

atticcas opened this issue Jul 19, 2016 · 3 comments

Comments

@atticcas
Copy link

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.

@piiswrong
Copy link
Contributor

@antinucleon

@bmorris3
Copy link

I'm also getting an issue like this from scikit-image in my Read The Docs build.

@phunterlau
Copy link
Contributor

This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants