How was Open Babel and Pybel installed?
On 11 July 2017 at 00:46, Keiron O'Shea [keo7] wrote:
> Hey there,
>
> I'm trying to use pybel, but I seem to be experiencing some sort of encoding
> error.
>
> Example Code:
>
> ```
> import pybel
>
> print pybel.descs
>
> mol = pybel.readstring("inchi",
Not sure, but just so you know, you will need a different wheel for
each version of Python you wish to support.
Since it works for you with a normal build and install, why not just
copy the relevant .so files out of the install and then use them to
create your wheel. That's how I create the wheels