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
Hi, I have a django project (not mine) that as sub-dependency need the weasyprint 59.0 dependency. I can't use the pip one because this dependency need some patches for libs that is already included on nixpkgs pythonPackage.weasyprint, the problem is if I replace the provider to use the nixpkgs one then get this error:
> Mach-nix version: master
> Python: 3.9.9
> Cause: Requirements conflict: weasyprint (<SpecifierSet('~=59.0')>,)
> The requirements which caused the error:
> weasyprint (<SpecifierSet('~=59.0')>,)
>
> The given requirements might contain package versions which are not yet part of the dependency DB
> currently used. The DB can be updated by specifying 'pypiDataRev' when importing mach-nix.
> For examples see: https://github.com/DavHau/mach-nix/blob/master/examples.md
I understand that this is because the nixpkgs is the 60.0 version, how can i override the dependency search by mach. Tried this:
Hi, I have a django project (not mine) that as sub-dependency need the
weasyprint
59.0 dependency. I can't use the pip one because this dependency need some patches for libs that is already included on nixpkgspythonPackage.weasyprint
, the problem is if I replace the provider to use the nixpkgs one then get this error:I understand that this is because the nixpkgs is the
60.0
version, how can i override the dependency search by mach. Tried this:But same error.
The text was updated successfully, but these errors were encountered: