Reputation: 725
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
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
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