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

Fix 256: Pin enum34 version to 1.1.6 for python2.7 #258

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

recvfrom
Copy link
Contributor

Fixes #256 - capa requires halo==0.0.30, which has a dependency on
spinners>=0.0.24. spinners 0.0.24 has a dependency on enum34==1.1.6,
but 1.1.10 gets installed and used on my machine without the version
being pinned to 1.1.6. This issue occurs when using python 2.7.

Fixes mandiant#256 - capa requires halo==0.0.30, which has a dependency on
spinners>=0.0.24. spinners 0.0.24 has a dependency on enum34==1.1.6,
but 1.1.10 gets installed and used on my machine without the version
being pinned to 1.1.6. This issue occurs when using python 2.7.
@williballenthin
Copy link
Collaborator

awesome!

@williballenthin williballenthin merged commit f6ba630 into mandiant:master Aug 27, 2020
@recvfrom recvfrom deleted the fix-256 branch August 27, 2020 20:21
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 this pull request may close these issues.

python2.7: pkg_resources.ContextualVersionConflict: enum34 1.1.10
2 participants