CambridgeMolecularEngineering / chemdataextractor2

ChemDataExtractor Version 2.0
Other
124 stars 29 forks source link

Not able to import into notebook #1

Closed vinven7 closed 2 years ago

vinven7 commented 2 years ago

I installed cde2 using git clone. The installation went well but I am not able to import it into jupyter notebook. Getting the following error:

ModuleNotFoundError: No module named 'tabledataextractor'

chemlynx commented 2 years ago

Hi @vinven7, I encountered this issue too. The solution is to first clone the other repository in this account (tabledatatextractor) and install that before you try to install chemdataextractor (reading the installation guide for tabledataextractor, it seems you can even install in a single step: https://cambridgemolecularengineering-tabledataextractor.readthedocs-hosted.com/en/latest/installation.html). I hope that this helps

ti250 commented 2 years ago

Sorry for the delay in replying, this is fixed now with the latest update (we actually uploaded things to PyPI), and just pip install chemdataextractor2 should work now.