How do I install a Python package with a .whl file?

后端 未结 17 2006
刺人心
刺人心 2020-11-22 00:54

I\'m having trouble installing a Python package on my Windows machine, and would like to install it with Christoph Gohlke\'s Window binaries. (Which, to my experience, allev

17条回答
  •  面向向阳花
    2020-11-22 01:19

    What I did was first updating the pip by using the command: pip install --upgrade pip and then I also installed wheel by using command: pip install wheel and then it worked perfectly Fine.

    Hope it works for you I guess.

提交回复
热议问题