-
-
Notifications
You must be signed in to change notification settings - Fork 43
[Bug]: Invalid virtaulenv created bypy_venv
#277
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
Comments
0.6.0 is the commit before the refactor. I can't repo at HEAD
Generated
|
Oh that looks much better. Do you guys have an ETA for the refactor? |
It's landed at HEAD, so you could dep on that instead. |
I just tested v0.7.1 and it appears to be working. It would be nice to document glibc requirement somewhere, as it won't run on centos7 (which is reasonable at this point). |
What happened?
Based on my testing, in
0.5.0
python 3.11 works in general, but the virtual environment created bypy_venv
still had the same issues as reported in #159, #159 (comment).In
0.6.0
(thanks Alex for creating a release for me to test), the python interpreter is able to start, but neither packages from pip nor in the bazel workspace can be loaded. Thefirst_party.pth
file looks like thisThe same behavior is also reported here #226 (comment).
I don't know if this will be fixed by the rust venv work. I decided to create this issues since the recurring issue is now spread across multiple threads. It might also be helpful to have this feature tested in CI.
Version
Development (host) and target OS/architectures: Arch Linux x86
Output of
bazel --version
: 6.5.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: