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
your docker is not working. the package qt5-default no longer exists.
The last Debian was a buster.
in Python 3.11 i have TypeError.
Traceback (most recent call last):
File "/workspaces/redp_examples/pyrpl_acq.py", line 2, in
from pyrpl import RedPitaya
File "/opt/conda/lib/python3.11/site-packages/pyrpl/init.py", line 59, in
global_config = MemoryTree('global_config', source='global_config')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/pyrpl/memory.py", line 507, in init
self._savetimer.setInterval(self._loadsavedeadtime*1000)
TypeError: setInterval(self, msec: int): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered:
your docker is not working. the package qt5-default no longer exists.
The last Debian was a buster.
in Python 3.11 i have TypeError.
Traceback (most recent call last):
File "/workspaces/redp_examples/pyrpl_acq.py", line 2, in
from pyrpl import RedPitaya
File "/opt/conda/lib/python3.11/site-packages/pyrpl/init.py", line 59, in
global_config = MemoryTree('global_config', source='global_config')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/pyrpl/memory.py", line 507, in init
self._savetimer.setInterval(self._loadsavedeadtime*1000)
TypeError: setInterval(self, msec: int): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered: