Skip to content

Unable to install python library tables on newly created python 2.7.18 in Anaconda 3 #12647

Closed as not planned
@matx93

Description

@matx93

Description

Command pip install tables failed on environment python 2.7.18 created with Anaconda 3

ERROR: Could not find a version that satisfies the requirement oldest-supported-numpy (from versions: none)
ERROR: No matching distribution found for oldest-supported-numpy

Expected behavior

No response

pip version

20.3.4

Python version

2.7.18

OS

W10

How to Reproduce

Install py2.7 on Anaconda 3:
conda create -n py27 python=2.7

Install tables
pip install tables

Output

Full traceback:

pip install tables
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting tables
Using cached https://files.pythonhosted.org/packages/84/86/34604cfd8e79d23ffef7f1c0ab134ddb98da572d0fcb9cb4631d5b47f549/tables-3.5.2-cp27-cp27m-win_amd64.whl
Requirement already satisfied: numpy>=1.9.3 in c:\users*\appdata\local\anaconda3\envs\py27\lib\site-packages (from tables) (1.16.6)
Requirement already satisfied: six>=1.9.0 in c:\users*\appdata\roaming\python\python27\site-packages (from tables) (1.16.0)
Collecting numexpr>=2.6.2
Using cached https://files.pythonhosted.org/packages/76/b3/935d7a16f696ecfa8e06ce1153b1f54925a42904c245cebb15077762b965/numexpr-2.8.1.tar.gz
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users*\AppData\Local\anaconda3\envs\py27\python.exe' 'C:\Users*\AppData\Local\anaconda3\envs\py27\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'c:\users***\appdata\local\temp\pip-build-env-wacl5j\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel oldest-supported-numpy
cwd: None
Complete output (7 lines):
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006ec932b4/setuptools-44.1.1-py2.py3-none-any.whl
Collecting wheel
Using cached https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl
ERROR: Could not find a version that satisfies the requirement oldest-supported-numpy (from versions: none)
ERROR: No matching distribution found for oldest-supported-numpy

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions