Unable to install VS Code in Anaconda

11,058

Solution 1

  1. Ensure you have installed VS Code externally.
  2. Open VS Code, click "Extensions" on left-side of the panel.
  3. Ensure "Anaconda Extension Pack" is installed, if not, install it first.
  4. After finished installing "Anaconda Extension Pack", close VS Code.
  5. Open Anaconda Navigator using Administrator rights.
  6. VS Code should be in Home, under Applications on "base (root)". If not, click "Refresh" button on right-hand side.

Solution 2

I had the same problem. It only worked appropriately when I used install for all users and kept the default location. Neither a custom location with no spaces nor an installation on a default location on current user only worked. I would suggest you try that, Install for all users on the default location (C:\ProgramData\Anaconda3)

Share:
11,058

Related videos on Youtube

iAmoric
Author by

iAmoric

Updated on June 04, 2022

Comments

  • iAmoric
    iAmoric about 2 years

    I just downloaded Anaconda and I would like to install VS Code from the Navigator.

    I clicked on Install, and then I have the loading wheel for few seconds, and then nothing. The Install button turns green again, instead of changing to Launch:

    before: enter image description here

    during: enter image description here

    After: enter image description here

    There is no error messages to explain me what is the problem.

    I'm working on Windows 10 64 bits.

    How can I install VS Code from Anaconda ? Thanks