PyCall doesn't work with Enthought Canopy / EPD · Issue #42 · JuliaPy/PyCall.jl (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
When I type @pyimport math
, I get this error message:
ERROR: could not load module /Library/Frameworks/Python.framework/Versions/Current/bin/python: dlopen(/Library/Frameworks/Python.framework/Versions/Current/bin/python.dylib, 9): image not found
in pyinitialize at /Users/Celestrist/.julia/PyCall/src/PyCall.jl:365
in pyimport at /Users/Celestrist/.julia/PyCall/src/PyCall.jl:105
Any idea what happens?