Closed Franzl123 closed 6 years ago
I'm afraid I'm not able to reproduce :-(
No distributions at all found for cornice==0.16.2
This is weird because there definitely is one on PyPI: https://pypi.python.org/pypi/cornice/0.16.2
Is there anything unusual about the way you'd be talking to PyPI here?
Cannot fetch index base URL http://pypi.python.org/simple/
This site requires use of https protocol. I don't how do update Makefile / build-scripts to achive it.
This site requires use of https protocol. I don't how do update Makefile / build-scripts to achive it.
I don't see anything in the Makefile here that would cause it to use http rather than https, when accessing pypi. Is it possible you have some local configuration for python that's causing this? What version of pip are you using?
No, no local configuration. Stock Debian 7 vanilla installation just for git and syncservice.
All my problems come to nothing upgrading my server from Debian 7 (Wheezy) to Debian 8 (Jessie). Debian Wheezy (v7.11) comes with Python v2.7.3 / pip v1.1and Debian Jessie (v8.9) with Python v2.7.9 / pip v1.5.6.
Older versions of pip and distribute default to http://pypi.python.org/simple, which no longer works. A solution is to install an up-to-date pip and distribute using pip install -i https://pypi.python.org/simple -U pip distribute
into the virtual environment before running the rest of the build process.
thanks @thvitt; I've added this to the build script in https://github.com/mozilla-services/syncserver/commit/d03e4ece569491edd71ab77aba8cdea7590698ad
when i start "sudo make build", i get several warnings and the script stops with an error
pip.log@pastebin