I am setting up a virtualenv on a new server, and when I used pip on our requirements file, it kept dying on Twisted. I commented the Twisted line out, and everything else installed fine. At the command line, this is the output I see when I try to install Twisted (the same error I see when I run the entire requirements file once it gets to the Twisted line):
(foo)company@server:~$ pip install twisted
Collecting twisted
Could not find a version that satisfies the requirement twisted (from versions: )
No matching distribution found for twisted
I can install Twisted fine from my dev machine and other servers, and on this server I seem to be able to install other packages fine.
Case and version do not matter. Same result if I use "twisted", "Twisted", "Twisted==15.2.1".
This is an EC2 instance running Ubuntu 14.04.02.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…