Skip to content
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

Could not find a version that satisfies the requirement gpflow==1.1.0 #2

Open
jerrickhoang opened this issue Sep 12, 2018 · 1 comment

Comments

@jerrickhoang
Copy link

cloning and pip install -r requirements.txt from scratch resulting in this error

Downloading/unpacking dotmap==1.2.20 (from -r requirements.txt (line 1))
  Downloading dotmap-1.2.20.tar.gz
  Running setup.py (path:/home/jhoang/dev/handful-of-trials/env/build/dotmap/setup.py) egg_info for package dotmap

Downloading/unpacking future==0.16.0 (from -r requirements.txt (line 2))
  Downloading future-0.16.0.tar.gz (824kB): 824kB downloaded
  Running setup.py (path:/home/jhoang/dev/handful-of-trials/env/build/future/setup.py) egg_info for package future

    warning: no files found matching '*.au' under directory 'tests'
    warning: no files found matching '*.gif' under directory 'tests'
    warning: no files found matching '*.txt' under directory 'tests'
Downloading/unpacking gpflow==1.1.0 (from -r requirements.txt (line 3))
  Could not find a version that satisfies the requirement gpflow==1.1.0 (from -r requirements.txt (line 3)) (from versions: 1.0.0, 1.0.0, 1.1.1, 1.2.0)
Cleaning up...
No distributions matching the version for gpflow==1.1.0 (from -r requirements.txt (line 3))

I'm assuming 1.1.1 should also work, just wanted to throw this out there

@lherlant
Copy link

I got this when I accidentally set up my virtualenv with Python 2.7. Switching to Python 3 fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants