You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
cloning and
pip install -r requirements.txt
from scratch resulting in this errorI'm assuming 1.1.1 should also work, just wanted to throw this out there
The text was updated successfully, but these errors were encountered: