I'm trying to select the best solution for a pypi cache that can allow me to share my cache of eggs with other local users.
I'm looking at pypiserver, devpi and collective.eggproxy. I've gotten the first two to work and serve files but when I try to point another machine at the cache it fails. I've opened the ports on the firewall of my laptop and
telnet 192.168.9.5 (to the ip of my laptop) responds (i.e it doesn't timeout). In fact when I use pypi-server it lists my packages at http://192.168.9.5/simple
We have no distributions for setuptools that satisfies 'setuptools==21.0.0'.
Getting distribution for 'setuptools==21.0.0'.
While:
Installing.
Checking for upgrades.
Getting distribution for 'setuptools==21.0.0'.
Error: Couldn't find a distribution for 'setuptools==21.0.0'.