Fix installation issues#79
Open
damaoooo wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Maintainers,
The original installation instructions won't run successfully. This PR addresses several installation issues to improve the overall setup experience:
Updated QEMU Git URLs: The previous repository links were outdated, which caused the just install script to fail. I've updated them to the correct sources.
Fixed Google Drive Download Script: The original script could no longer bypass the large file confirmation step. I replaced it with gdown, which handles this reliably.
Resolved Pipfile Issues: There were version inconsistencies in the Pipfile. I've adjusted the package versions for better compatibility.
Added Missing System Packages: Some necessary dependencies were missing from the apt-get section. I've added them to ensure smooth installation.
Now, the installation script works fine in the Docker Ubuntu:20.04 image, also #61 can be solved.
Let me know if any changes are needed.
Thanks!