Python pip unable to locate pyodbc

前端 未结 6 511
不思量自难忘°
不思量自难忘° 2020-12-24 06:51

Using virtualenv and just trying to install pyodbc. All resources I can find claim this should be extremely straightforward. After all the basic installs of MySQL, etc., jus

6条回答
  •  青春惊慌失措
    2020-12-24 07:16

    I had success when installed with

    sudo pip install --allow-external pyodbc --allow-unverified pyodbc pyodbc
    

    However, I also needed the unixodbc-dev package in order for pyodbc to actually compile.

提交回复
热议问题