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
While running the command on a fresh virtual env (using pip), I got the error messages:
ERROR: Could not find a version that satisfies the requirement python==3.7 (from -r requirements-dev.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for python==3.7 (from -r requirements-dev.txt (line 2))
I can't run pd.show_versions().
So here's what I've got:
pip -19.3.1
setuptools - 41.6.0
SS of the error:
Full text:
(venv-pandas) [bummy@null pandas-MomIsBestFriend]$ python -m pip install -r requirements-dev.txt
Collecting git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master (from -r requirements-dev.txt (line 68))
Cloning https://github.com/pandas-dev/pandas-sphinx-theme.git (to revision master) to /tmp/pip-req-build-_jc5c_b6
Running command git clone -q https://github.com/pandas-dev/pandas-sphinx-theme.git /tmp/pip-req-build-_jc5c_b6
Collecting numpy>=1.15
Using cached https://files.pythonhosted.org/packages/00/4a/e34fce8f18c0e052c2b49f1b3713469d855f7662d58ae2b82a88341e865b/numpy-1.17.3-cp37-cp37m-manylinux1_x86_64.whl
ERROR: Could not find a version that satisfies the requirement python==3.7 (from -r requirements-dev.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for python==3.7 (from -r requirements-dev.txt (line 2))
(venv-pandas) [bummy@null pandas-MomIsBestFriend]$
The text was updated successfully, but these errors were encountered:
ShaharNaveh
changed the title
Error: No matching distribution found for python==3.7
BLD: No matching distribution found for python==3.7
Nov 6, 2019
ShaharNaveh
changed the title
BLD: No matching distribution found for python==3.7
BLD: Error while installing requirements-dev.txt
Nov 6, 2019
While running the command on a fresh virtual env (using pip), I got the error messages:
I can't run
pd.show_versions()
.So here's what I've got:
SS of the error:

Full text:
The text was updated successfully, but these errors were encountered: