pypm install (package) gives warning: no such package found for requirement

849 Views Asked by At

When I try pypm install twisted pypm install morbid pypm install orbited I get

warning: no such package found for requirement "twisted"; try PyPM Index:
http://code.activestate.com/pypm/search:twisted/

warning: no such package found for requirement "morbid"; try PyPM Index:
http://code.activestate.com/pypm/search:morbid/

warning: no such package found for requirement "orbited"; try PyPM Index:
http://code.activestate.com/pypm/search:orbited/

Does anyone know why none of these packages are recognised? Am I doing something obviously wrong?

0

There are 0 best solutions below