Rafael Higa
Rafael Higa

Reputation: 725

pyodbc legacy-install-failure in ubuntu python 3.9

I am not being able to install pyodbc

Sorry for the image, but it is on a private network and it does not allow me to do a copy-paste

enter image description here

enter image description here

I saw solutions like this, but it is for windows. I can't downgrade my python 3.9 either. Do you know a solution for this pyodbc installing?

Upvotes: 1

Views: 6065

Answers (1)

Greg Holst
Greg Holst

Reputation: 974

Had the same issue on Python 3.9. Running the following command solved it for me:

sudo apt install unixodbc-dev

Upvotes: 2

Related Questions