-
Notifications
You must be signed in to change notification settings - Fork 1
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
Develop installation from source fails because of prettytensor dependence #2
Comments
Same issue if I create a Python 3.4 Conda environment.
However, |
However, when I try to run samyro in my Python 3 environment, the prettytensor version error still manifests:
|
The issue is that https://conda.anaconda.org/conda-forge only has tensorflow 0.8.0. The latest version is 0.9.0, and prettytensor relies on this one. You can get this to work by directly running
instead of install tensorflow via Conda. |
I'm not sure if you want to address this by upping the tensorflow version requirement to 0.9.0rc0 or holding prettytensor to an earlier version. (Though I imagine it's the former.) |
FWIW, Bill's suggested install instructions fail for me because he's using mac; the Google install instructions have a different path for my Linux (no-GPU) machine: |
I did the following to install samyro
(My fork of the code is identical to your original.)
I get this error.
However,
pip install samyro
succeeds.The text was updated successfully, but these errors were encountered: