Mein Ubuntu 10.04 kam mit Python 2.6. Jetzt habe ich auch Python 2.7 installiert, was jetzt das System standardmäßig ist, da ich Python < /code> vom Terminal aus startete, Python 2.7. Folgen Sie unten einige Ergebnisse meiner Versuche und Schlussfolgerungen. Ich habe PIP durch die Installation von Pysftp < /code> installiert, aber es heißt Folgendes: < /p>
Downloading/unpacking pysftp
Running setup.py egg_info for package pysftp
Traceback (most recent call last):
File "", line 3, in
File "/usr/local/lib/python2.6/dist-packages/setuptools/__init__.py", line 12, in
from setuptools.extension import Extension
File "/usr/local/lib/python2.6/dist-packages/setuptools/extension.py", line 8, in
from .dist import _get_unpatched
File "/usr/local/lib/python2.6/dist-packages/setuptools/dist.py", line 21, in
packaging = pkg_resources.packaging
AttributeError: 'module' object has no attribute 'packaging'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 3, in
File "/usr/local/lib/python2.6/dist-packages/setuptools/__init__.py", line 12, in
from setuptools.extension import Extension
File "/usr/local/lib/python2.6/dist-packages/setuptools/extension.py", line 8, in
from .dist import _get_unpatched
File "/usr/local/lib/python2.6/dist-packages/setuptools/dist.py", line 21, in
packaging = pkg_resources.packaging
AttributeError: 'module' object has no attribute 'packaging'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in ./pip-log.txt
< /code>
Es scheint mir, dass PIP (das offensichtlich vor der Installation von Python 2.7 installiert wurde) mit der alten Version von Python, die Pysftp nicht unterstützt. Auch weil ich, wenn ich PIP --version < /code> mache, heißt: < /p>
pip 0.3.1 from /usr/lib/python2.6/dist-packages (python 2.6)
< /code>
Wenn ich python < /code> mache, gibt es mir die folgenden Informationen: < /p>
python: /usr/src/Python-2.7.10/python /usr/bin/python2.6 /usr/bin/python /etc/python2.6 /etc/python /usr/lib/python2.6 /usr/lib/python3.1 /usr/lib64/python2.6 /usr/lib64/python3.1 /usr/local/bin/python2.7-config /usr/local/bin/python /usr/local/bin/python2.7 /usr/local/lib/python2.6 /usr/local/lib/python2.7 /usr/include/python2.6 /usr/share/python /usr/share/man/man1/python.1.gz
< /code>
Wie kann ich pysftp installieren? < /p>
Installation von PYSFTP über PIP fehlgeschlagen (wegen 2 Python2.x -Versionen?) ⇐ Python
-
- Similar Topics
- Replies
- Views
- Last post