lneuhaus / 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 109 forks source link

module 'qtpy.QtCore' has no attribute 'pyqtBoundSignal'? #469

Open Chenelusive opened 2 years ago

Chenelusive commented 2 years ago

微信截图_20220303160446 微信截图_20220303160702 I was opening a GUI with an existed yml file,and have no idea what was going on

KaifengC commented 2 years ago

I ran into the same issue and notice someone else has the same problem: https://github.com/lneuhaus/pyrpl/issues/467

My workaround is to excute pip install qtpy==1.9.0 and it worked.

abregnsbo commented 2 years ago

Also ran into this issue. My workaround was using the python3-only branch of pyrpl instead of master.