PrincetonUniversity / prga

Open-source FPGA research and prototyping framework.
http://parallel.princeton.edu/prga/
BSD 3-Clause "New" or "Revised" License
192 stars 24 forks source link

Build error on Ubuntu 20.04 #24

Closed mjc0608 closed 3 years ago

mjc0608 commented 3 years ago

Hi, while building PRGA on Ubuntu 20.04, an error is encountered saying pyenv is not choosing the correct python version, then at a later stage, the installation script reports "Locking Failed" and crashes in a python command /home/jcma/prga/prga.py/.venv/bin/python /home/jcma/.local/lib/python2.7/site-packages/pipenv/patched/notpip install --ignore-installed --no-user --prefix /tmp/pip-build-env-gksjbwmb/overlay --no-warn-script-location --no-binary :none: --only-bi nary :none: -i https://pypi.org/simple -- setuptools wheel setuptools_scm

Also attached the full log. log.txt

angl-dev commented 3 years ago

Hi @mjc0608 thanks for the notification.

This seems to be caused by an update of pyenv. I'll check it and get back to you soon.

angl-dev commented 3 years ago

Hi @mjc0608 could you pull the latest commit on the release branch? It should work now.

mjc0608 commented 3 years ago

It works. Thanks!