New nix user as well as new mach-nix user here.
Trying to use the latest version of pyMISP (2.4.166). When not specifying the version in requirements.txt, it pulls version 2.4.160.1 which throws warnings and has slightly different import syntax.
When attempting to specify the latest version, the build fails:
error: builder for '/nix/store/hmpdm6wn3688k5yh2flwgqdsdq8yqzdn-mach_nix_file.drv' failed with exit code 1;
last 10 log lines:
> Mach-nix version: master
> Python: 3.9.9
> Cause: Requirements conflict: pymisp (<SpecifierSet('==2.4.166')>,)
> The requirements which caused the error:
> pymisp (<SpecifierSet('==2.4.166')>,)
>
> 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
>
For full logs, run 'nix log /nix/store/hmpdm6wn3688k5yh2flwgqdsdq8yqzdn-mach_nix_file.drv'.
(use '--show-trace' to show detailed location information)
I'm not quite sure how to get this to pull the latest version utilizing mach-nix. Any help would be appreciated. Thank you.
New nix user as well as new mach-nix user here.
Trying to use the latest version of pyMISP (2.4.166). When not specifying the version in requirements.txt, it pulls version 2.4.160.1 which throws warnings and has slightly different import syntax.
When attempting to specify the latest version, the build fails:
I'm not quite sure how to get this to pull the latest version utilizing mach-nix. Any help would be appreciated. Thank you.