-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WinError 64] The specified network name is no longer available #410
Comments
Are you using a File share? This is common if the file share machine is somehow blocked either by firewall or antimalware, or if the share name changed. |
Hi @karthiknadig, I am afraid I am just using the Windows file system on my local machine, no layers in-between, no WSL, etc. |
@buzzysin Did you update the value of any Environment variables? Did you change anything in hosts file? |
@karthiknadig My hosts file is untouched and my environment is something like this (Edit: removed environment variable spam to expiring pastebin link) |
@buzzysin What is the version of miniconda that you have? also does it fail if you use windows store python? |
I was using Miniconda 3 Python 3.12 version 24.1.2-0 isort now has some other issue where it is not being recognised as a formatter. I should probably open a different ticket for that. |
@buzzysin I sort is import organizer, you will see that when you use the
|
Thanks for the help! For now I've switched to using the windows store version of python, which solved my problem. |
@buzzysin I recommend having a look at Ruff Extension (https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff). It provides |
System info:
Windows 11 (Windows NT x64 10.0.22631)
VS Code version 1.88.1
ms-python.isort: 2023.10.1
This issue occurs with multiple formatters. I've tried ms-python.{autopep8, black, isort} and the same error occurs:
I expect this to be an environment or a network configuration issue on my end, but I haven't narrowed it down. Disabled my VPN, tried a different wireless channel, reset my wifi adaptor.
The text was updated successfully, but these errors were encountered: