-
Notifications
You must be signed in to change notification settings - Fork 548
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
pypi__installer error writing entrypoints: FileExistsError: File already exists #1659
Comments
Same error using a bzlmod installation too. Bazel version: 7.1.2
bazel build @awsebcli//... or bazel run @awsebcli//awsebcli:awsebcli
|
I think we should probably stop writing/installing entry points as we have a |
Agree. I actually meant to do this the other day. You do need it to grab scripts however... I think as a temporary workaround, this issue can be fixed upstream or the wheel patched. I believe it will fail outside bazel too. |
Closing this issue for the following reasons:
SummaryThe jupyter-contrib-nbextensions==0.5.1This is an old and poorly packaged wheel. It fails to install outside bazel using
This has been fixed in newer versions. See: ipython-contrib/jupyter_contrib_nbextensions#1612 jupyter-contrib-nbextensions==0.7.0
awsebcli==3.21.0Somebody raised an issue for awsebcli==3.21.0 but it hasn't been merged yet aws/aws-elastic-beanstalk-cli#469 A workaround for awsebcli could be to fork the repo and use a vcs url in |
🐞 bug report
Affected Rule
pip_parse
Is this a regression?
Surely at some point but have yet to bisect
Description
Some dependencies cause failures when rendering wheels making
pip_parse
unusable with them.🔬 Minimal Reproduction
With the files listed below, run:
WORKSPACE.bazel
BUILD.bazel
.bazelrc
requirements.in
requirements.txt
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: