Python 3.7, Failed building wheel for MySql-Python

前端 未结 11 1470
忘了有多久
忘了有多久 2020-12-14 08:53

I am new to python and I am trying django framework that involves some MySql and ran into this error when try to do pip install mysqlclient and down the lines o

11条回答
  •  眼角桃花
    2020-12-14 09:19

    In my case, I had the 32-bit version of Python installed, instead of the 64-bit one. Install 64-bit Python and it would work alright.

提交回复
热议问题