Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Dan Werthimer
hi kaj, regarding your interest in ZCU111: there's a casper slack channel on RFSOC that you might find useful. wei liu recently developed a casper ADC yellow block for the ZCU111. best wishes, dan Dan Werthimer Marilyn and Watson Alberts Chair Astronomy Dept and Space Sciences Lab University

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Kaj Wiik
On 20/01/2021 18:49, Jack Hickish wrote: I've been using Ubuntu 18.04 LTS without issues, at least with the boards which use Vivado 2019. I'm not sureĀ  what versions of python the OS came with, but I'm currently running the toolflow in a python 3.6.9 virtual env. I first tried with

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Jack Hickish
Looking at the Numpy release notes, version 1.18.5 was the last to support Python 3.5. I think if you just change the requirements.txt file to read "numpy<1.19" that would solve this particular issue. 1.19 was only released mid 2020 so it's possible this issue wasn't noticed (either because 1.19

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Adam Isaacson
Hi Kaj, This is odd. I know that Ubuntu 16.04LTS, Matlab R2018a and Vivado 2019.1.1 with python 3 (3.5 is fine) should work fine. What repo versions are you using for the toolflow? Have you tried the following repos just to make sure they build? 1) https://github.com/casper-astro/mlib_devel

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Jack Hickish
Hi Kaj, I think there are a few options 1. Get python >=3.6 2. Find out which version of numpy is supported by python 3.5 and use that (it's crazy to me that pip doesn't just get the right version) 3. Use a later Ubuntu which may or may not Just Work. (At the very least, Ubuntu 18.04 seems to

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Kaj Wiik
Hi Jack, Thanks for a very quick reply! Python is the most recent one that is shipped with Ubuntu 16.04: kjwiik@casperx:~/mlib_devel$ python3 --version Python 3.5.2 This leads to two questions :-): - can a more recent Ubuntu version be used (with ZCU111)? or - should I try to install e.g.

Re: [casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Jack Hickish
Hi Kaj, What python version are you using? If that error is complaining that numpy is using f-string syntax then maybe it's a python<3.6 issue. Cheers Jack On Wed, 20 Jan 2021 at 15:45, Kaj Wiik wrote: > Hi! > > As per instructions, I installed an

[casper] New setup installation problems (python setup.py egg_info" failed with error code 1)

2021-01-20 Thread Kaj Wiik
Hi! As per instructions, I installed an (obsolete!) Ubuntu 16.04 with Matlab 2018a and Vivado 2019.1.1. Matlab install went fine but when I try to install requirements for the toolflow, I get the following error message: ---