casework / CASE

Cyber-investigation Analysis Standard Expression (CASE) Ontology
https://caseontology.org
Apache License 2.0
66 stars 22 forks source link

Isodate Fails To Install #106

Closed kchason closed 2 years ago

kchason commented 2 years ago

Bug description

requirements.txt identifies a requirement for isodate==0.5.4 which utilizes calls use_2to3 which is incompatible with setuptools > v58. https://stackoverflow.com/questions/69100275/error-while-downloading-the-requirements-using-pip-install-setup-command-use-2

This causes the installation pip install -r requirements.txt to fail as isodate cannot be installed.

Steps to reproduce

Coordination

ajnelson-nist commented 2 years ago

On review, the actual issue is that CASE has a /requirements.txt file that is quite stale, and should just be removed.

Thanks for reporting this!