Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/ubuntu-req.sh not configured for Ubuntu 20.04 #857

Closed
brendonsb opened this issue Apr 15, 2021 · 5 comments
Closed

scripts/ubuntu-req.sh not configured for Ubuntu 20.04 #857

brendonsb opened this issue Apr 15, 2021 · 5 comments

Comments

@brendonsb
Copy link

The Ubuntu requirements script specifies the apt package, python3.6. This package is not available in the current 20.04 repos casuing the script to fail at that point.

@hngenc
Copy link
Member

hngenc commented Apr 16, 2021

I think this is an issue with Chipyard rather than with Gemmini. scripts/ubuntu-req.sh is outside the scope of our project.

@hngenc hngenc closed this as completed Apr 16, 2021
@hngenc
Copy link
Member

hngenc commented Apr 16, 2021

Oops, sorry, I was on the wrong project page :). Re-opening this

@hngenc hngenc reopened this Apr 16, 2021
@alonamid
Copy link
Contributor

Python 3.6 is the minimum requirement, not a "sole" requirement. Ubuntu 20.04 includes python 3.8, which should satisfy the requirement without need to pull a special package (unlike Ubuntu 16.04 which is the earliest Ubuntu we support).

I agree that the scripts/ubuntu-req.sh script is not robust to multiple Ubuntu versions. We will happily accept a PR to make it more robust.

@abejgonzalez
Copy link
Contributor

There is a current PR trying to see if the change is backwards compatible: #869

@abejgonzalez
Copy link
Contributor

I think this is solved with #874. Closing for now. Feel free to re-open if there are still issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants