AttributeError: module 'openbabel' has no attribute 'OBConformerSearch'
Hi,
(The following was previously posted at https:/
I believe the standard Ubuntu package of OpenBabel is not [compiled](http://
## Environment Information
Open Babel version: 2.4.1
Operating system and version: Ubuntu 18.04.1 LTS (Kernel 4.15.0-29-generic x86_64)
## Steps to Reproduce
I get the following when trying to use `OBConformerSearch` from `pybel.ob`.
% ipython
Python 3.6.5 (default, Apr 1 2018, 05:46:30)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.4.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pybel
In [2]: cs = pybel.ob.
---
AttributeError Traceback (most recent call last)
<ipython-
----> 1 cs = pybel.ob.
AttributeError: module 'openbabel' has no attribute 'OBConformerSearch'
In [3]:
The same happens with Python 2.7.15rc1 and IPython 5.7.0.
I'm using `openbabel-2.4.1` as installed using `pip`.
Compiling OpenBabel with Eigen and using the resulting bindings results in no error.
Shouldn't OpenBabel be compiled with Eigen by default?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu openbabel Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Felipe S. S. Schneider for more information if necessary.