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

后端 未结 5 1197
北恋
北恋 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 03:44

    For Ubuntu you also need to install build-essential

    sudo apt-get install build-essential
    

提交回复
热议问题