Build PYNQ for new board

hello,
i use Ubuntu 16.04 and vivado tools 2020.1 and PYNQ V2.6 to build PYNQ for new board.
there is a proble when i run setup_host.sh that related to update setuptools.
how can i fixed it?
i didnt have this problem in V2.4
thanks.

  • sudo -H pip3 install --upgrade ‘setuptools>=24.2.0’
    Traceback (most recent call last):
    File “/usr/local/bin/pip3”, line 7, in
    from pip._internal.cli.main import main
    File “/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py”, line 60
    sys.stderr.write(f"ERROR: {exc}")
    ^
1 Like

Looks like there is a problem of your host machine. Can you try this line only to see if you are able to run it?

yes i run it many time but it doesn’t work ,
i decision to go to the later version.
there is some conflict problem with ubuntu 16.04 and vivado tools 2020 and even V2.6.
i don’t know with ubuntu 18 is working or not ?

We verified this on both Ubuntu 16 and Ubuntu 18.