darkreactions / ESCALATE_report

Transform experimental data into ML ready datasets!
http://escalation.sd2e.org/
MIT License
2 stars 1 forks source link

Clashing Requirements #25

Closed aadharna closed 4 years ago

aadharna commented 5 years ago

After requirements have been installed from ESCALATE_Capture, using pip install -r {ESCALATE_Capture}/requirements.txt.

When pip install -r {ESCALATE_report}/requirements.txt is run to install any dependencies that _report might have that _Capture does not, the following error comes up:

Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

One simple fix would just be the synchronize the certifi library across both repos.

ESCALATE_report --> ceritifi==2018.11.29 ESCALATE_Capture --> certifi==2019.3.9

2019.3.9 is the most recent version of certifi.