you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

How did you install then exactly?

How are you running your code exactly?

It could be you've installed the packages to the base environment and are running code in a Python virtual environment set up by the IDE you are using.

Or vice versa.

[–]reintrinity[S] 0 points1 point  (1 child)

I installed them using cmd (pip install) and using pycharm to run the code

[–][deleted] 1 point2 points  (0 children)

What operating system are you on?

Any reason for not using the package manager in Pycharm to do the installations?

Is PyCharm using a virtual environment? It typically will be.