2017-01-09 16 views
0

Ich versuche, mit dem Befehl rudolf2 mit pip in Ubuntu zu installieren:rudolf2 Installation in Ubuntu

pip install --user rudolf2==0.3   

Ich brauche Version 0.3 ..

Ich erhalte den folgenden Fehler:

Could not find a version that satisfies the requirement rudolf2==0.3 (from versions:) No matching distribution found for rudolf2==0.3

Wie kann ich beheben?

Antwort

1

Paket könnte manuell installiert werden:

wget https://pypi.python.org/packages/88/c5/1f96b6cf063de20493607a7e401572c819c399249c1fb5ce90bef4d3dbaa/rudolf-0.3.tar.gz#md5=dac4f105bfe40dbd70404af0d8c912f4 
tar xvf rudolf2-0.3.tar.gz 
cd rudolf2-0.3 
python setup.py install 

zusätzlich können Sie Paket "Nase"

pip install nose==1.3.7 
brauchen