I want to use pyodbc to connect to an .mdb database. I have pyodbc installed and also freetds --with-unixodbc. For what I can see the installation is ok. However, I'm new in coding and I can be doing anything wrong... I'm sorry if my question is redundant. I did find some other answers on the topic but I was still unable to solve this issue.
import pyodbc
ModuleNotFoundError: No module named 'pyodbc'
Please let me know what other information I should provide.