0

I have installed pyodbc inside my virtual environment(venv). However when I try to import this package it throws ModuleNotFoundError: No module named 'pyodbc'.enter image description here

Below is the screenshot of what happen when I run pip install pyodbc

enter image description here

also, I can see pyodbc is installed on venv with the output of pip freeze. Please help me resolve this issue so that I can use pyodbc module in my virtual environment.

0 Answers0