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

install package without summary will fail #719

Closed
1 task done
exherb opened this issue Nov 5, 2021 · 7 comments
Closed
1 task done

install package without summary will fail #719

exherb opened this issue Nov 5, 2021 · 7 comments
Labels
🐛 bug Something isn't working

Comments

@exherb
Copy link

exherb commented Nov 5, 2021

  • I have searched the issue tracker and believe that this is not a duplicate.

base.add("summary", v.summary)
v.summary is possible None

Steps to reproduce

pdm add selenium~=4.0 -v

Actual behavior

install fail

Expected behavior

install success

Environment Information

PDM version:        1.10.0
Python Interpreter: /usr/local/opt/[email protected]/bin/python3.9 (3.9)
Project Root:       /Users/Herb/Git/adtalos/xapi/python
Project Packages:   /Users/Herb/Git/adtalos/xapi/python/__pypackages__/3.9
{
  "implementation_name": "cpython",
  "implementation_version": "3.9.7",
  "os_name": "posix",
  "platform_machine": "x86_64",
  "platform_release": "21.2.0",
  "platform_system": "Darwin",
  "platform_version": "Darwin Kernel Version 21.2.0: Wed Oct 20 00:23:27 PDT 2021; root:xnu-8019.60.40.0.1~26/RELEASE_X86_64",
  "python_full_version": "3.9.7",
  "platform_python_implementation": "CPython",
  "python_version": "3.9",
  "sys_platform": "darwin"
}
@exherb exherb added the 🐛 bug Something isn't working label Nov 5, 2021
@exherb
Copy link
Author

exherb commented Nov 5, 2021

will today release a new version for this?

@frostming
Copy link
Collaborator

frostming commented Nov 5, 2021

I don't think so, for selenium it still fails to install because of a malformed wheel:

AssertionError: In /private/var/folders/4d/r05n15jx1yv7yd4z7qrtmdm00000gn/T/pip-unpack-7ji5dfll/selenium-4.0.0-py3-none-any.whl, selenium/__init__.py is not mentioned in RECORD

Consider reporting it to the selenium packager.

@exherb
Copy link
Author

exherb commented Nov 5, 2021

ok, thanks

@jjangga0214
Copy link

@exherb Have you reported it to the selenium packagers? Or have you solved the issue?

@exherb
Copy link
Author

exherb commented Nov 10, 2021

both no, I just use selenium~=3.0

@jjangga0214
Copy link

jjangga0214 commented Nov 10, 2021

@exherb Just reported. Consider adding a comment if you'd like to.

@ElijahSink
Copy link
Contributor

This has been resolved by selenium.

SeleniumHQ/selenium#10022 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants