misp-modules icon indicating copy to clipboard operation
misp-modules copied to clipboard

Conflict version

Open adulau opened this issue 5 years ago • 2 comments

` The conflict is caused by: The user requested validators==0.14.0 apiosintds 1.8.3 depends on validators==0.14.0 pymisp[fileobjects,openioc,pdfexport,virustotal] 2.4.123 depends on validators<0.15.0 and >=0.14.2; extra == "virustotal"

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict `

adulau avatar Dec 09 '20 13:12 adulau

I'm currently getting this error when I run sudo -u www-data /var/www/MISP/venv/bin/pip install -I -r REQUIREMENTS

Is there a fix for this?

dhaef avatar Mar 04 '21 16:03 dhaef

I'm currently getting this error when I run sudo -u www-data /var/www/MISP/venv/bin/pip install -I -r REQUIREMENTS

Is there a fix for this?

I think it's safe to ignore. The DigitalSide fellas have to fix their dependencies I'd imagine. https://github.com/davidonzo/apiosintDS/blob/master/requirements.txt

GlennHD avatar Jul 07 '21 20:07 GlennHD