-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with pyodbc installation in venv python 3.10 #1020
Comments
Duplicate of #981 |
Are these unofficial wheels as a workaround (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyodbc)) safer ? any other work around ? and when can we expect this to be support python 3.10? |
if my python downgrades to 3.7 would this be worked out ? |
Yes, there are Windows wheels for Python 3.7 on PyPI. |
I hope this may help you https://stackoverflow.com/questions/71295840/python-pip-error-legacy-install-failure |
I downgraded python to 3.7. I ran the command python application.py and still error ModuleNotFoundError: No module named 'pyodbc'. How can I fix it?
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Are you sure you're using Python 3.7 ? Those paths say 3.8. |
oh sorry, I just downgraded to 3.7 and still got the same error |
Checked Everything including python path, version , dependencies etc. Nothing works. |
Here |
I have these environment and i would like to install pyodbc to work with accdb and mdb files.
I have created a virtual environment venv where i 'm trying to install the pyodbc as
python -m pip install pyodbc
Here it gives an error as:
I have verified that MS Visual C++ is already installed and but it is still giving an error.
could you please help me out to solve this on priority ?
The text was updated successfully, but these errors were encountered: