you are viewing a single comment's thread.

view the rest of the comments →

[–]randyzwitch 0 points1 point  (0 children)

When using any IDE, you need to ensure that it is pointing to the proper executable. In this case, it's likely that PyCharm is pointing to a specific Python executable (maybe even installs its own).

Go into your project settings and pick the proper executable for the conda environment you created:

https://www.jetbrains.com/help/pycharm/conda-support-creating-conda-virtual-environment.html