Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Found Image Errors Traceback When Trying To Execute python darknetDemo.py #35

Closed
Yoge-Code opened this issue Jul 4, 2017 · 3 comments

Comments

@Yoge-Code
Copy link

(py36) ➜  gettingStarted git:(master) python darknetDemo.py
Traceback (most recent call last):
  File "darknetDemo.py", line 4, in <module>
    import cv2
ImportError: dlopen(/Users/yoge/miniconda2/envs/py36/lib/python3.6/site-packages/cv2.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libopenblasp-r0.2.19.dylib
  Referenced from: /Users/yoge/miniconda2/envs/py36/lib/libopencv_hdf.3.2.0.dylib
  Reason: image not found
@lovettchris
Copy link
Member

Try this readme page on opencv.

@jimaobian
Copy link

Try:
conda update --all -c conda-forge

@Yoge-Code
Copy link
Author

@jimaobian thanks! it works!

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

No branches or pull requests

3 participants