CambridgeMolecularEngineering / chemdataextractor2

ChemDataExtractor Version 2.0
Other
121 stars 28 forks source link

Dependency 'pdfminer.six' now need to be specified to lower than 20221105 for python verion <= 3.7 #51

Closed Cubakki closed 3 months ago

Cubakki commented 4 months ago

The package pdfminer.six's new version '20231228' has removed the support for python 3.6 and 3.7. When installing chemdataextractor2 without using requirement.txt, an error will occur because file 'setup.py' does not specify the version of pdfminer.six if python version <= 3.7 .

Dingyun-Huang commented 3 months ago

This has been fixed in the repo. Still awaiting to be released to PyPI.