pycurl installieren mit pip - Fehler
Verfasst: Freitag 18. Februar 2022, 20:07
Hallo,
ich versuche bereits seit Tagen pycurl auf meinem WIN-Rechner zu installieren. Ich nutze zur Installation von neuen Modulen immer pip. Auch für pycurl habe ich es versucht. Ich erhalte allerdings immer diesen Fehler:
PS C:\Users\Homer> pip install pycurl
Collecting pycurl
Using cached pycurl-7.44.1.tar.gz (227 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 10
╰─> [1 lines of output]
Please specify --curl-dir=/path/to/built/libcurl
[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.
Habe auch schon Stunden bei google verbracht. Leider ohne Erfolg. Hat jemand einen Tip wie ich es installiert bekomme?
Meine Python Version ist 3.9.1
Vielen Dank
Torsten
ich versuche bereits seit Tagen pycurl auf meinem WIN-Rechner zu installieren. Ich nutze zur Installation von neuen Modulen immer pip. Auch für pycurl habe ich es versucht. Ich erhalte allerdings immer diesen Fehler:
PS C:\Users\Homer> pip install pycurl
Collecting pycurl
Using cached pycurl-7.44.1.tar.gz (227 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 10
╰─> [1 lines of output]
Please specify --curl-dir=/path/to/built/libcurl
[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.
Habe auch schon Stunden bei google verbracht. Leider ohne Erfolg. Hat jemand einen Tip wie ich es installiert bekomme?
Meine Python Version ist 3.9.1
Vielen Dank
Torsten