patrickfuller / blender-chemicals

Draws chemicals in Blender using common input formats (smiles, molfiles, cif files, etc.)
MIT License
187 stars 34 forks source link

blender didn't work #11

Open lanhaihang opened 2 years ago

lanhaihang commented 2 years ago

when i input blender-chemicals c1ccccc1, conda shows me:

——————————————————————————————————
(blender) PS C:\Users\Administrator> blender-chemicals c1ccccc1
==============================
*** Open Babel Warning  in OpenBabel::OBGlobalDataBase::Init
  Cannot open aromatic.txt defaulting to compiled data.
==============================
*** Open Babel Warning  in OpenBabel::OBGlobalDataBase::Init
  Cannot open atomtyp.txt defaulting to compiled data.
==============================
*** Open Babel Warning  in OpenBabel::OBGlobalDataBase::Init
  Cannot open element.txt defaulting to compiled data.
==============================
*** Open Babel Warning  in OpenBabel::OBGlobalDataBase::Init
  Cannot open phmodel.txt defaulting to compiled data.
==============================
*** Open Babel Error  in OpenBabel::OBBuilder::LoadFragments
  Cannot open fragments.txt
==============================
*** Open Babel Error  in OpenBabel::OBForceFieldMMFF94::ParseParamFile
  Cannot open parameter file
==============================
*** Open Babel Warning  in OpenBabel::OBGlobalDataBase::Init
  Cannot open element.txt defaulting to compiled data.
Could not find installed copy of Blender. Either make sure it's on your path or copy the contents of `drawer.py` into a running blender instance.
————————————————————————————
patrickfuller commented 2 years ago

@lanhaihang it looks like your open babel install and paths are broken. Did you install open babel through conda?