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

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

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

[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! --