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
137 stars 105 forks source link

Trouble installing PyRPL #491

Open AngeloManetta opened 1 year ago

AngeloManetta commented 1 year ago

I am currently facing some trouble installing pyrpl through anaconda. I try to run 'pip install pyrpl' and I get this error message:

Capture

gsteele13 commented 10 months ago

I would recommend making a new environment and installing from fresh there, probably some complex dependency problem in your base env

For example:

conda create -n pyrpl3.8
conda activate pyrpl3.8

and then follow my instructions here for getting the right package versions:

https://github.com/lneuhaus/pyrpl/issues/468

Cheers, Gary