Reputation: 19
I am currently trying to make a YouTube video down loader, but when i imported a module it says its not installed while pip says its installed. I reinstalled python but still no luck and i couldn't find a fix online. I looked online to try and find a fix but couldn't find anything replicating my issue or they just reinstalled and it worked which i tried already
i am Also running python 3.10 on vs code and used the pip3 and normal pip to install and both said it was installed so my question is why is the module saying its not installed and is there any fix? (any help appreciated)
Upvotes: 1
Views: 613
Reputation: 19
The fix for the issue is that multiple pythons where installed so removing both and re downloading one fixed it for me, i think one was from Microsoft store
Upvotes: 0
Reputation: 166
There are many possibilities for this: First confirm the version information
Upvotes: 1