Hello everyone, I'm new to all this, I have used Spyder in the past and I'm trying to install it again on Fedora now. I find Anaconda a bit confusing, so I'm trying to install it via pip but it gives me an error when running it. The error is this
File "/usr/local/bin/spyder", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.10/site-packages/spyder/app/start.py", line 232, in main from spyder.app import mainwindow File "/usr/local/lib/python3.10/site-packages/spyder/app/mainwindow.py", line 41, in <module> requirements.check_qt() File "/usr/local/lib/python3.10/site-packages/spyder/requirements.py", line 47, in check_qt if parse_version(actual_ver) < parse_version(required_ver): File "/usr/lib/python3.10/site-packages/pkg_resources/*init*.py", line 114, in parse_version return packaging.version.Version(v) File "/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py", line 275, in *init* match = self._regex.search(version) TypeError: expected string or bytes-like object Any idea what this is? On another laptop running Fedora with everything updated, I just ran sudo pip install spyder and it works fine, latest version too. What might be wrong? Sorry if this is too noobish a question and thanks in advance. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/032796d4-8f53-4d8e-94dc-3129b0398a38n%40googlegroups.com.
