You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psyplot
Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created.
Traceback (most recent call last):
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = obj._trait_values[self.name]
KeyError: 'iopub_socket'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = obj._trait_values[self.name]
KeyError: 'iopub_thread'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\SommerP\Miniconda3\envs\test\Scripts\psyplot-script.py", line 10, in <module>
sys.exit(main())
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\psyplot\__main__.py", line 48, in main
parser.parse_known2func(args)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\funcargparse\__init__.py", line 930, in parse_known2func
return func(**kws), remainder
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\psyplot_gui\__init__.py", line 256, in start_app
mainwindow = MainWindow.run(fnames, project, engine, plot_method, name,
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\psyplot_gui\main.py", line 1039, in run
mainwindow = cls(show=show)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\psyplot_gui\main.py", line 145, in __init__
self.console = ConsoleWidget(self)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\psyplot_gui\console.py", line 105, in __init__
kernel_manager.start_kernel(show_banner=False)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\inprocess\manager.py", line 46, in start_kernel
self.kernel = InProcessKernel(parent=self, session=self.session)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\inprocess\ipkernel.py", line 72, in __init__
super(InProcessKernel, self).__init__(**traits)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\ipkernel.py", line 71, in __init__
self.shell.displayhook.pub_socket = self.iopub_socket
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 575, in __get__
return self.get(obj, cls)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 538, in get
default = obj.trait_defaults(self.name)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 1577, in trait_defaults
return self._get_trait_default_generator(names[0])(self)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 975, in __call__
return self.func(*args, **kwargs)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\inprocess\ipkernel.py", line 67, in _default_iopub_socket
return self.iopub_thread.background_socket
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 575, in __get__
return self.get(obj, cls)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 538, in get
default = obj.trait_defaults(self.name)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 1577, in trait_defaults
return self._get_trait_default_generator(names[0])(self)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\traitlets\traitlets.py", line 975, in __call__
return self.func(*args, **kwargs)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\inprocess\ipkernel.py", line 59, in _default_iopub_thread
thread = IOPubThread(self._underlying_iopub_socket)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\iostream.py", line 71, in __init__
self._setup_event_pipe()
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\ipykernel\iostream.py", line 90, in _setup_event_pipe
self._event_puller = ZMQStream(pipe_in, self.io_loop)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\zmq\eventloop\zmqstream.py", line 127, in __init__
self._init_io_state()
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\zmq\eventloop\zmqstream.py", line 552, in _init_io_state
self.io_loop.add_handler(self.socket, self._handle_events, self.io_loop.READ)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\site-packages\tornado\platform\asyncio.py", line 100, in add_handler
self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ)
File "C:\Users\SommerP\Miniconda3\envs\test\lib\asyncio\events.py", line 501, in add_reader
raise NotImplementedError
NotImplementedError
Code Sample, a copy-pastable example if possible
install psyplot via
Problem description
the GUI is not starting (see also Chilipp/straditize#19)
traceback
Output of
psyplot -aV
psyplot -aV
conda list
conda info
The text was updated successfully, but these errors were encountered: