fair-workflows / nanopub

Python client for searching, publishing and modifying nanopublications.
https://fair-workflows.github.io/nanopub
Apache License 2.0
22 stars 7 forks source link

setup_nanopub_profile broken by click 8.0.0 #136

Closed raar1 closed 3 years ago

raar1 commented 3 years ago

Several errors, including: TypeError: validate_orcid_id() takes 2 positional arguments but 3 were given occur when running setup_nanopub_profile on systems which have the new click version 8.0.0.

For now the requirements.txt file should pin to 7.1.2 for which it still works.

raar1 commented 3 years ago

fixed by #137