-
Notifications
You must be signed in to change notification settings - Fork 943
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
Installation issues when using pdm #518
Labels
Comments
Looks like our .dist-info/RECORD file is missing the driver:
https://www.python.org/dev/peps/pep-0427/ suggests that
|
@pavelfeldman @pohlt #525 Fixes it |
Hm, maybe I hit a different issue, but pdm still has problems to install version 1.9.1 Maybe this snippet helps:
I just realized that #525 didn't make it into 1.9.1, right? |
Yes, the pull request isn't merged yet. @pohlt |
pavelfeldman
pushed a commit
that referenced
this issue
Mar 3, 2021
holg
added a commit
to holg/playwright-python
that referenced
this issue
Mar 9, 2021
* commit '0a1c8b7df31d1faa6941eb9e05f772619eddd41b': chore: Bump twisted to PyPI release (microsoft#543) fix: microsoft#518 Update RECORD file during wheel creation (microsoft#525) chore: source -> script in add_init_script messages (microsoft#540) fix: don't set attr on bound method (microsoft#539)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdm is a new tool for Python environment managing.
It works very well, but when I try to install playwright, it fails to install. You can find the details here:
pdm-project/pdm#269
The PDM developer points out that playwright seems to be missing some required fields in the wheels configs (see last comment in the linked issue).
I would highly appreciate if you could look into this issue. Cheers! 🍺
The text was updated successfully, but these errors were encountered: