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'
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'
Was ist das Problem?