Anaconda in Pyzo

I have changed the EXE in Pyzo Anaconda…and this is what I get when I open Pyzo. I am on Ubuntu 22.04.

Python 3.11.3 (main, Apr 19 2023, 23:54:32) on linux (64 bits).
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Qt: Session management error: None of the authentication protocols specified are supported
This is the Pyzo interpreter with integrated event loop for PYQT5.
Type ‘help’ for help, type ‘?’ for a list of magic commands.
Traceback (most recent call last):
File “/app/lib/python3.8/site-packages/pyzo/pyzokernel/start.py”, line 159, in
pyzo.run()
File “/app/lib/python3.8/site-packages/pyzo/pyzokernel/interpreter.py”, line 224, in run
self.guiApp.run(self.process_commands, self.sleeptime)
File “/app/lib/python3.8/site-packages/pyzo/pyzokernel/guiintegration.py”, line 570, in run
timer.setInterval(0.05 * 1000) # ms
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: setInterval(self, int): argument 1 has unexpected type ‘float’

The kernel process exited. (1)