Having a problem running python script from import error of modules that i have installed on my computer

36 Views Asked by At

i have ran pip install tabulate (other Modules too) however when running script it says i am missing such modules

import error of the various modules as you can see it says that I have an issue even when i have tabulate installed.

evidence that i have tabulate

1

There are 1 best solutions below

0
Raziye On

at first step check your python version with :"python --version" and upgrade pip and install your module and check "pip list" to see if its installed . check you have activated your env If none of the above solutions work, you can try reinstalling the module using the --user flag