You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I strongly recommend that python environment in your PC is based on Anaconda3.
Install Anaconda3 & Pycharm.
Open Pycharm, create new project, click Existing interpreter, and choose the location of your anaconda python. (i.e. D:\Applications\Anaconda3\python.exe)
Reboot Pycharm.
If you have created your own projects based on other python environments, the solution steps: File->Settings->Project: XXX->Project Interpreter->the location of anaconda python.
Tips:
In Prompt, you can also use pip to install packages and the packages are still in conda list.
The solution of changing background color: File->Settings->Editor->Color Scheme->General->Darcula.
The text was updated successfully, but these errors were encountered:
I strongly recommend that python environment in your PC is based on Anaconda3.
Existing interpreter
, and choose the location of your anaconda python. (i.e.D:\Applications\Anaconda3\python.exe
)If you have created your own projects based on other python environments, the solution steps:
File
->Settings
->Project: XXX
->Project Interpreter
->the location of anaconda python.Tips:
pip
to install packages and the packages are still in conda list.File
->Settings
->Editor
->Color Scheme
->General
->Darcula
.The text was updated successfully, but these errors were encountered: