skip to Main Content

I am trying to install python extension in vscode latest version and I can’t it
show to me Error while installing 'Python' extension. Please check the log for more details.
the output in log is

[2022-08-25 21:34:08.006] [renderer1] [error] Corrupt ZIP: end of central directory record signature not found: Invalid: Corrupt ZIP: end of central directory record signature not found
    at Q.downloadExtension (vscode-file://vscode-app/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:169227)
at async Q.doRun (vscode-file://vscodeapp/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:168169)
[2022-08-25 21:37:57.509] [renderer1] [error] ["Invalid: Corrupt ZIP: end of central directory record signature not found","    at Q.downloadExtension (vscode-file://vscode-app/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:169227)","    at async Q.doRun (vscode-file://vscode-app/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:168169)"]
[2022-08-25 21:37:57.516] [renderer1] [error] Corrupt ZIP: end of central directory record signature not found: Invalid: Corrupt ZIP: end of central directory record signature not found
    at Q.downloadExtension (vscode-file://vscode-app/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:169227)
    at async Q.doRun (vscode-file://vscode-app/c:/Users/Zakaria/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js:83:168169)

I am trying to install manually
using this command after download extension but i get t same problem

code --install-extension ms-python.python-2022.12.1.vsix
so I uninstall vscode and delete the file extension and reinstall again but I get the same problem .

can any one help me ????

2

Answers


  1. If you install these extensions on vscode and it gives an error, change the net!
    I can install add-ons without problems with the first mobile net, but not with other nets (especially ADSL).
    If you don’t have the first mobile note available, try F-Y-L-T-R Shekan with the same note.

    Login or Signup to reply.
    1. Download the file "ms-python.python-xxxx.x.x.vsix" for manual installation. link:(https://marketplace.visualstudio.com/items?itemName=ms-python.python) (menu navigation ‘Version History’) 2) Turn off the internet on your computer. 3) Install the file "ms-python.python-хххх.х.х.vsix" through the menu "install from VSIX…".
      It helped me.
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search