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

BLD: Error while installing requirements-dev.txt #29443

Closed
ShaharNaveh opened this issue Nov 6, 2019 · 1 comment · Fixed by #29445
Closed

BLD: Error while installing requirements-dev.txt #29443

ShaharNaveh opened this issue Nov 6, 2019 · 1 comment · Fixed by #29445
Labels
Build Library building on various platforms
Milestone

Comments

@ShaharNaveh
Copy link
Member

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:
no_python_3_7

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]$ 
@ShaharNaveh 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 ShaharNaveh changed the title BLD: No matching distribution found for python==3.7 BLD: Error while installing requirements-dev.txt Nov 6, 2019
@gfyoung gfyoung added the Build Library building on various platforms label Nov 6, 2019
@gfyoung
Copy link
Member

gfyoung commented Nov 6, 2019

cc @TomAugspurger

@jreback jreback added this to the 1.0 milestone Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants