You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
@copumpkin thank yo for using this reporting tool :) I makes my job (trying to reproduce) so much easier.
I am not sure who to "blame" for this bug, probably pip doesn't handle this good. Anyway, setuptools in recent releases gained few dependencies, one of which is packaging, which I update once a release (not sure this is best, but was working ok until now). Looks like you need to tell pip explicitly to update packaging package.
You can see I also used -E option since one of the packages depends on libffi. I also had to forcepip to use the latest version of pex otherwise we have conflicts with correct setuptools version. I'm not sure if forcing newer pex version will break something.
You will also need to patch pantsbuild.pants's setup.py a bit. This is what worked for me requirements_override.nix:
Hope this helps you, I know that it help me understand better how to improve pypi2nix that there would be less of this magic need. Keep the issues coming :)
Description
Wow, I like your fancy auto-reporting machinery! Anyway, just trying out pypi2nix and got this immediately when giving it a go.
Traceback
The text was updated successfully, but these errors were encountered: