-
Notifications
You must be signed in to change notification settings - Fork 16
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
Installation Issues #71
Comments
To get this to work, you can edit the |
I'm not sure if I'm supposed to do this, but I changed the language to C and both the installation and first notebook example work Here is the exact change
|
Great. Thanks for the update and I'm glad to hear that you got something that worked! I expect that the |
Hi,
I'm having issues with the installation.
I cloned the repository then ran the script
python setup.py develop
Python version: 3.6
Tensorflow version:1.10.0
OS version: Mojave
I get the following error:
anaconda3/envs/wobblenv/lib/python3.6/site-packages/tensorflow -ltensorflow_framework
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'g++' failed with exit status 1
Otherwise, everything runs fine in google collab
The text was updated successfully, but these errors were encountered: