You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the other applicable steps from the Troubleshooting Guide (So far, I have not tried uninstalling Spyder)
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
The built-in update from Spyder 6.0.1 doesn't succeed.
What steps reproduce the problem?
Open Spyder.
Wait for the dialog that says "Spyder 6.0.2 is available. Would you like to install it?"
Press "After closing" or "Yes". In the former case, you also have to close Spyder.
What is the expected output? What do you see instead?
I expect an update to Spyder 6.0.2 but it fails. See the Traceback below.
Paste Traceback/Error Below (if applicable)
=========================================================
Updating Spyder
---------------
IMPORTANT: Do not close this window until it has finished
=========================================================
Waiting for Spyder to quit...
Waiting for Spyder to quit...
Spyder quit.
/tmp/spyder-lukas/updates/6.0.2 ~/Desktop/repos/rqa
Updating Spyder base environment...
CondaFileIOError: 'conda-base-linux-64.lock'. [Errno 2] No such file or directory: 'conda-base-linux-64.lock'
Updating Spyder runtime environment...
CondaFileIOError: 'conda-runtime-linux-64.lock'. [Errno 2] No such file or directory: 'conda-runtime-linux-64.lock'
Cleaning packages and temporary files...
There are no unused package(s) to remove.
There are no tempfile(s) to remove.
Press return to exit and launch Spyder...
Versions
Spyder version: 6.0.1
Python version: 3.12.7 64-bit
Qt version: 5.15.8
PyQt version: 5.15.9
Operating System name/version: Linux 5.15.0-122-generic (x86_64) a.k.a. Linux Mint
Hey @joooeey, thanks for reporting. Some comments about what you said:
I expect an update to Spyder 6.0.2 but it fails. See the Traceback below.
How did you install Spyder? It's not clear if you used conda, pip or our standalone installer.
BTW, if you used the Spyder package that comes with your Linux distro, then the update process to go from 6.0.1 to 6.0.2 won't work. That was fixed in 6.0.2 by simply not offering the update in that case.
CondaFileIOError: 'conda-base-linux-64.lock'. [Errno 2] No such file or directory: 'conda-base-linux-64.lock'
It seems Spyder was unable to download or write to disk the file necessary to perform the update. Please check that the directory where you installed Spyder has the right permissions.
Versions
Spyder version: 6.0.2
Your current version (the one attached automatically to this issue by Spyder) is 6.0.2. So, how did you perform the update at the end?
Your current version (the one attached automatically to this issue by Spyder) is 6.0.2. So, how did you perform the update at the end?
That was a typo. I copied the number by hand. I had version 6.0.2 .
How did you install Spyder? It's not clear if you used conda, pip or our standalone installer.
It wasn't clear to me either. I assumed stand-alone but apparently I installed with mamba install spyder into a specific mamba environment. Consequently I managed to do the update with mamba activate roads and mamba update spyder just now.
I'm closing this issue now but clearer language in the nagging update dialog or in the traceback would be helpful.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
The built-in update from Spyder 6.0.1 doesn't succeed.
What steps reproduce the problem?
What is the expected output? What do you see instead?
I expect an update to Spyder 6.0.2 but it fails. See the Traceback below.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: