error: command 'x86_64-linux-gnu-gcc' when installing mysqlclient

后端 未结 5 1202
北恋
北恋 2020-12-14 03:23

I installed django 1.8.5 in virtualenv and using python 3.4.3 the worked displayed the it works page when using sqlite

I wanted to use mysql and I\'

5条回答
  •  渐次进展
    2020-12-14 04:03

    Tried all of the above suggestions and a few found elsewhere and nothing worked. In the end the solution was simple enough (courtesy of ignacionf on GitHub):

    pip install git+https://github.com/PyMySQL/mysqlclient-python.git
    

提交回复
热议问题