I am new to python.. I am not able to import pyodbc I am getting an error in eclipse (just for this import) i install pyodbc
C:\Users\app_rahavm>pip install pyodbc
Requirement already satisfied: pyodbc in c:\users\app_rahavm\appdata\local\programs\python\python36-32\lib\site-packages
python interpeter is also updated with the path:
and still i am getting
Unresolved import: pyodbc
when i write this:
import pyodbc
i also see this package under packages
any ideas?
another thing i notice is that each install package has it's own .dist-info lib but i have only dist-info file which does not hav python files inside see image here see content of lib here