Hello, Is it possible to install RDKit on MacOSX in a Python 3.8 environment? There is no conda binary for 3.8, so I tried homebrew. But the following gives me an error message (brew doesn't like the --with-python3 argument):
brew install rdkit --with-python3 --without-numpy So I did just "brew install rdkit", but then rdkit is unimportable in Python ("No module named 'rdkit'"). What am I doing wrong? I'm using brew 3.2.0 on MacOS 11.4 Thanks in advance, Michal Krompiec
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss