-
Notifications
You must be signed in to change notification settings - Fork 60
Error after installation via pip #42
Comments
Could you tell me the version? Is it |
Hi, thanks for the response. |
@bradkyle Could you try to build from source? Seems the wrapper doesn't build correctly in Python3.5 |
Maybe you can try sudo pip install tensorflow.tensorboard. |
Hi, I am facing the same issue. I am using python 3.5 and I installed tensorflow from pip3. Thanks in advance. |
Hi all, |
Hi! Same issue here. Symbol not found: _PyBytes_AsString Edit: Found a solution! Access tensorboard through your site-packages dir (I have tf globally installed) |
Hi all, |
Hi, I'm having the same issue with python 3.4.3 on Ubuntu 14.04.5 LTS.
|
same issue, python3.5.4, tensorboard a6, WSL. Installing |
It looks like the issue is related to finding the python executable in the wrapper script ( return SearchPath('python') On systems where there is a default python2 installation, this will load python2, even if you have python3 installed (often called python3). When I print out ['/usr/bin/python2.7', '/usr/lib/python3.4/site-packages/tensorboard/tensorboard.runfiles/org_tensorflow/tensorflow/tensorboard/tensorboard.py'] If I alter line 48 to search for python3 (instead of python), then tensorboard runs without issue. |
I have recently attempted to install tensorboard via pip as detailed in the README.md. The installation was deemed successful however when I try to run tensorboard after the installation, I keep on receiving an import/ undefined symbol error as seen below.
`
I am using Version: 1.0.0a6
Have I missed something in the installation process?
What can I do to fix this?
Thanks
The text was updated successfully, but these errors were encountered: