Leap 15.2 jupyter-qtconsole is not working
Hi all, today I tried to start jupyter-qtconsole on my system but it could not be launched. Package version python-qtconsole-4.7.4-lp152.1.1.src.rpm If I run it in the terminal the following errormessages are occuring: $ jupyter-qtconsole Traceback (most recent call last): I've no idea to solve the problem. Kind regards Michael Be Free, Be Linux
Am Freitag, 25. Juni 2021, 12:36:11 CEST schrieb michael.kasimir@gmx.de:
Hi all,
today I tried to start jupyter-qtconsole on my system but it could not be launched.
Package version python-qtconsole-4.7.4-lp152.1.1.src.rpm If I run it in the terminal the following errormessages are occuring:
Why did you use the source package instead of the program? what does zypper if jupyter-qtconsole say?
$ jupyter-qtconsole Traceback (most recent call last):
I've no idea to solve the problem.
A good start would be to provide the error message in full Cheers Axel
I don't know why, but the errormessage I entered in the e-mail vanished two times. So here (for the third time) directly entered at webportal here: $ jupyter-qtconsole Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 578, in _build_master ws.require(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 895, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (pyzmq 17.0.0 (/usr/lib64/python3.6/site-packages), Requirement.parse('pyzmq>=17.1'), {'qtconsole'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/jupyter-qtconsole", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3123, in <module> @_call_aside File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3107, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3136, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 580, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 781, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pyzmq>=17.1' distribution was not found and is required by qtconsole $
Am Freitag, 25. Juni 2021, 13:00:32 CEST schrieb Michael Kasimir:
I don't know why, but the errormessage I entered in the e-mail vanished two times.
So here (for the third time) directly entered at webportal here: $ jupyter-qtconsole Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 578, in _build_master ws.require(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 895, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (pyzmq 17.0.0 (/usr/lib64/python3.6/site-packages), Requirement.parse('pyzmq>=17.1'), {'qtconsole'})
Your version of python-pyzmq is outdated This should have been catched during the build of the package. Is this plain Leap 15.2 or is this package taken from a different repository? Cheers Axel
Hi Axel, python-pyzmq I could not find. As far as I remember the installation the packages come from Leap repos. In YAST I found installed: 1) python-pyzmq-17.0.0-lp152.3.5.src.rpm and not installed: 2) python2-pyzmq Could the problem be related to the interacting problem related to python2 vs. python3?
participants (3)
-
Axel Braun
-
Michael Kasimir
-
michael.kasimir@gmx.de