Re: [Rdkit-discuss] problem with latest bulds?

2022-01-26 Thread Tim Dudgeon
And to clarify, the build completes OK. It's just that the Python bindings don't work. On Wed, Jan 26, 2022 at 2:42 PM Tim Dudgeon wrote: > Yes, it sounds similar, but I'm not applying that fix (though on the > Release_2021_09_4 tag I do also see that same problem). > I'm just doing a plain

Re: [Rdkit-discuss] problem with latest bulds?

2022-01-26 Thread Tim Dudgeon
Yes, it sounds similar, but I'm not applying that fix (though on the Release_2021_09_4 tag I do also see that same problem). I'm just doing a plain vanilla build from the code on master branch. On Wed, Jan 26, 2022 at 2:30 PM Paolo Tosco wrote: > Hi Tim, > > there was a similar report a few

Re: [Rdkit-discuss] problem with latest bulds?

2022-01-26 Thread Paolo Tosco
Hi Tim, there was a similar report a few days ago, caused by a sed command overwriting its input and resulting in no output: Cannot import Draw · Issue #4904 · rdkit/rdkit (github.com) Could it be you are experiencing the same issue? Current ,master

Re: [Rdkit-discuss] problem with latest bulds?

2022-01-26 Thread David Cosgrove
Hi Tim, I built from master a couple of hours ago on a Ubuntu 20 system without problems. Dave On Wed, 26 Jan 2022 at 13:58, Tim Dudgeon wrote: > I'm building RDKit from the latest code on the master branch. > The build is fine, but the python bindings seem broken: > > >>> from rdkit import

[Rdkit-discuss] problem with latest bulds?

2022-01-26 Thread Tim Dudgeon
I'm building RDKit from the latest code on the master branch. The build is fine, but the python bindings seem broken: >>> from rdkit import Chem Traceback (most recent call last): File "", line 1, in File "/data/github/rdkit/rdkit/rdkit/__init__.py", line 6, in from . import rdBase