-
Notifications
You must be signed in to change notification settings - Fork 703
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
Pip install compile error on OS X Sierra 10.12.5 with Anaconda 3.6 #772
Comments
Updated to Sierra 10.12.6, same error. |
Thanks, we'll take a look into this. In the mean time, hopefully manual install will work? |
@altosaar I think this is likely fixed by #783 . Could you take a look? |
Thanks @neubig ! Did you test this with anaconda3? I'm still getting the same error so I'm not sure if the pip package has been updated: https://pastebin.com/raw/uWg755Dy |
Does it help to remove |
That worked, thanks! It looks like the version number is missing though, and importing doesn't work:
|
About the version number, see #752. |
Thanks -- just tried it, no dice
|
Well, now it's a different problem. It's not finding the wrong
The documentation should be clearer about this (currently it only explains what to do in the manual installation case). |
Awesome, that worked -- thanks! Steps I followed:
|
I'm trying to run
sudo pip install git+https://github.com/clab/dynet#egg=dynet
but am hitting an error:Full paste: https://pastebin.com/raw/P0TWDemW
The text was updated successfully, but these errors were encountered: