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
After installing this library from source (setting OPENCV=1 and DARKNET_HOME to the source directory of darknet, which I cloned from the darknet repo and ran make on), when running import pydarknet, I get the following output:
>>> import pydarknet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pydarknet.cpython-36m-darwin.so, 2): Library not loaded: libdarknet.so
Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pydarknet.cpython-36m-darwin.so
Reason: image not found
What's going on? Thanks!
The text was updated successfully, but these errors were encountered:
After installing this library from source (setting OPENCV=1 and DARKNET_HOME to the source directory of darknet, which I cloned from the darknet repo and ran
make
on), when runningimport pydarknet
, I get the following output:What's going on? Thanks!
The text was updated successfully, but these errors were encountered: