-
Notifications
You must be signed in to change notification settings - Fork 112
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
Problem with pitaya OS 2.00-18 #505
Comments
It's occurring for me on an older version of Redpitaya OS 1.04. I am still unable to figure it out, may be a problem with the python package upgrade. |
Could be. If it helps, here is the recipe that worked for me. The sequence creates an environment, access it and match the versions of the packages that are compatible with pyRPL. hope it helps. conda create -n pyrpl python=3.9 numpy=1.19 pyqtgraph=0.12 pandas=1.3 scipy paramiko nose pip pyqt qtpy=1.9.0 pyyaml ipywidgets notebook |
…n initialisation
…n initialisation
…n initialisation
will it work for the latest version of pyRPL and the RP OS 1.04-18 in Windows 11? I want to avoid using GUI because I just cannot make it work. I have tried hundreds of combinations of RP OS, PyRPL versions and python modules and it just won't work. |
PyRPL is not tested with the latest RP OS unfortunately, it's on the todo list. If you follow the standard installation using anaconda or pip, you should be able to make it work though. There are some config file to setup your environment the right way in the main repository. |
While trying to run PyRPL with the last stable pitaya OS I was receiving a ZeroDivisionError after a few seconds. Downgrading the OS version of the red pitaya to 1.04-18 solved the problem. Did not tested with other versions.
The text was updated successfully, but these errors were encountered: