Re: [casper] casperfpga on python3

2021-03-22 Thread Adam Isaacson
Hi Guillermo, The branch that Danny sent you is the correct branch to use https://github.com/casper-astro/casperfpga/tree/py3-merge. The branch in the ska-sa repo is still a work in progress and needs to be fully tested. I have a feeling that both branches may not work for the SKARAB hardware -

Re: [casper] casperfpga on python3

2021-03-22 Thread Guillermo Gancio
Hi Danny, Thank you very much, it seems to be ok! What I did was... Clone the git, change the branch to py3-merge, pip install -r requirements, python setup.py install... Then from from Ipython I got: In [1]: import casperfpga In [2]: casperfpga.__version__ Out[2]:

Re: [casper] casperfpga on python3

2021-03-22 Thread Danny C Price
Hi Guillermo, You could try this branch: https://github.com/casper-astro/casperfpga/tree/py3-merge This works for my purposes in Py3 (with the snap board), with the *huge* caveat that adc calibration doesnt work. (Ive heard that this has been solved by Aaron and Jonathon but not merged).