Thank you very much for your reply,
So in order, libxcb is installed.
I didnβt use the installer from the homepage but followed the instructions for conda, now I tried again with that installer and it actually messed up conda a bit because I think it is not supposed to be used when conda is already installed. It appears it is not a big issue but PyQt is always (None=None) also with the installation using the installer file. I tried to install pyqt from command line (conda install pyqt) and I get this dependencies error. I donβt know if it has to do with something wrong in conda or something else.
conda install pyqt
Channels:
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package qt6-main-6.7.2-h0f8cd61_1 requires pcre2 >=10.43,<10.44.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
ββ graphviz 12.0.0** is installable and it requires
β ββ libglib >=2.80.3,<3.0a0 , which requires
β ββ pcre2 >=10.44,<10.45.0a0 , which can be installed;
ββ pin-2 is installable and it requires
β ββ python 3.12.* , which can be installed;
ββ pyqt is installable with the potential options
β ββ pyqt 5.15.9 would require
β β ββ qt-main >=5.15.8,<5.16.0a0 with the potential options
β β ββ qt-main 5.15.8 would require
β β β ββ alsa-lib >=1.2.8,<1.2.9.0a0 , which can be installed;
β β β ββ mysql-libs >=8.0.32,<8.1.0a0 , which can be installed;
β β ββ qt-main 5.15.8 would require
β β β ββ icu >=73.2,<74.0a0 , which can be installed;
β β β ββ mysql-libs >=8.3.0,<8.4.0a0 , which can be installed;
β β ββ qt-main 5.15.8 would require
β β β ββ icu >=73.2,<74.0a0 , which can be installed;
β β β ββ mysql-libs >=8.0.33,<8.1.0a0 , which can be installed;
β β ββ qt-main 5.15.8 would require
β β ββ alsa-lib >=1.2.9,<1.2.10.0a0 , which can be installed;
β β ββ mysql-libs >=8.0.33,<8.1.0a0 , which can be installed;
β ββ pyqt [4.11.4|5.12.3|5.6.0|5.9.2] would require
β β ββ python [2.7* |>=2.7,<2.8.0a0 ], which conflicts with any installable versions previously reported;
β ββ pyqt 4.11.4 would require
β β ββ python 3.4* , which conflicts with any installable versions previously reported;
β ββ pyqt [4.11.4|5.6.0] would require
β β ββ python [3.5* |>=3.5,<3.6.0a0 ], which conflicts with any installable versions previously reported;
β ββ pyqt [4.11.4|5.6.0] would require
β β ββ python 3.6* , which conflicts with any installable versions previously reported;
β ββ pyqt [5.12.3|5.15.4|5.15.7|5.6.0|5.9.2] would require
β β ββ pyqtwebengine 5.12.1 py37he336c9b_5, which requires
β β β ββ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
β β ββ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
β ββ pyqt [5.12.3|5.15.4|5.15.7|5.15.9] would require
β β ββ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
β ββ pyqt [5.12.3|5.6.0|5.9.2] would require
β β ββ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
β ββ pyqt [5.12.3|5.15.4|5.15.7|5.15.9] would require
β β ββ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
β ββ pyqt [5.12.3|5.15.4|5.15.7|5.15.9] would require
β β ββ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
β ββ pyqt [5.15.7|5.15.9] would require
β ββ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
ββ qt6-main 6.7.2** is not installable because there are no viable options
ββ qt6-main 6.7.2 would require
β ββ alsa-lib >=1.2.12,<1.3.0a0 , which conflicts with any installable versions previously reported;
β ββ icu >=75.1,<76.0a0 , which conflicts with any installable versions previously reported;
ββ qt6-main 6.7.2 would require
β ββ pcre2 >=10.43,<10.44.0a0 , which conflicts with any installable versions previously reported;
ββ qt6-main 6.7.2 would require
ββ mysql-libs >=9.0.1,<9.1.0a0 , which conflicts with any installable versions previously reported.
Did you simply install wsl2 and then install mne from that file and everything was working or did you perform additional steps?
Thank you very much in advance,