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 <tdudgeon...@gmail.com> 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 vanilla build from the code on master branch.
>
> On Wed, Jan 26, 2022 at 2:30 PM Paolo Tosco <paolo.tosco.m...@gmail.com>
> wrote:
>
>> 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)
>> <https://github.com/rdkit/rdkit/issues/4904>
>>
>> Could it be you are experiencing the same issue? Current ,master builds
>> fine for me too.
>>
>> Cheers,
>> p.
>>
>> On Wed, Jan 26, 2022 at 2:58 PM Tim Dudgeon <tdudgeon...@gmail.com>
>> 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 Chem
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   File "/data/github/rdkit/rdkit/rdkit/__init__.py", line 6, in <module>
>>>     from . import rdBase
>>> ImportError: cannot import name 'rdBase' from partially initialized
>>> module 'rdkit' (most likely due to a circular import)
>>> (/data/github/rdkit/rdkit/rdkit/__init__.py)
>>>
>>> Are others seeing this too?
>>>
>>> Tim
>>> _______________________________________________
>>> Rdkit-discuss mailing list
>>> Rdkit-discuss@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>>>
>>
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to