Skip to content
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

Open
7 of 10 tasks
wmotion opened this issue Jan 8, 2025 · 5 comments
Open
7 of 10 tasks

conda update to spyder 6.0.1 fails because PyQt5 lags behind #23437

wmotion opened this issue Jan 8, 2025 · 5 comments

Comments

@wmotion
Copy link

wmotion commented Jan 8, 2025

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

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

  conda update anaconda
  conda install spyder=6.0.1 

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
Retrieving notices: ...working... done
Channels:
 - defaults
 - anaconda
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

environment location: /opt/anaconda/anaconda3

added / updated specs:
  - anaconda


The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
anaconda-custom            |           py38_3          42 KB
archspec-0.2.3             |     pyhd3eb1b0_0          47 KB
ca-certificates-2024.11.26 |       h06a4308_0         131 KB
certifi-2024.8.30          |   py38h06a4308_0         162 KB
conda-24.9.2               |   py38h06a4308_0         910 KB
frozendict-2.4.2           |   py38h5eee18b_0          55 KB
openssl-3.0.15             |       h5eee18b_0         5.2 MB
------------------------------------------------------------
                                       Total:         6.5 MB

The following NEW packages will be INSTALLED:

frozendict         pkgs/main/linux-64::frozendict-2.4.2-py38h5eee18b_0 

The following packages will be UPDATED:

anaconda                                    custom-py38_2 --> custom-py38_3 
archspec                               0.2.1-pyhd3eb1b0_0 --> 0.2.3-pyhd3eb1b0_0 
ca-certificates                     2023.12.12-h06a4308_0 --> 2024.11.26-h06a4308_0 
certifi                           2024.2.2-py38h06a4308_0 --> 2024.8.30-py38h06a4308_0 
conda                               24.1.0-py38h06a4308_0 --> 24.9.2-py38h06a4308_0 
openssl                                 3.0.13-h7f8727e_0 --> 3.0.15-h5eee18b_0 

Proceed ([y]/n)? y


Downloading and Extracting Packages:
                                                                                                                                                                                                           
Preparing transaction: done                                                                                                                                                                                    
Verifying transaction: done                                                                                                                                                                                    
Executing transaction: done
stdout of conda install spyder=6.0.1
Channels:
 - defaults
 - anaconda
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /opt/anaconda/anaconda3

  added / updated specs:
    - spyder=6.0.1


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    astroid-3.2.4              |   py38h06a4308_0         544 KB
    asyncssh-2.17.0            |   py38h06a4308_0         668 KB
    autopep8-2.0.4             |     pyhd3eb1b0_0          44 KB
    deprecated-1.2.13          |   py38h06a4308_0          15 KB
    flake8-7.1.1               |   py38h06a4308_0          90 KB
    ipykernel-6.29.5           |   py38h06a4308_0         205 KB
    menuinst-2.2.0             |   py38h06a4308_0         225 KB
    pycodestyle-2.12.1         |   py38h06a4308_0          55 KB
    pyflakes-3.2.0             |   py38h06a4308_0         117 KB
    pygithub-2.4.0             |   py38h06a4308_0         1.8 MB
    pylint-3.2.7               |   py38h06a4308_0         1.1 MB
    pylint-venv-3.0.3          |   py38h06a4308_0          11 KB
    pynacl-1.5.0               |   py38h5eee18b_0         1.1 MB
    python-lsp-black-2.0.0     |   py38h06a4308_0          14 KB
    python-lsp-jsonrpc-1.1.2   |     pyhd3eb1b0_0          12 KB
    python-lsp-server-1.12.0   |   py38h2f386ee_0         145 KB
    pyuca-1.2                  |   py38h06a4308_1         726 KB
    qdarkstyle-3.2.3           |     pyhd3eb1b0_0         615 KB
    qtawesome-1.3.1            |   py38h06a4308_0         1.6 MB
    qtconsole-5.6.0            |   py38h06a4308_0         207 KB
    rope-1.12.0                |   py38h06a4308_0         445 KB
    spyder-6.0.1               |   py38h06a4308_0         9.9 MB
    spyder-kernels-3.0.0       |   py38h2f386ee_0         502 KB
    superqt-0.6.7              |   py38h2f386ee_0         170 KB
    yapf-0.40.2                |   py38h06a4308_0         385 KB
    yarl-1.11.0                |   py38h5eee18b_0         148 KB
    ------------------------------------------------------------
                                           Total:        20.7 MB

The following NEW packages will be INSTALLED:

  asyncssh           pkgs/main/linux-64::asyncssh-2.17.0-py38h06a4308_0 
  deprecated         pkgs/main/linux-64::deprecated-1.2.13-py38h06a4308_0 
  pygithub           pkgs/main/linux-64::pygithub-2.4.0-py38h06a4308_0 
  pynacl             pkgs/main/linux-64::pynacl-1.5.0-py38h5eee18b_0 
  pyuca              pkgs/main/linux-64::pyuca-1.2-py38h06a4308_1 
  superqt            pkgs/main/linux-64::superqt-0.6.7-py38h2f386ee_0 

The following packages will be UPDATED:

  astroid                             2.14.2-py38h06a4308_0 --> 3.2.4-py38h06a4308_0 
  autopep8                               1.6.0-pyhd3eb1b0_1 --> 2.0.4-pyhd3eb1b0_0 
  flake8                               6.0.0-py38h06a4308_0 --> 7.1.1-py38h06a4308_0 
  ipykernel                           6.28.0-py38h06a4308_0 --> 6.29.5-py38h06a4308_0 
  menuinst                             2.0.2-py38h06a4308_0 --> 2.2.0-py38h06a4308_0 
  pycodestyle                         2.10.0-py38h06a4308_0 --> 2.12.1-py38h06a4308_0 
  pyflakes                             3.0.1-py38h06a4308_0 --> 3.2.0-py38h06a4308_0 
  pylint                              2.16.2-py38h06a4308_0 --> 3.2.7-py38h06a4308_0 
  pylint-venv                          2.3.0-py38h06a4308_0 --> 3.0.3-py38h06a4308_0 
  python-lsp-black                     1.2.1-py38h06a4308_0 --> 2.0.0-py38h06a4308_0 
  python-lsp-jsonrpc                     1.0.0-pyhd3eb1b0_0 --> 1.1.2-pyhd3eb1b0_0 
  python-lsp-server                    1.7.2-py38h06a4308_0 --> 1.12.0-py38h2f386ee_0 
  qdarkstyle                             3.0.2-pyhd3eb1b0_0 --> 3.2.3-pyhd3eb1b0_0 
  qtawesome                            1.2.2-py38h06a4308_0 --> 1.3.1-py38h06a4308_0 
  qtconsole                            5.4.2-py38h06a4308_0 --> 5.6.0-py38h06a4308_0 
  rope                                 1.7.0-py38h06a4308_0 --> 1.12.0-py38h06a4308_0 
  spyder                               5.4.3-py38h06a4308_1 --> 6.0.1-py38h06a4308_0 
  spyder-kernels                       2.4.4-py38h06a4308_0 --> 3.0.0-py38h2f386ee_0 
  yapf               pkgs/main/noarch::yapf-0.31.0-pyhd3eb~ --> pkgs/main/linux-64::yapf-0.40.2-py38h06a4308_0 
  yarl                                 1.9.3-py38h5eee18b_0 --> 1.11.0-py38h5eee18b_0 


Proceed ([y]/n)? y


Downloading and Extracting Packages:
                                                                                                                                                                                                               
Preparing transaction: done                                                                                                                                                                                    
Verifying transaction: done                                                                                                                                                                                    
Executing transaction: done

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

Screenshot from 2025-01-08 15-36-06

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:

Traceback (most recent call last):
  File "/opt/anaconda/anaconda3/bin/spyder", line 11, in <module>
    sys.exit(main())
  File "/opt/anaconda/anaconda3/lib/python3.8/site-packages/spyder/app/start.py", line 282, in main
    from spyder.app import mainwindow
  File "/opt/anaconda/anaconda3/lib/python3.8/site-packages/spyder/app/mainwindow.py", line 41, in <module>
    requirements.check_qt()
  File "/opt/anaconda/anaconda3/lib/python3.8/site-packages/spyder/requirements.py", line 50, in check_qt
    show_warning("Please check Spyder installation requirements:\n"
  File "/opt/anaconda/anaconda3/lib/python3.8/site-packages/spyder/requirements.py", line 29, in show_warning
    raise RuntimeError(message)
RuntimeError: Please check Spyder installation requirements:
PyQt5 5.15+ is required (found 5.12.10).
(base) 

Versions

All information retrieved from the terminal in the conda base environment:

  • Spyder version: spyder 6.0.1 py38h06a4308_0
  • Python version: python 3.8.18 h955ad1f_0
  • Qt version: qmake --version in the terminal gives QMake version 3.1 \ Using Qt version 5.15.2 ... (QMake version 3.1 Using Qt version 5.12.8 ... in the standard environment)
  • PyQt version: conda list pyqt5 gives pyqt5-sip 12.13.0 py38h5eee18b_0
  • Operating System name/version: Ubuntu 20.04.6 LTS
@dalthviz
Copy link
Member

dalthviz commented Jan 8, 2025

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 pyqt manually to be >5.15 🤔 However, another alternative would be to create a new conda env that uses the conda-forge channel and then you will be able to install the latest Spyder release 6.0.3.

In case you want to create the new env where you will use the conda-forge channel you can run something like:

conda create -n spyder-cf -c conda-forge spyder=6.0.3

Then when you want to use Spyder you will need to activate the spyder-cf env with something like

conda activate spyder-cf

Let us know if the info above helps!

@ccordoba12
Copy link
Member

@wmotion, what's the output of conda list pyqt? Also, please post the output of conda list.

@wmotion
Copy link
Author

wmotion commented Jan 9, 2025

@wmotion, what's the output of conda list pyqt? Also, please post the output of conda list.

@ccordoba12. With compliments:

Output of conda list pyqt:
# packages in environment at /opt/anaconda/anaconda3:
#
# Name                    Version                   Build          Channel
pyqt                      5.15.10          py38h6a678d5_0  
pyqt5-sip                 12.13.0          py38h5eee18b_0  
pyqtwebengine             5.15.10          py38h6a678d5_0  
Output of conda list:
# packages in environment at /opt/anaconda/anaconda3:
#
# Name                    Version                   Build  Channel
_anaconda_depends         2024.10              py38_mkl_0  
_ipyw_jlab_nb_ext_conf    0.1.0            py38h06a4308_1  
_libgcc_mutex             0.1                        main  
_openmp_mutex             5.1                       1_gnu  
_tflow_select             2.3.0                       mkl  
abseil-cpp                20211102.0           hd4dd3e8_0  
absl-py                   2.1.0            py38h06a4308_0  
aiobotocore               2.12.3           py38h06a4308_0  
aiohappyeyeballs          2.4.0            py38h06a4308_0  
aiohttp                   3.10.5           py38h5eee18b_0  
aioitertools              0.7.1              pyhd3eb1b0_0  
aiosignal                 1.2.0              pyhd3eb1b0_0  
alabaster                 0.7.12             pyhd3eb1b0_0  
altair                    5.0.1            py38h06a4308_0  
anaconda                  custom                   py38_3  
anaconda-anon-usage       0.4.4           py38hfc0e8ea_100  
anaconda-client           1.12.3           py38h06a4308_0  
anaconda-cloud-auth       0.5.1            py38h06a4308_0  
anaconda-navigator        2.6.3            py38h06a4308_0  
annotated-types           0.6.0            py38h06a4308_0  
anyio                     4.2.0            py38h06a4308_0  
aom                       3.6.0                h6a678d5_0  
appdirs                   1.4.4              pyhd3eb1b0_0  
archspec                  0.2.3              pyhd3eb1b0_0  
argon2-cffi               21.3.0             pyhd3eb1b0_0  
argon2-cffi-bindings      21.2.0           py38h7f8727e_0  
arrow                     1.3.0            py38h06a4308_0  
arrow-cpp                 14.0.2               h374c478_1  
astor                     0.8.1            py38h06a4308_0  
astroid                   2.14.2           py38h06a4308_0  
astropy                   5.1              py38h7deecbd_0  
asttokens                 2.0.5              pyhd3eb1b0_0  
astunparse                1.6.3                      py_0  
async-lru                 2.0.4            py38h06a4308_0  
async-timeout             4.0.3            py38h06a4308_0  
asyncssh                  2.17.0           py38h06a4308_0  
atk-1.0                   2.36.0               ha1a6a79_0  
atomicwrites              1.4.0                      py_0  
attrs                     24.2.0           py38h06a4308_0  
automat                   20.2.0                     py_0  
autopep8                  2.0.4              pyhd3eb1b0_0  
aws-c-auth                0.6.19               h5eee18b_0  
aws-c-cal                 0.5.20               hdbd6064_0  
aws-c-common              0.8.5                h5eee18b_0  
aws-c-compression         0.2.16               h5eee18b_0  
aws-c-event-stream        0.2.15               h6a678d5_0  
aws-c-http                0.6.25               h5eee18b_0  
aws-c-io                  0.13.10              h5eee18b_0  
aws-c-mqtt                0.7.13               h5eee18b_0  
aws-c-s3                  0.1.51               hdbd6064_0  
aws-c-sdkutils            0.1.6                h5eee18b_0  
aws-checksums             0.1.13               h5eee18b_0  
aws-crt-cpp               0.18.16              h6a678d5_0  
aws-sdk-cpp               1.10.55              h721c034_0  
babel                     2.11.0           py38h06a4308_0  
backcall                  0.2.0              pyhd3eb1b0_0  
backports                 1.1                pyhd3eb1b0_1  
backports.functools_lru_cache 1.6.4              pyhd3eb1b0_0  
backports.tempfile        1.0                pyhd3eb1b0_1  
backports.weakref         1.0.post1                  py_1  
backports.zoneinfo        0.2.1            py38h5eee18b_0  
bcrypt                    3.2.0            py38h5eee18b_1  
beautifulsoup4            4.12.3           py38h06a4308_0  
binaryornot               0.4.4              pyhd3eb1b0_1  
bitarray                  2.5.1            py38h5eee18b_0  
bkcharts                  0.2              py38h06a4308_1  
black                     24.8.0           py38h06a4308_0  
blas                      1.0                         mkl  
bleach                    4.1.0              pyhd3eb1b0_0  
blinker                   1.6.2            py38h06a4308_0  
blosc                     1.21.3               h6a678d5_0  
bokeh                     3.1.1            py38h2f386ee_0  
boltons                   23.0.0           py38h06a4308_0  
boost-cpp                 1.82.0               hdb19cb5_2  
boto3                     1.34.69          py38h06a4308_0  
botocore                  1.34.69          py38h06a4308_0  
bottleneck                1.3.7            py38ha9d4c09_0  
brotli                    1.0.9                h5eee18b_9  
brotli-bin                1.0.9                h5eee18b_9  
brotli-python             1.0.9            py38h6a678d5_8  
brunsli                   0.1                  h2531618_0  
bzip2                     1.0.8                h5eee18b_6  
c-ares                    1.19.1               h5eee18b_0  
c-blosc2                  2.12.0               h80c7b02_0  
ca-certificates           2024.11.26           h06a4308_0  
cachetools                5.3.3            py38h06a4308_0  
cairo                     1.16.0               hb05425b_5  
certifi                   2024.8.30        py38h06a4308_0  
cffi                      1.17.1           py38h1fdaa30_0  
cfitsio                   3.470                h5893167_7  
chardet                   4.0.0           py38h06a4308_1003  
charls                    2.2.0                h2531618_0  
charset-normalizer        3.3.2              pyhd3eb1b0_0  
click                     8.1.7            py38h06a4308_0  
cloudpickle               3.0.0            py38h06a4308_0  
clyent                    1.2.2                    py38_1  
colorama                  0.4.6            py38h06a4308_0  
colorcet                  3.1.0            py38h06a4308_0  
comm                      0.2.1            py38h06a4308_0  
conda                     24.9.2           py38h06a4308_0  
conda-build               24.9.0           py38h06a4308_0  
conda-content-trust       0.2.0            py38h06a4308_1  
conda-env                 2.6.0                         1  
conda-index               0.5.0            py38h06a4308_0  
conda-libmamba-solver     24.9.0             pyhd3eb1b0_0  
conda-package-handling    2.3.0            py38h06a4308_0  
conda-package-streaming   0.10.0           py38h06a4308_0  
conda-repo-cli            1.0.88           py38h06a4308_0  
conda-token               0.5.0              pyhd3eb1b0_0  
conda-verify              3.4.2                      py_1  
constantly                23.10.4          py38h06a4308_0  
contourpy                 1.0.5            py38hdb19cb5_0  
cookiecutter              2.6.0            py38h06a4308_0  
cryptography              43.0.0           py38hdda0065_0  
cssselect                 1.2.0            py38h06a4308_0  
curl                      8.11.1               hdbd6064_0  
cycler                    0.11.0             pyhd3eb1b0_0  
cyrus-sasl                2.1.28               h52b45da_1  
cython                    3.0.11           py38h5eee18b_0  
cytoolz                   0.12.2           py38h5eee18b_0  
daal4py                   2023.1.1         py38h79cecc1_0  
dal                       2023.1.1         hdb19cb5_48680  
dask                      2.12.0                     py_0  
dask-core                 2.12.0                     py_0  
datashader                0.15.2           py38h06a4308_0  
datashape                 0.5.4            py38h06a4308_1  
dav1d                     1.2.1                h5eee18b_0  
dbus                      1.13.18              hb2f20db_0  
debugpy                   1.6.7            py38h6a678d5_0  
decorator                 5.1.1              pyhd3eb1b0_0  
defusedxml                0.7.1              pyhd3eb1b0_0  
deprecated                1.2.13           py38h06a4308_0  
diff-match-patch          20200713           pyhd3eb1b0_0  
dill                      0.3.8            py38h06a4308_0  
distributed               2.12.0                   py38_0  
distro                    1.9.0            py38h06a4308_0  
docstring-to-markdown     0.11             py38h06a4308_0  
docutils                  0.18.1           py38h06a4308_3  
entrypoints               0.4              py38h06a4308_0  
et_xmlfile                1.1.0            py38h06a4308_0  
exceptiongroup            1.2.0            py38h06a4308_0  
executing                 0.8.3              pyhd3eb1b0_0  
expat                     2.6.4                h6a678d5_0  
filelock                  3.13.1           py38h06a4308_0  
flake8                    7.0.0            py38h06a4308_0  
flask                     3.0.3            py38h06a4308_0  
flatbuffers               24.3.25              h6a678d5_0  
fmt                       9.1.0                hdb19cb5_1  
font-ttf-dejavu-sans-mono 2.37                 hd3eb1b0_0  
font-ttf-inconsolata      2.001                hcb22688_0  
font-ttf-source-code-pro  2.030                hd3eb1b0_0  
font-ttf-ubuntu           0.83                 h8b1ccd4_0  
fontconfig                2.14.1               h4c34cd2_2  
fonts-anaconda            1                    h8fa9717_0  
fonts-conda-ecosystem     1                    hd3eb1b0_0  
fonttools                 4.51.0           py38h5eee18b_0  
freetype                  2.12.1               h4a9f257_0  
fribidi                   1.0.10               h7b6447c_0  
frozendict                2.4.2            py38h5eee18b_0  
frozenlist                1.4.0            py38h5eee18b_0  
fsspec                    2024.6.1         py38h06a4308_0  
future                    0.18.3           py38h06a4308_0  
gast                      0.4.0              pyhd3eb1b0_0  
gdk-pixbuf                2.42.10              h5eee18b_1  
gensim                    4.3.3            py38h1128e8f_0  
gflags                    2.2.2                h6a678d5_1  
giflib                    5.2.2                h5eee18b_0  
gitautopush               0.4.1                    pypi_0    pypi
gitdb                     4.0.7              pyhd3eb1b0_0  
gitpython                 3.1.43           py38h06a4308_0  
glib                      2.78.4               h6a678d5_0  
glib-tools                2.78.4               h6a678d5_0  
glog                      0.5.0                h6a678d5_1  
gmp                       6.2.1                h295c915_3  
gmpy2                     2.1.2            py38heeb90bb_0  
gobject-introspection     1.78.1           py38h42194e9_1  
google-auth               2.29.0           py38h06a4308_0  
google-auth-oauthlib      0.5.2            py38h06a4308_0  
google-pasta              0.2.0              pyhd3eb1b0_0  
graphite2                 1.3.14               h295c915_1  
graphviz                  2.50.0               h78213b7_2  
greenlet                  3.0.1            py38h6a678d5_0  
grpc-cpp                  1.48.2               he1ff14a_1  
grpcio                    1.48.2           py38he1ff14a_1  
gst-plugins-base          1.14.1               h6a678d5_1  
gstreamer                 1.14.1               h5eee18b_1  
gtest                     1.14.0               hdb19cb5_1  
gtk2                      2.24.33              h73c1081_2  
gts                       0.7.6                hb67d8dd_3  
h11                       0.14.0           py38h06a4308_0  
h5py                      2.10.0           py38hd6299e0_1  
harfbuzz                  4.3.0                hf52aaf7_2  
hdf5                      1.10.6               h3ffc7dd_1  
heapdict                  1.0.1              pyhd3eb1b0_0  
holoviews                 1.17.1           py38h06a4308_0  
httpcore                  1.0.2            py38h06a4308_0  
httpx                     0.27.0           py38h06a4308_0  
huggingface_hub           0.24.6           py38h06a4308_0  
hvplot                    0.10.0           py38h06a4308_0  
hyperlink                 21.0.0             pyhd3eb1b0_0  
icu                       73.1                 h6a678d5_0  
idna                      3.7              py38h06a4308_0  
imagecodecs               2023.1.23        py38hc4b7b5f_0  
imageio                   2.33.1           py38h06a4308_0  
imagesize                 1.4.1            py38h06a4308_0  
imbalanced-learn          0.10.1           py38h06a4308_1  
importlib-metadata        7.0.1            py38h06a4308_0  
importlib_metadata        7.0.1                hd3eb1b0_0  
importlib_resources       6.4.0            py38h06a4308_0  
incremental               22.10.0            pyhd3eb1b0_0  
inflection                0.5.1            py38h06a4308_0  
iniconfig                 1.1.1              pyhd3eb1b0_0  
intake                    2.0.7            py38h06a4308_0  
intel-openmp              2023.1.0         hdb19cb5_46306  
intervaltree              3.1.0              pyhd3eb1b0_0  
ipykernel                 6.29.5           py38h06a4308_0  
ipympl                    0.9.3            py38h06a4308_0  
ipython                   8.12.2           py38h06a4308_0  
ipython_genutils          0.2.0              pyhd3eb1b0_1  
ipywidgets                8.1.2            py38h06a4308_0  
isort                     5.13.2           py38h06a4308_0  
itemadapter               0.3.0              pyhd3eb1b0_0  
itemloaders               1.1.0            py38h06a4308_0  
itsdangerous              2.2.0            py38h06a4308_0  
jaraco.classes            3.2.1              pyhd3eb1b0_0  
jdcal                     1.4.1              pyhd3eb1b0_0  
jedi                      0.19.1           py38h06a4308_0  
jeepney                   0.7.1              pyhd3eb1b0_0  
jellyfish                 1.0.1            py38hb02cf49_0  
jinja2                    3.1.4            py38h06a4308_0  
jmespath                  1.0.1            py38h06a4308_0  
joblib                    1.4.2            py38h06a4308_0  
jpeg                      9e                   h5eee18b_3  
jq                        1.7.1                h5eee18b_0  
json5                     0.9.6              pyhd3eb1b0_0  
jsonpatch                 1.33             py38h06a4308_1  
jsonpointer               2.1                pyhd3eb1b0_0  
jsonschema                4.23.0           py38h06a4308_0  
jsonschema-specifications 2023.7.1         py38h06a4308_0  
jupyter                   1.0.0            py38h06a4308_9  
jupyter-lsp               2.2.0            py38h06a4308_0  
jupyter_client            8.6.0            py38h06a4308_0  
jupyter_console           6.6.3            py38h06a4308_0  
jupyter_core              5.7.2            py38h06a4308_0  
jupyter_events            0.10.0           py38h06a4308_0  
jupyter_server            2.14.1           py38h06a4308_0  
jupyter_server_terminals  0.4.4            py38h06a4308_1  
jupyterlab                4.2.5            py38h06a4308_0  
jupyterlab-variableinspector 3.1.0            py38h06a4308_0  
jupyterlab_pygments       0.1.2                      py_0  
jupyterlab_server         2.27.3           py38h06a4308_0  
jupyterlab_widgets        3.0.10           py38h06a4308_0  
jxrlib                    1.1                  h7b6447c_2  
kaleido-core              0.2.1                h7c8854e_0  
keras                     2.4.3                hd3eb1b0_0  
keras-base                2.4.3              pyhd3eb1b0_0  
keras-preprocessing       1.1.2              pyhd3eb1b0_0  
keyring                   24.3.1           py38h06a4308_0  
kiwisolver                1.4.4            py38h6a678d5_0  
krb5                      1.20.1               h143b758_1  
lazy-object-proxy         1.10.0           py38h5eee18b_0  
lcms2                     2.16                 hb9589c4_0  
ld_impl_linux-64          2.40                 h12ee557_0  
lerc                      3.0                  h295c915_0  
libaec                    1.1.3                h6a678d5_0  
libarchive                3.6.2                h6ac8c49_3  
libavif                   0.11.1               h5eee18b_0  
libboost                  1.82.0               h109eef0_2  
libbrotlicommon           1.0.9                h5eee18b_9  
libbrotlidec              1.0.9                h5eee18b_9  
libbrotlienc              1.0.9                h5eee18b_9  
libclang                  14.0.6          default_hc6dbbc7_2  
libclang13                14.0.6          default_he11475f_2  
libcups                   2.4.2                h2d74bed_1  
libcurl                   8.11.1               hc9e6f67_0  
libdeflate                1.17                 h5eee18b_1  
libedit                   3.1.20230828         h5eee18b_0  
libev                     4.33                 h7f8727e_1  
libevent                  2.1.12               hdbd6064_1  
libffi                    3.4.4                h6a678d5_1  
libgcc-ng                 11.2.0               h1234567_1  
libgd                     2.3.3                h695aa2c_1  
libgfortran-ng            11.2.0               h00389a5_1  
libgfortran5              11.2.0               h1234567_1  
libglib                   2.78.4               hdc74915_0  
libgomp                   11.2.0               h1234567_1  
libiconv                  1.16                 h5eee18b_3  
libidn2                   2.3.4                h5eee18b_0  
liblief                   0.12.3               h6a678d5_0  
libllvm14                 14.0.6               hecde1de_4  
libmamba                  1.5.8                hfe524e5_2  
libmambapy                1.5.8            py38h2dafd23_2  
libnghttp2                1.57.0               h2d74bed_0  
libpng                    1.6.39               h5eee18b_0  
libpq                     17.2                 hdbd6064_0  
libprotobuf               3.20.3               he621ea3_0  
librsvg                   2.54.4               h36cc946_3  
libsodium                 1.0.18               h7b6447c_0  
libsolv                   0.7.30               he621ea3_1  
libspatialindex           1.9.3                h2531618_0  
libssh2                   1.11.1               h251f7ec_0  
libstdcxx-ng              11.2.0               h1234567_1  
libthrift                 0.15.0               h1795dd8_2  
libtiff                   4.5.1                h6a678d5_0  
libtool                   2.4.6             h6a678d5_1009  
libunistring              0.9.10               h27cfd23_0  
libuuid                   1.41.5               h5eee18b_0  
libwebp                   1.3.2                h11a3e52_0  
libwebp-base              1.3.2                h5eee18b_1  
libxcb                    1.15                 h7f8727e_0  
libxkbcommon              1.0.1                h5eee18b_1  
libxml2                   2.10.4               hfdd30dd_2  
libxslt                   1.1.37               h5eee18b_1  
libzopfli                 1.0.3                he6710b0_0  
linkify-it-py             2.0.0            py38h06a4308_0  
llvmlite                  0.41.0           py38he621ea3_0  
locket                    1.0.0            py38h06a4308_0  
lxml                      5.2.1            py38hdbbb534_0  
lz4-c                     1.9.4                h6a678d5_1  
lzo                       2.10                 h7b6447c_2  
markdown                  3.4.1            py38h06a4308_0  
markdown-it-py            2.2.0            py38h06a4308_1  
markupsafe                2.1.3            py38h5eee18b_0  
mathjax                   2.7.5                h06a4308_0  
matplotlib                3.7.2            py38h06a4308_0  
matplotlib-base           3.7.2            py38h1128e8f_0  
matplotlib-inline         0.1.6            py38h06a4308_0  
mccabe                    0.7.0              pyhd3eb1b0_0  
mdit-py-plugins           0.3.0            py38h06a4308_0  
mdurl                     0.1.0            py38h06a4308_0  
menuinst                  2.2.0            py38h06a4308_0  
mistune                   2.0.4            py38h06a4308_0  
mkl                       2023.1.0         h213fc3f_46344  
mkl-service               2.4.0            py38h5eee18b_1  
mkl_fft                   1.3.8            py38h5eee18b_0  
mkl_random                1.2.4            py38hdb19cb5_0  
more-itertools            10.3.0           py38h06a4308_0  
mpc                       1.1.0                h10f8cd9_1  
mpfr                      4.0.2                hb69a4c5_1  
mpi                       1.0                       mpich  
mpich                     4.1.1                hbae89fd_0  
mpmath                    1.3.0            py38h06a4308_0  
msgpack-python            1.0.3            py38hd09550d_0  
multidict                 6.0.4            py38h5eee18b_0  
multipledispatch          0.6.0                    py38_0  
munkres                   1.1.4                      py_0  
mypy                      1.11.2           py38h5eee18b_0  
mypy_extensions           1.0.0            py38h06a4308_0  
mysql                     8.4.0                h0bac5ae_0  
natsort                   7.1.1              pyhd3eb1b0_0  
navigator-updater         0.5.1            py38h06a4308_0  
nbclient                  0.8.0            py38h06a4308_0  
nbconvert                 7.16.4           py38h06a4308_0  
nbformat                  5.10.4           py38h06a4308_0  
ncurses                   6.4                  h6a678d5_0  
nest-asyncio              1.6.0            py38h06a4308_0  
networkx                  3.1              py38h06a4308_0  
ninja                     1.12.1               h06a4308_0  
ninja-base                1.12.1               hdb19cb5_0  
nltk                      3.9.1            py38h06a4308_0  
nose                      1.3.7           pyhd3eb1b0_1008  
notebook                  7.2.2            py38h06a4308_1  
notebook-shim             0.2.3            py38h06a4308_0  
nspr                      4.35                 h6a678d5_0  
nss                       3.89.1               h6a678d5_0  
numba                     0.58.1           py38h6a678d5_0  
numexpr                   2.8.4            py38hc78ab66_1  
numpy                     1.24.3           py38hf6e8229_1  
numpy-base                1.24.3           py38h060ed82_1  
numpydoc                  1.5.0            py38h06a4308_0  
oauthlib                  3.2.2            py38h06a4308_0  
olefile                   0.46               pyhd3eb1b0_0  
oniguruma                 6.9.7.1              h27cfd23_0  
openjpeg                  2.5.2                he7f1fd0_0  
openldap                  2.6.4                h42fbc30_0  
openpyxl                  3.1.5            py38h5eee18b_0  
openssl                   3.0.15               h5eee18b_0  
opt_einsum                3.3.0              pyhd3eb1b0_1  
orc                       1.7.4                hb3bc3d3_1  
overrides                 7.4.0            py38h06a4308_0  
packaging                 24.1             py38h06a4308_0  
pandas                    2.0.3            py38h1128e8f_0  
pandocfilters             1.5.0              pyhd3eb1b0_0  
panel                     1.2.3            py38h06a4308_0  
pango                     1.50.7               h05da053_0  
param                     1.13.0           py38h06a4308_0  
parsel                    1.8.1            py38h06a4308_0  
parso                     0.8.3              pyhd3eb1b0_0  
partd                     1.4.1            py38h06a4308_0  
patch                     2.7.6             h7b6447c_1001  
patchelf                  0.17.2               h6a678d5_0  
pathlib                   1.0.1              pyhd3eb1b0_1  
pathspec                  0.10.3           py38h06a4308_0  
patsy                     0.5.6            py38h06a4308_0  
pcre                      8.45                 h295c915_0  
pcre2                     10.42                hebb0a14_1  
pep8                      1.7.1            py38h06a4308_1  
pexpect                   4.8.0              pyhd3eb1b0_3  
pickleshare               0.7.5           pyhd3eb1b0_1003  
pillow                    10.4.0           py38h5eee18b_0  
pip                       22.3                     pypi_0    pypi
pixman                    0.40.0               h7f8727e_1  
pkce                      1.0.3            py38h06a4308_0  
pkginfo                   1.10.0           py38h06a4308_0  
pkgutil-resolve-name      1.3.10           py38h06a4308_1  
platformdirs              3.10.0           py38h06a4308_0  
plotly                    5.24.1           py38h2f386ee_0  
pluggy                    1.0.0            py38h06a4308_1  
ply                       3.11                     py38_0  
pooch                     1.7.0            py38h06a4308_0  
poppler                   24.09.0              hcf11d46_1  
poppler-data              0.4.11               h06a4308_1  
prometheus_client         0.14.1           py38h06a4308_0  
prompt-toolkit            3.0.43           py38h06a4308_0  
prompt_toolkit            3.0.43               hd3eb1b0_0  
protego                   0.1.16                     py_0  
protobuf                  3.20.3           py38h6a678d5_0  
psutil                    5.9.0            py38h5eee18b_0  
ptyprocess                0.7.0              pyhd3eb1b0_2  
pure_eval                 0.2.2              pyhd3eb1b0_0  
py                        1.11.0             pyhd3eb1b0_0  
py-cpuinfo                9.0.0            py38h06a4308_0  
py-lief                   0.12.3           py38h6a678d5_0  
pyarrow                   14.0.2           py38h1eedbd7_0  
pyasn1                    0.4.8              pyhd3eb1b0_0  
pyasn1-modules            0.2.8                      py_0  
pybind11-abi              4                    hd3eb1b0_1  
pycodestyle               2.11.1           py38h06a4308_0  
pycosat                   0.6.6            py38h5eee18b_1  
pycparser                 2.21               pyhd3eb1b0_0  
pyct                      0.5.0            py38h06a4308_0  
pycurl                    7.45.3           py38hdbd6064_0  
pydantic                  2.8.2            py38h06a4308_0  
pydantic-core             2.20.1           py38hb02cf49_0  
pydeck                    0.7.1            py38h06a4308_0  
pydispatcher              2.0.5            py38h06a4308_2  
pydocstyle                6.3.0            py38h06a4308_0  
pyerfa                    2.0.0            py38h27cfd23_0  
pyflakes                  3.2.0            py38h06a4308_0  
pygithub                  2.4.0            py38h06a4308_0  
pygments                  2.15.1           py38h06a4308_1  
pyjwt                     2.8.0            py38h06a4308_0  
pylint                    2.16.2           py38h06a4308_0  
pylint-venv               3.0.3            py38h06a4308_0  
pyls-spyder               0.4.0              pyhd3eb1b0_0  
pympler                   0.9                        py_0  
pynacl                    1.5.0            py38h5eee18b_0  
pyodbc                    5.1.0            py38h6a678d5_0  
pyopenssl                 24.2.1           py38h06a4308_0  
pyparsing                 3.0.9            py38h06a4308_0  
pyqt                      5.15.10          py38h6a678d5_0  
pyqt5-sip                 12.13.0          py38h5eee18b_0  
pyqtwebengine             5.15.10          py38h6a678d5_0  
pysocks                   1.7.1            py38h06a4308_0  
pytables                  3.8.0            py38h43249b6_2  
pytest                    7.4.4            py38h06a4308_0  
python                    3.8.18               h955ad1f_0  
python-dateutil           2.9.0post0       py38h06a4308_2  
python-dotenv             0.21.0           py38h06a4308_0  
python-fastjsonschema     2.16.2           py38h06a4308_0  
python-flatbuffers        24.3.25          py38h06a4308_0  
python-graphviz           0.20.1           py38h06a4308_0  
python-json-logger        2.0.7            py38h06a4308_0  
python-kaleido            0.2.1            py38h06a4308_0  
python-libarchive-c       5.1                pyhd3eb1b0_0  
python-lmdb               1.4.1            py38h6a678d5_0  
python-lsp-black          2.0.0            py38h06a4308_0  
python-lsp-jsonrpc        1.1.2              pyhd3eb1b0_0  
python-lsp-server         1.10.0           py38h06a4308_0  
python-slugify            5.0.2              pyhd3eb1b0_0  
python-snappy             0.6.1            py38h6a678d5_0  
python-tzdata             2023.3             pyhd3eb1b0_0  
pytoolconfig              1.2.6            py38h06a4308_0  
pytorch                   2.3.0           cpu_py38h2a1f63a_0  
pytz                      2024.1           py38h06a4308_0  
pyuca                     1.2              py38h06a4308_1  
pyviz_comms               3.0.2            py38h06a4308_0  
pywavelets                1.4.1            py38h5eee18b_0  
pyxdg                     0.27               pyhd3eb1b0_0  
pyyaml                    6.0.2            py38h5eee18b_0  
pyzmq                     25.1.2           py38h6a678d5_0  
qdarkstyle                3.2.3              pyhd3eb1b0_0  
qstylizer                 0.2.2            py38h06a4308_0  
qt                        5.15.9               h06a4308_0  
qt-main                   5.15.2              hb6262e9_11  
qt-webengine              5.15.9               h9ab4d14_7  
qtawesome                 1.3.1            py38h06a4308_0  
qtconsole                 5.5.1            py38h06a4308_0  
qtpy                      2.4.1            py38h06a4308_0  
queuelib                  1.6.2            py38h06a4308_0  
re2                       2022.04.01           h295c915_0  
readline                  8.2                  h5eee18b_0  
referencing               0.30.2           py38h06a4308_0  
regex                     2024.9.11        py38h5eee18b_0  
reproc                    14.2.4               h6a678d5_2  
reproc-cpp                14.2.4               h6a678d5_2  
requests                  2.32.3           py38h06a4308_0  
requests-file             1.5.1              pyhd3eb1b0_0  
requests-oauthlib         2.0.0            py38h06a4308_0  
requests-toolbelt         1.0.0            py38h06a4308_0  
rfc3339-validator         0.1.4            py38h06a4308_0  
rfc3986-validator         0.1.1            py38h06a4308_0  
rich                      13.7.1           py38h06a4308_0  
rope                      1.12.0           py38h06a4308_0  
rpds-py                   0.10.6           py38hb02cf49_0  
rsa                       4.7.2              pyhd3eb1b0_1  
rtree                     1.0.1            py38h06a4308_0  
ruamel.yaml               0.18.6           py38h5eee18b_0  
ruamel.yaml.clib          0.2.8            py38h5eee18b_0  
ruamel_yaml               0.17.21          py38h5eee18b_0  
s2n                       1.3.27               hdbd6064_0  
s3fs                      2024.6.1         py38h06a4308_0  
s3transfer                0.10.1           py38h06a4308_0  
sacremoses                0.0.43             pyhd3eb1b0_0  
scikit-image              0.19.3           py38h6a678d5_1  
scikit-learn              1.3.0            py38h1128e8f_1  
scikit-learn-intelex      2023.1.1         py38h06a4308_0  
scipy                     1.10.1           py38hf6e8229_1  
scrapy                    2.11.1           py38h06a4308_0  
seaborn                   0.13.2           py38h06a4308_0  
secretstorage             3.3.1            py38h06a4308_1  
semver                    3.0.2            py38h06a4308_0  
send2trash                1.8.2            py38h06a4308_0  
service_identity          18.1.0             pyhd3eb1b0_1  
setuptools                75.1.0           py38h06a4308_0  
sip                       6.7.12           py38h6a678d5_0  
six                       1.16.0             pyhd3eb1b0_1  
smart_open                5.2.1            py38h06a4308_0  
smmap                     4.0.0              pyhd3eb1b0_0  
snappy                    1.2.1                h6a678d5_0  
sniffio                   1.3.0            py38h06a4308_0  
snowballstemmer           2.2.0              pyhd3eb1b0_0  
sortedcollections         2.1.0              pyhd3eb1b0_0  
sortedcontainers          2.4.0              pyhd3eb1b0_0  
soupsieve                 2.5              py38h06a4308_0  
sphinx                    5.0.2            py38h06a4308_0  
sphinxcontrib-applehelp   1.0.2              pyhd3eb1b0_0  
sphinxcontrib-devhelp     1.0.2              pyhd3eb1b0_0  
sphinxcontrib-htmlhelp    2.0.0              pyhd3eb1b0_0  
sphinxcontrib-jsmath      1.0.1              pyhd3eb1b0_0  
sphinxcontrib-qthelp      1.0.3              pyhd3eb1b0_0  
sphinxcontrib-serializinghtml 1.1.5              pyhd3eb1b0_0  
spyder                    5.5.1            py38h06a4308_4  
spyder-kernels            2.5.0            py38h06a4308_0  
sqlalchemy                2.0.34           py38h00e1ef3_0  
sqlite                    3.45.3               h5eee18b_0  
stack_data                0.2.0              pyhd3eb1b0_0  
statsmodels               0.14.0           py38ha9d4c09_0  
streamlit                 1.16.0           py38h06a4308_0  
superqt                   0.6.7            py38h2f386ee_0  
sympy                     1.13.3           py38h06a4308_0  
tabulate                  0.9.0            py38h06a4308_0  
tbb                       2021.8.0             hdb19cb5_0  
tbb4py                    2021.8.0         py38hdb19cb5_0  
tblib                     1.7.0              pyhd3eb1b0_0  
tenacity                  9.0.0            py38h06a4308_0  
tensorboard               2.12.1           py38h06a4308_0  
tensorboard-data-server   0.7.0            py38h52d8a92_1  
tensorboard-plugin-wit    1.8.1            py38h06a4308_0  
tensorflow                2.4.1           mkl_py38hb2083e0_0  
tensorflow-base           2.4.1           mkl_py38h43e0292_0    anaconda
tensorflow-estimator      2.6.0              pyh7b7c402_0  
termcolor                 2.1.0            py38h06a4308_0  
terminado                 0.17.1           py38h06a4308_0  
testpath                  0.6.0            py38h06a4308_0  
text-unidecode            1.3                pyhd3eb1b0_0  
textdistance              4.2.1              pyhd3eb1b0_0  
threadpoolctl             3.5.0            py38h2f386ee_0  
three-merge               0.1.1              pyhd3eb1b0_0  
tifffile                  2023.4.12        py38h06a4308_0  
tinycss2                  1.2.1            py38h06a4308_0  
tk                        8.6.14               h39e8969_0  
tldextract                5.1.2            py38h06a4308_0  
tokenizers                0.20.1           py38h7d74088_0  
toml                      0.10.2             pyhd3eb1b0_0  
tomli                     2.0.1            py38h06a4308_0  
tomlkit                   0.13.2           py38h06a4308_0  
toolz                     0.12.0           py38h06a4308_0  
tornado                   6.4.1            py38h5eee18b_0  
tqdm                      4.66.5           py38h2f386ee_0  
traitlets                 5.14.3           py38h06a4308_0  
transformers              2.1.1              pyhd3eb1b0_0  
twisted                   23.10.0          py38h06a4308_0  
typing-extensions         4.11.0           py38h06a4308_0  
typing_extensions         4.11.0           py38h06a4308_0  
tzdata                    2024b                h04d1e81_0  
tzlocal                   5.2              py38h06a4308_0  
uc-micro-py               1.0.1            py38h06a4308_0  
ujson                     5.10.0           py38h6a678d5_0  
unicodedata2              15.1.0           py38h5eee18b_0  
unidecode                 1.3.8            py38h06a4308_0  
unixodbc                  2.3.11               h5eee18b_0  
urllib3                   1.26.19          py38h06a4308_0  
utf8proc                  2.6.1                h5eee18b_1  
validators                0.18.2             pyhd3eb1b0_0  
w3lib                     2.1.2            py38h06a4308_0  
watchdog                  4.0.1            py38h06a4308_0  
wcwidth                   0.2.5              pyhd3eb1b0_0  
webencodings              0.5.1                    py38_1  
websocket-client          1.8.0            py38h06a4308_0  
werkzeug                  3.0.3            py38h06a4308_0  
wget                      1.24.5               h251f7ec_0  
whatthepatch              1.0.2            py38h06a4308_0  
wheel                     0.44.0           py38h06a4308_0  
widgetsnbextension        4.0.10           py38h06a4308_0  
wrapt                     1.14.1           py38h5eee18b_0  
wurlitzer                 3.0.2            py38h06a4308_0  
xarray                    2022.11.0        py38h06a4308_0  
xlrd                      2.0.1              pyhd3eb1b0_1  
xlsxwriter                3.1.1            py38h06a4308_0  
xyzservices               2022.9.0         py38h06a4308_1  
xz                        5.4.6                h5eee18b_1  
yaml                      0.2.5                h7b6447c_0  
yaml-cpp                  0.8.0                h6a678d5_1  
yapf                      0.40.2           py38h06a4308_0  
yarl                      1.11.0           py38h5eee18b_0  
zeromq                    4.3.5                h6a678d5_0  
zfp                       1.0.0                h6a678d5_0  
zict                      3.0.0            py38h06a4308_0  
zipp                      3.20.2           py38h06a4308_0  
zlib                      1.2.13               h5eee18b_1  
zlib-ng                   2.0.7                h5eee18b_0  
zope                      1.0                      py38_1  
zope.interface            5.4.0            py38h7f8727e_0  
zstandard                 0.23.0           py38h2c38b39_0  
zstd                      1.5.6                hc292b87_0  

@ccordoba12
Copy link
Member

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

@wmotion
Copy link
Author

wmotion commented Jan 10, 2025

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

5.12.10.

image

Take note that is in the situation where Spyder 5.5.1 works:

  • Spyder version: 5.5.1 (conda)
  • Python version: 3.8.18 64-bit
  • Qt version: 5.12.10
  • PyQt5 version: 5.12.3
  • Operating System: Linux-5.4.0-204-generic-x86_64-with-glibc2.17

but it does not change after conda install spyder=6.0.1.

Thanks in turn @ccordoba12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants