0

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
  • You may have installed it for a different Python --version. Commented May 6, 2023 at 5:34

1 Answer 1

-2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.