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

conda install on py3.5 (OSX 10.9.5) doesn't work #582

Open
andyfaff opened this issue Feb 16, 2016 · 1 comment
Open

conda install on py3.5 (OSX 10.9.5) doesn't work #582

andyfaff opened this issue Feb 16, 2016 · 1 comment

Comments

@andyfaff
Copy link

conda create -n pop dynd-python python=3
source activate pop
python
>>> import dynd

Results in:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/anz/miniconda3/envs/pop/lib/python3.5/site-packages/dynd/__init__.py", line 54, in <module>
from .config import _dynd_version_string as __libdynd_version__, \
ImportError: dlopen(/Users/anz/miniconda3/envs/pop/lib/python3.5/site-packages/dynd/config.cpython-35m-darwin.so, 2): Library not loaded: @rpath/libpydynd.dylib
Referenced from: /Users/anz/miniconda3/envs/pop/lib/python3.5/site-packages/dynd/config.cpython-35m-darwin.so
Reason: image not found
@izaid
Copy link
Member

izaid commented Feb 16, 2016

Try conda install -c dynd/channel/dev dynd-python.

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

2 participants