

A screenshot of your Project Interpreter including the list of installed packages. The whole console output including the executed command in P圜harm.Ģ. We kindly ask you to provide it when reporting an issue. The following information will help us investigate the issue in depth. If it is installed/executed successfully - just to be sure, check one more time that you are using the same environment/interpreter and if so, file an issue to P圜harm issue tracker providing the information as described in the paragraph below. It is likely to be related to pip, your environment or some compatibility issue.

Search the web for similar problems and possible solutions ( StackOverflow, python forums, etc.). If it fails with the same error as in P圜harm - the problem is most likely not related to P圜harm. It is a common case with the base environment after Anaconda/Miniconda installation. Note: be sure your terminal is not activating some environment by default. run pip install or conda install accordingly if you have problems installing a package in P圜harm You may as well copy the executed by P圜harm command from Run window, paste it to the terminal and run. run python if you have problems importing some package in P圜harm virtualenvs//bin/activate or conda activate In case you are using a virtualenv/conda environment as your Project Interpreter in P圜harm, it is enough to activate that environment in the system terminal and then do the test.Įxample for virtualenv and conda environment:Ī) Go to File | Settings | Project: | Project Interpreter ( Preferences | Project: | Project Interpreter for macOS) to find where your environment/interpreter is located ī) Open your system terminal/cmd prompt and activate the same environment Į.g. Try installing/importing a package from the system terminal (outside of P圜harm) using the same interpreter/environment. Note: Having installed something from the system terminal/cmd prompt doesn't always mean it will be available in P圜harm.
