Re: [casper] Programming a ROACH2

2016-10-07 Thread Ryan Monroe
I would suggest using "pip uninstall spead" instead -- I don't recall ever using it myself, but it appears to be the pip-sanctioned way of removing something. On 10/07/2016 02:24 AM, James Smith wrote: Hello Heystek, Pip is seeing that you've already got a version of Spead installed, which

Re: [casper] Programming a ROACH2

2016-10-07 Thread Heystek Grobler
Good Day After a while of troubleshooting I determined the connection with TCP/IP into the board was correct. I updated the file system and kernel of the ROACH2 and now I can program it. I only need to install a package called spead in order to use the .bof file with tutorial 3 of CASPER. Where

Re: [casper] Programming a ROACH2

2016-10-07 Thread Heystek Grobler
Hi James I installed the PySpead package but I get the following error when I run the tut3.py script: ImportError: No mode named spead Do you perhaps have any ideas on how to solve it? Thank you!! Heystek On Fri, Oct 7, 2016 at 11:01 AM, James Smith wrote: > Hello

Re: [casper] Programming a ROACH2

2016-10-07 Thread James Smith
Hello Heystek, If you're still in the Python environment, then PySpead is the one you want. Regards, James On Fri, Oct 7, 2016 at 10:59 AM, Heystek Grobler wrote: > Good Day > > After a while of troubleshooting I determined the connection with TCP/IP > into the

Re: [casper] Programming a ROACH2

2016-10-07 Thread James Smith
Hello Heystek, I vaguely recall installing spead from pip as well, as Ryan has done here. Give that a whirl. Regards, James On Fri, Oct 7, 2016 at 11:06 AM, Ryan Monroe wrote: > rmonroe@rmonroe-ThinkPad-P50:~$ sudo pip install spead > [sudo] password for rmonroe: >

Re: [casper] Programming a ROACH2

2016-10-07 Thread James Smith
Hello Heystek, Pip is seeing that you've already got a version of Spead installed, which might not have worked. You can delete the directory to 'uninstall' it (Request for comment: is this a safe approach? It's what I've always done with no problems.) Before you try that though, perhaps just try