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

Fix "Couldn't find any package by regex 'python3.11-venv'" #759

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

DonggeLiu
Copy link
Collaborator

@DonggeLiu DonggeLiu commented Dec 19, 2024

To address recent failures from linter CI:

E: Unable to locate package python3.11-venv
E: Couldn't find any package by glob 'python3.11-venv'
E: Couldn't find any package by regex 'python3.11-venv'

This is likely due to the new Ubuntu version (noble) does not have python3.11-venv, but we don't have to install it anyway.

@DonggeLiu
Copy link
Collaborator Author

Hmmm strange.

@DonggeLiu DonggeLiu changed the title apt-update update before install python 3.11 Fix "Couldn't find any package by regex 'python3.11-venv'" Dec 19, 2024
@DonggeLiu
Copy link
Collaborator Author

/gcbrun skip

Copy link
Member

@mihaimaruseac mihaimaruseac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think setup-python sets it up now

@DonggeLiu
Copy link
Collaborator Author

Thanks @mihaimaruseac !

@DonggeLiu DonggeLiu merged commit be38387 into main Dec 20, 2024
5 checks passed
@DonggeLiu DonggeLiu deleted the DonggeLiu-patch-1 branch December 20, 2024 00:09
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

Successfully merging this pull request may close these issues.

2 participants