diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2020-05-03 18:20:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-03 18:20:52 -0600 |
| commit | 2ded173ae40ef8368e93367a02fc7db0b02cd34c (patch) | |
| tree | 2c87032bfcfd3e7830267982732a010976855e30 | |
| parent | 7309a004dc0f206f7dfc8d355711a2d8d7c9c62c (diff) | |
| parent | 2f3342efe6c1b8b8bb9abf628b7aeb74752d79e8 (diff) | |
| download | numpy-2ded173ae40ef8368e93367a02fc7db0b02cd34c.tar.gz | |
Merge pull request #16145 from seberg/troubleshoot-vscode
DOC: Add VSCode help link to importerror troubleshooting
| -rw-r--r-- | doc/source/user/troubleshooting-importerror.rst | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/source/user/troubleshooting-importerror.rst b/doc/source/user/troubleshooting-importerror.rst index f0af91751..131e698dd 100644 --- a/doc/source/user/troubleshooting-importerror.rst +++ b/doc/source/user/troubleshooting-importerror.rst @@ -49,14 +49,23 @@ Using Python from ``conda`` (Anaconda) Please make sure that you have activated your conda environment. See also the `conda user-guide <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment>`_. +If you use an external editor/development environment it will have to be set +up correctly. See below for solutions for some common setups. - -Using Anaconda/conda Python within PyCharm ------------------------------------------- +Using PyCharm with Anaconda/conda Python +---------------------------------------- There are fairly common issues when using PyCharm together with Anaconda, please see the `PyCharm support <https://www.jetbrains.com/help/pycharm/conda-support-creating-conda-virtual-environment.html>`_ +Using VSCode with Anaconda/conda Python (or environments) +--------------------------------------------------------- + +A commonly reported issue is related to the environment activation within +VSCode. Please see the `VSCode support <https://code.visualstudio.com/docs/python/environments>`_ +for information on how to correctly set up VSCode with virtual environments +or conda. + Raspberry Pi ------------ |
