您好,登錄后才能下訂單哦!
這篇文章主要介紹解決anaconda vscode安裝不上的方法,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
anaconda vscode安裝不上怎么辦?
win10下Anaconda安裝時VScode 安裝失敗的解決辦法
問題描述:
在win10下安裝Anaconda 5.2.0時,最后有一步是要安裝VSCode,但是在聯網正常的情況下提示失敗。google了一下,找到了解決辦法。
I tried to install Anaconda 5.2.0 (64bit) to my laptop (Windows 10). It keeps give me error of "Please make sure you are connected to internet"error during installation of VSCode part. I am on the internet and previous installation steps are all fine except for this part.
解決辦法:
在anaconda目錄下,找到vscode_inst.py文檔,第110行原為:
VSCODE_ENDPOINT = 'https://vscode-update.azurewebsites.net/api/update/{}/stable/version'.format(VSCODE_SUBDIR) # NOQA
修改為:
VSCODE_ENDPOINT = 'https://update.code.visualstudio.com/api/update/{}/stable/version'.format(VSCODE_SUBDIR) # NOQA
完美解決。
以上是解決anaconda vscode安裝不上的方法的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。