Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in docker. #506

Open
karu2003 opened this issue Jan 11, 2024 · 1 comment
Open

bug in docker. #506

karu2003 opened this issue Jan 11, 2024 · 1 comment

Comments

@karu2003
Copy link

karu2003 commented Jan 11, 2024

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'

@karu2003 karu2003 changed the title bag in docker. bug in docker. Jan 11, 2024
@michaelcroquette
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants