python - Import NumPy on PyCharm - Stack Overflow
https://stackoverflow.com/questions/3562377624.02.2016 · In PyCharm go to. File → Settings, or use Ctrl + Alt + S < project name > → Project Interpreter → gear symbol → Add Local navigate to C:\Miniconda3\envs\my_env\python.exe, where my_env is the environment you want to use; Alternatively, in step 3 use C:\Miniconda3\python.exe if you did not create any further environments (if you never invoked conda create -n my_env …