Re: [casper] Problem with casperfpga

2021-02-22 Thread Guillermo Gancio
Hi Adam, Thank you for your time and support! I really hope everything goes well pretty soon. Cheers. El sáb, 20 feb 2021 a las 14:18, Adam Isaacson () escribió: > > Hi Guillermo, > > I am so glad to hear that you worked it out and timeously too. > > Good luck with the design work. > > Just a no

Re: [casper] Problem with casperfpga

2021-02-20 Thread Adam Isaacson
Hi Guillermo, I am so glad to hear that you worked it out and timeously too. Good luck with the design work. Just a note that my health has taken a turn for the worse, so I will be stopping with CASPER support for the time-being. I have handed over my duties (SARAO Hardware Manager) to Wesley Ne

Re: [casper] Problem with casperfpga

2021-02-15 Thread Guillermo Gancio
Hi Adam, Thanks for your help, at the end I managed to make it work! after hitting the keyboard with my head several times I realized that pip was pointing to python3, so, using pip2 did the trick..(still with the same issue, I'm going to the shame corner for a while) Again thanks Adam and al

Re: [casper] Problem with casperfpga

2021-02-14 Thread Adam Isaacson
Hi Guillermo, Thanks for the added clarity. There is definitely an issue with your casperfpga install. I think we need to be able to Ipython, import casperfpga and read back the version before doing anything. I will check out your particular githash version on Monday and see if there are any iss

Re: [casper] Problem with casperfpga

2021-02-13 Thread Guillermo Gancio
Hi Adam, Thanks for your reply, The idea is to start by program a redpitaya with the bof file from the git/tutorial, so at this point i'm not using any model/slx, mlib_evel. Can this afect the casperfpga for the communication with a casperized board? The problem that I have is right after "import

Re: [casper] Problem with casperfpga

2021-02-12 Thread Adam Isaacson
Hi Guillermo, Please can I have a more detailed screenshot of your steps. I don't just want to see the error. I want to see all the steps proceeding the error. This is not clear to me from your screen shot. 1) What board are you targeting? I see you are using the tengbe library? Is this perhaps a

Re: [casper] Problem with casperfpga

2021-02-11 Thread Adam Isaacson
Hi Guillermo, The instructions you are following should work to install casperfpga. I find the following install procedure works for me: # remove current casperfpga install files 1) $ cd /usr/local/lib/python2.7/dist-packages 2) $ sudo rm -rf casper* # clone the repository to your working directo

Re: [casper] Problem with casperfpga

2021-02-11 Thread Colm Bracken
Have you definitely downloaded and installed all the python programs? On Thu 11 Feb 2021, 5:02 PM Guillermo Gancio, wrote: > Hi all, > I'm having a silly error that I Can't figure out. > I'm installing casperfpga on a Ubuntu 18.04, python 2.7 and I get the > error, > > ImportError: No module nam

Re: [casper] Problem with casperfpga

2021-02-11 Thread James Smith
Hi Guillermo, Progska is needed for programming of SKARABs. I guess the way the module is structured though, is it'll fail to import if progska isn't there. I think try going into the progska directory, `make && make install` then try again? It's been a while since I've done this. The instructio

[casper] Problem with casperfpga

2021-02-11 Thread Guillermo Gancio
Hi all, I'm having a silly error that I Can't figure out. I'm installing casperfpga on a Ubuntu 18.04, python 2.7 and I get the error, ImportError: No module named progska I followed the steps from https://github.com/casper-astro/casperfpga#installation with no apparent errors... Thanks! -- Yo