How to install this wheel?

后端 未结 5 744
灰色年华
灰色年华 2020-12-11 08:26

I managed to install pip but when I use pip to install the downloaded wheel, it prints:

C:\\Python34\\Scripts\\pip install pygame-1.9.2a0-cp34-none-win_amd64         


        
5条回答
  •  感情败类
    2020-12-11 09:00

    i tried a different version using 64 bit anaconda and it works fine

    pip install pygame-1.9.2a0-cp35-none-win_amd64.whl
    

    cp35 works a charm.

提交回复
热议问题