Greetings!
This error occurs because acq4 requires PyQt version 4, and you have version 5.
You can usually downgrade by running `conda install pyqt=4`
Support for PyQt5 is currently in progress.
Cheers,
Luke
Thanks!!
Not sure why you would get access denied there.. do you have python running anywhere?
Ah, of course the python in use is probably the conda process doing the install.
Seems like every 6 months or so, the process of installing pyqt4 gets a little harder; we need to get our pyqt5 support out soon.
I think the way to get pyqt4 right now is by creating an empty conda environment with just the packages you need, like:
conda create -n acq4-env python=2.7 pyqt=4 numpy scipy h5py pyserial faulthandler pillow
Then to run acq4 it would be:
conda activate acq4-env
python -m acq4