I'm trying to import various modules (such as rasterio, numpy, pandas) in PyCharm, but all of them yield a ModuleNotFoundError. I have Anaconda installed, and the modules work in a Jupyter notebook, but I can't get them to work in PyCharm. I have tried adding the packages under the Python Interpreter in PyCharm, but it gives me long lines of code ending in ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects. I'm pretty new at this, so I'm completely stumped on how to handle this.
I am running on Python 3.10, macOS High Sierra 10.13.6