-
-
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
pipenv check
- Ruamel vendoring isn't working
#5493
Comments
It is checked in though, I wonder if this is another case where the wheel built is excluding these files for some reason. |
I merged a small change to setup.py to main that worked locally to include ruamel in the wheel. Feel free to try it out @yeisonvargasf -- I plan to do a follow-up release |
@matteius I reviewed this more in detail. I think the issue is that the
This change also worked for me. I think adding a |
@yeisonvargasf adding an init file would get blown away during revendoring unless it was created via the patch, so I like this way for now. |
I got it, it makes sense, and I agree. Thank you! |
Ah bummer, the published wheel is still missing ruamel. |
It is weird -- when I build with the same command that the github action locally uses, it does put |
Ok so will need a more permanent solution to keeping the init.py in place in the pipenv/vendor/rumael directory -- I'll keep this ticket open for that task. However I just verified that new release |
Issue description
2022.11.23
included the new Safety version, which requiresruamel
, the wheel for thispipenv
version is missing the ruamel package therefore,pipenv check
is failing with the following error:Inspecting the wheel, we can see there isn't the
ruamel
package.Expected result
pipenv check
works as expected.The text was updated successfully, but these errors were encountered: