-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[🐛 Bug]: malformed python wheel #10022
Comments
@jjangga0214, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
After troubleshooting the issue, please add the Thank you! |
Is this still an issue for Selenium 4.1? |
This is reproduction:
which results in:
@AutomatedTester do we need to get bazel to run this with |
I think this is caused by the RECORD file in the wheel incorrectly containing leading slashes on every filename, like this:
|
Can this please get some attention. 🙏 |
Are we expecting a
where at the moment it's containing a leading slash on the file names? Not having spent a lot of time reading the PEP for building wheels a little guidance here would be good. The PDM issue, or the initial issue doesn't give me hints about what it should be. |
davidburns in ~/development/test_pdm λ pdm add ../selenium/bazel-bin/py/selenium-4.1.2-py3-none-any.whl
Adding packages to default dependencies: selenium @ file:///private/var/tmp/_bazel_davidburns/ee760a273fbaa30310e4e04981835b81/execroot/selenium/bazel-out/darwin-fastbuild/bin/py/selenium-4.1.2-py3-none-any.whl
✔ 🔒 Lock successful
Changes are written to pdm.lock.
Changes are written to pyproject.toml.
Synchronizing working set with lock file: 18 to add, 0 to update, 0 to remove
✔ Install async-generator 1.10 successful
✔ Install attrs 21.4.0 successful
✔ Install certifi 2021.10.8 successful
✔ Install cffi 1.15.0 successful
⠙ Installing cryptography 36.0.1...
⠹ Installing cryptography 36.0.1...
⠸ Installing cryptography 36.0.1...
⠼ Installing cryptography 36.0.1...
⠴ Installing cryptography 36.0.1...
✔ Install cryptography 36.0.1 successful
✔ Install outcome 1.1.0 successful
✔ Install h11 0.13.0 successful
✔ Install idna 3.3 successful
✔ Install pycparser 2.21 successful
✔ Install pyopenssl 22.0.0 successful
✔ Install pysocks 1.7.1 successful
✔ Install selenium 4.1.2 successful
✔ Install sniffio 1.2.0 successful
✔ Install sortedcontainers 2.4.0 successful
✔ Install trio 0.20.0 successful
✔ Install trio-websocket 0.9.2 successful
✔ Install urllib3 1.26.8 successful
✔ Install wsproto 1.1.0 successful
🎉 All complete! Looks like it was a silly mistake in Bazel. |
I will get a release out soon |
Any update here? This is currently holding back some CI pipelines for me. |
@ElijahSink just released 4.1.3 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
Selenium v4's python wheel is malformed.
REF: pdm-project/pdm#719 (comment)
How can we reproduce the issue?
.
Relevant log output
.
Operating System
Linux
Selenium version
4
What are the browser(s) and version(s) where you see this issue?
.
What are the browser driver(s) and version(s) where you see this issue?
.
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: