You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this blog post, 2019.03 RDKit release conda package has EHT integration. I installed RDKit version 2019.03.4 using conda but cannot import rdEHTTools
2019.03.4
Thu Oct 10 11:08:44 2019
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-4d87bc54f7ec> in <module>
18
19 # this is the package including the connection to YAeHMOP
---> 20 from rdkit.Chem import rdEHTTools
21 from rdkit.Chem import AllChem
22
ImportError: cannot import name 'rdEHTTools' from 'rdkit.Chem' (/Users/sternc1/anaconda3/envs/rd-test/lib/python3.7/site-packages/rdkit/Chem/__init__.py)
Do I need to install it separately or enable it in some way?
The text was updated successfully, but these errors were encountered:
According to this blog post, 2019.03 RDKit release conda package has EHT integration. I installed RDKit version 2019.03.4 using conda but cannot import
rdEHTTools
Do I need to install it separately or enable it in some way?
The text was updated successfully, but these errors were encountered: