I tried to use "Pandas" and "Numpy" in my PyCharm IDE but i get an Error:
import pandas ModuleNotFoundError: No module named 'pandas'
I installed the modue with CMD Line with "pip install" as usually. It is also in the ritght folder of site-packages. My System is Windows 10 and i have other packages installed this way like "PIL" with no problems.
Any Solutions? I am thankful for any help.