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
On spyder 6.0.3, after starting, the app tells me that there is a new version available (6.0.4) and asks if I want to perform the update. When clicking "yes", spyder exits and a terminal is opened, but there is an error and it doesn't proceed.
Hi @QVbb8 thank you for the report! I think this is a duplicate of #23650 For the moment, to do the update, you can temporarily change the Terminal default shell to be bash instead of zsh or uninstall Spyder 6.0.3 and install Spyder 6.0.4 by downloading the GitHub release installer available manually (https://github.com/spyder-ide/spyder/releases/tag/v6.0.4).
Description
What steps will reproduce the problem?
On spyder 6.0.3, after starting, the app tells me that there is a new version available (6.0.4) and asks if I want to perform the update. When clicking "yes", spyder exits and a terminal is opened, but there is an error and it doesn't proceed.
Here are the lines displayed on the terminal:
"set +o history; /var/folders/nx/4l6dtjvn5hvc0wchhgm4mvnm0000gn/T/spyder-vagne/install.sh -i /var/folders/nx/4l6dtjvn5hvc0wchhgm4mvnm0000gn/T/spyder-vagne/updates/6.0.4/spyder-conda-lock.zip -c /Library/spyder-6/bin/mamba -p /Library/spyder-6/envs/spyder-runtime; exit;"
The first line seems to be executed successfully. Then the second line fails:
"set +o history; /var/folders/nx/4l6dtjvn5hvc0wchhgm4mvnm0000gn/T/spyder-vagne/install.sh -i /var/folders/nx/4l6dtjvn5hvc0wchhgm4mvnm0000gn/T/spyder-vagne/updates/6.0.4/spyder-conda-lock.zip -c /Library/spyder-6/bin/mamba -p /Library/spyder-6/envs/spyder-runtime; exit;"
The error message is "set: no such option: history".
I am on MacOS Sonoma 14.7.3
Versions
Dependencies
The text was updated successfully, but these errors were encountered: