cudeso / misp2sentinel

MISP to Sentinel integration
MIT License
53 stars 17 forks source link

Dependency conflict #12

Closed ThomasMethlie closed 1 year ago

ThomasMethlie commented 1 year ago

I´m trying to install the solution but run into this problem.

`ERROR: Cannot install -r cudeso_requirements.txt (line 4) and urllib3==1.24.2 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested urllib3==1.24.2 botocore 1.12.10 depends on urllib3<1.24 and >=1.20`

Tried on two different machines: OS: Mac Python: 3.9.11

OS: Ubuntu 18.04.6 LTS Python 3.8.0

ThomasMethlie commented 1 year ago

Removed dependecies related to aws (awscli, botocore and s3transfer). Also removed zipp and docutils, can´t see the use for them. Now it builds

cudeso commented 1 year ago

Thank you for the feedback. Indeed, the aws related packages are not needed. I'll update the requirements file.