Using pip to install modules in python failing

后端 未结 6 2205
被撕碎了的回忆
被撕碎了的回忆 2021-01-04 08:22

I\'m having trouble installing python modules using pip. Below is the output from the command window:

Note that I installed pip immediately before trying to install

6条回答
  •  心在旅途
    2021-01-04 08:29

    This issue looks very similar to Python GDAL package missing header file when installing via pip which seems to have working solution.

    Usual problem with python libraries that have CPython extensions is explained here and solution is often:

    install library by downloading and running windows binary package.

提交回复
热议问题