-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Broken safety in release 2022.11.23 #5491
Comments
@rofafor The file is checked in already -- I am not sure what would cause it to not be included in the wheel? The command definitely works when pipenv is installed editable. |
I think the issue is here: https://github.com/pypa/pipenv/blob/v2022.11.23/setup.py#L59 |
Thank you @rofafor; I think the same; the issue is in the @matteius could you try to create a wheel locally with the following:
|
This is fixed in main, expect a follow-up release |
Ok sorry about that -- there was still an issue with the wheel not including the rumael vendoring. I just verified that new release |
Issue description
Bundled safety is missing VERSION file:
https://github.com/pypa/pipenv/actions/runs/3532314366/jobs/5926514290#step:8:725
https://github.com/pypa/pipenv/blob/v2022.11.23/pipenv/patched/safety/__init__.py
Expected result
pipenv check
works without errorsActual result
Steps to replicate
Install and run
check
commandThe text was updated successfully, but these errors were encountered: