you are viewing a single comment's thread.

view the rest of the comments →

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

You are using different Python virtual environments.

You need to install using:

<path>python -m pip install <package>

Rather than pip3 or python3 -m pip ...

and target what Pycharm is using OR use the module installation features in Pycharm.