pyrpl-fpga / pyrpl

pyrpl turns your RedPitaya into a powerful DSP device, especially suitable as a lockbox in quantum optics experiments.
http://lneuhaus.github.io/pyrpl/
MIT License
139 stars 110 forks source link

bug in docker. #506

Open karu2003 opened 10 months ago

karu2003 commented 10 months ago

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'

michaelcroquette commented 4 months ago

Pyrpl is only compatible with python up to 3.9 for the moment.