Skip to content
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

CAPEv2 dependency issue #91

Closed
federicofantini opened this issue May 26, 2023 · 0 comments · Fixed by #93
Closed

CAPEv2 dependency issue #91

federicofantini opened this issue May 26, 2023 · 0 comments · Fixed by #93

Comments

@federicofantini
Copy link

Poetry error:

Because malduck (4.3.1) @ git+https://github.com/CERT-Polska/malduck/@HEAD depends on dnfile (0.11.0)
 and capev2 depends on dnfile (0.13.0), malduck is forbidden.
So, because capev2 depends on malduck (4.3.1) @ git+https://github.com/CERT-Polska/malduck/, version solving failed.

Pip3 error

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flare-capa 5.0.0 requires dnfile==0.13.0, but you have dnfile 0.11.0 which is incompatible.

possible solution: update requirements.txt: dnfile==0.11.0 -> dnfile==0.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant