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
When I import the package, I encountered one error like this from .componentinfo import ComponentInfo ModuleNotFoundError: No module named 'jpegio.componentinfo'
All log from installation to import are following,
When I work outside the jpegio dir, I got different error
>>> import jpegio as jio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/mo/anaconda3/envs/py3image/lib/python3.6/site-packages/jpegio-0.2.1-py3.6-macosx-10.9-x86_64.egg/jpegio/__init__.py", line 7, in <module>
from .decompressedjpeg import DecompressedJpeg
ImportError: dlopen(/Users/mo/anaconda3/envs/py3image/lib/python3.6/site-packages/jpegio-0.2.1-py3.6-macosx-10.9-x86_64.egg/jpegio/decompressedjpeg.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libjpeg.62.dylib
Referenced from: /Users/mo/anaconda3/envs/py3image/lib/python3.6/site-packages/jpegio-0.2.1-py3.6-macosx-10.9-x86_64.egg/jpegio/decompressedjpeg.cpython-36m-darwin.so
Reason: image not found
When I import the package, I encountered one error like this
from .componentinfo import ComponentInfo ModuleNotFoundError: No module named 'jpegio.componentinfo'
All log from installation to import are following,
The text was updated successfully, but these errors were encountered: