Python dotenv paketi kurulmuyor

zCurq

Hectopat
Katılım
15 Ocak 2021
Mesajlar
116
Daha fazla  
Cinsiyet
Erkek
Meslek
Dilenci
[CODE title="HATA"] × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [64 lines of output] error: subprocess-exited-with-error python setup.py egg_info did not run successfully. exit code: 1 [16 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 14, in <module> File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\setuptools\__init__.py", line 2, in <module> from setuptools.extension import Extension, Library File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\setuptools\extension.py", line 5, in <module> from setuptools.dist import _get_unpatched File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\setuptools\dist.py", line 7, in <module> from setuptools.command.install import install File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\setuptools\command\__init__.py", line 8, in <module> from setuptools.command import install_scripts File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\setuptools\command\install_scripts.py", line 3, in <module> from pkg_resources import Distribution, PathMetadata, ensure_directory File "C:\Users\sezer\AppData\Local\Temp\pip-wheel-sme7o2r8\distribute_725b80a10323408d8e4c961046d2f08b\pkg_resources.py", line 1518, in <module> register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider) AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed Encountered error while generating package metadata. See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\installer.py", line 75, in fetch_build_egg subprocess.check_call(cmd) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['C:\\Users\\sezer\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Users\\sezer\\AppData\\Local\\Temp\\tmp5kln8cui', '--quiet', 'distribute']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "C:\Users\sezer\AppData\Local\Temp\pip-install-y6uxf76u\dotenv_f7c300e37a3c48a0af4fcbe7f975468e\setup.py", line 13, in <module> setup(name='dotenv', File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\__init__.py", line 152, in setup _install_setup_requires(attrs) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\__init__.py", line 147, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\dist.py", line 806, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\pkg_resources\__init__.py", line 766, in resolve dist = best[req.key] = env.best_match( File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\pkg_resources\__init__.py", line 1051, in best_match return self.obtain(req, installer) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\pkg_resources\__init__.py", line 1063, in obtain return installer(requirement) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\dist.py", line 877, in fetch_build_egg return fetch_build_egg(self, req) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\installer.py", line 77, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['C:\\Users\\sezer\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Users\\sezer\\AppData\\Local\\Temp\\tmp5kln8cui', '--quiet', 'distribute']' returned non-zero exit status 1. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. [/CODE]
 

Yeni konular

Geri
Yukarı