greatexpectationslabs / cooper-pair

Cooper Pair is a Python library to simplify programmatic access to the Allotrope GraphQL API.
Apache License 2.0
0 stars 0 forks source link

setup.py uses private libraries of pip no longer available in current versions #13

Closed schrockn closed 5 years ago

schrockn commented 5 years ago

See https://github.com/pypa/pip/issues/5272

pip.download and similar are now totally hidden. in order to install cooper I manually installed requirements.txt and then commented out all dependency-related things in setup.py

schrockn commented 5 years ago

My versions:

(clarify) [schrockn@mbp ~/code/superconductive/cooper-pair (develop *)]$ python --version
Python 3.6.4
(clarify) [schrockn@mbp ~/code/superconductive/cooper-pair (develop *)]$ pip --version
pip 18.0 from /Users/schrockn/code/venvs/clarify/lib/python3.6/site-packages/pip (python 3.6)
warrenronsiek commented 5 years ago

This issue will cause pip install to fail when using this library.