-
Notifications
You must be signed in to change notification settings - Fork 13
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 instructions - trouble #29
Comments
Did you try installing tensorflow yourself on radon? Because it is pre-installed for you and you shouldn't need to do anything, at least if you use the jupyterhub setup. If you run the installation manually, it seems this is exactly this error: ContinuumIO/anaconda-issues#483 I've never had it myself, but it seems one solution is to run |
Also a possibility (depending on where you installed TF from) is that it is related to this: |
I uninstalled "my" tensorflow, and ran "import tensorflow", both with and
without jupyter, and it barfs (see below.)
BTW, "locate tensorflow" on radon only finds stuff in /mnt/datahd (there's
lots of stuff in /home though.)
…---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-a649b509054f> in <module>()
----> 1 import tensorflow
ModuleNotFoundError: No module named 'tensorflow'
On Tue, Jan 30, 2018 at 11:36 AM, Jonas Adler ***@***.***> wrote:
Also a possibility (depending on where you installed TF from) is that it
is related to this:
lakshayg/tensorflow-build#1
<lakshayg/tensorflow-build#1>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmnCcXehaLFYBirPq4FG_7JY5cT6bt_ks5tPvC5gaJpZM4RyFzR>
.
|
When following the official documentation at
https://github.com/adler-j/odlworkshop/blob/master/code/part0_install.ipynb
(on radon) I get the following error when testing tensorflow (the install proceeded ok.) Possibly radon is out of wack, but no luck with gelfand either (it's out of disk space.)
edit: @adler-j formated
The text was updated successfully, but these errors were encountered: