Python setup.py Wenn ich setuptools aber fehlerhaltePython

Python-Programme
Anonymous
 Python setup.py Wenn ich setuptools aber fehlerhalte

Post by Anonymous »

Ein Fehler tritt auf

Code: Select all

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\Administrator\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python312\\site-packages\\pkg_resources\\tests\\data\\my-test-package_unpacked-egg\\my_test_package-1.0-py3.7.egg\\EGG-INFO\\dependency_links.txt'
Ich habe PIP -Installation von Setuptools
und Python setup.py SDIST BDIST_WHEEL In Setup.Py Directory
Hier ein Fehler wie dieses ModulenotfoundError: No Module namens 'Setuptools', installiert. /> Nach dem Googeln stellte ich fest, dass die Verwendung dieses Befehls das Problem löste.

Code: Select all

python3 -m pip install --upgrade setuptools< /code>
Aber es funktioniert nicht mit Fehler < /p>
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\Administrator\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python312\\site-packages\\pkg_resources\\tests\\data\\my-test-package_unpacked-egg\\my_test_package-1.0-py3.7.egg\\EGG-INFO\\dependency_links.txt'
Ich verwende keine Dependacy_Links in Setup.py
Was ist das Problem?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post