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
Hi,
I'm having issues with the installation.
I cloned the repository then ran the script
python setup.py developPython 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