Home > database >  Visual Studio stalling python extension on m1 Macbook
Visual Studio stalling python extension on m1 Macbook

Time:12-01

I tried to install and manually install the Microsoft python extension, both not working. I have installed python 3.9.7 on my m1 macbook.

After I click "installing", then the following error message appears: enter image description here

And in the log: enter image description here

Also when I tried to install manually via the vsix file:

enter image description here

In the log it appears: enter image description here What is going on?

CodePudding user response:

There are many possible causes for XHR errors. You can refer to this article, and I think the easiest way is to restart or reinstall vscode.

  • Related