PyCharm does not recognize installed modules
software-testing.com › topic › 449485Jan 17, 2022 · import numpy as np ModuleNotFoundError: No module named 'numpy' When PyCharm creates the project, create a folder venv and I'm almost sure the problem is there, in some virtual environment that creates by default, but I don't know how to fix it, and I don't want to have to install in that environment the modules that I have already installed.