-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
conda update to spyder 6.0.1 fails because PyQt5 lags behind #23437
Comments
Hi @wmotion thank you for the report! Not totally sure what's hapenning with the package dependencies resolution (we don't control the conda package for the default/ananconda conda channel) but I would say that you could try to update In case you want to create the new env where you will use the conda-forge channel you can run something like:
Then when you want to use Spyder you will need to activate the
Let us know if the info above helps! |
@wmotion, what's the output of |
@ccordoba12. With compliments: Output of
|
Thanks @wmotion! Everything seems in order. What do you get when you run in the terminal version of IPython the following? import qtpy
qtpy.QT_VERSION |
Take note that is in the situation where Spyder 5.5.1 works:
but it does not change after Thanks in turn @ccordoba12 |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
I resumed today with an oldish working version of Spyder.
The dialogue window offered me to update to 6.0.1 recommending me to run on the terminal the following commands
with the affectionate warning not to use
pip
for fear of breaking things.What steps reproduce the problem?
I launched the two commands as requested, which exited successfully. See the details in the collapsed boxes below.
stdout of
conda update anaconda
stdout of
conda install spyder=6.0.1
What is the expected output? What do you see instead?
As I start Spyder (from the menu icon), I receive the failure message in this dialogue
and nothing else happens. See also the traceback below
No improvement if I also do
conda update --all
. I am in no inclination of uninstalling and reinstalling anaconda for fear of breaking even more.If I roll back to
conda install spyder=5.5
, however, the system works again as expected. I then suspect that conda has not the necessary version of that dependency, which seems to defeat the purpose of a package manager.Traceback
If I start
spyder
in the terminal from the conda base environment, the tune is the same:Versions
All information retrieved from the terminal in the conda base environment:
spyder 6.0.1 py38h06a4308_0
python 3.8.18 h955ad1f_0
qmake --version
in the terminal givesQMake version 3.1 \ Using Qt version 5.15.2 ...
(QMake version 3.1 Using Qt version 5.12.8 ...
in the standard environment)conda list pyqt5
givespyqt5-sip 12.13.0 py38h5eee18b_0
The text was updated successfully, but these errors were encountered: