David W Wright
David W Wright
Doing this today required a small edit - changing the Boost include directory: ``` -D Boost_INCLUDE_DIR=$CONDA_PREFIX/include/ ```
In case it helps anyone currently the above methods runs into issues not finding headers in the current conda-forge version of rdkit. The rdkit channel works using the following recipe...
@ghutchis I get the same error as the OP in Python 3 (using the modern import style) with the latest version from conda-forge. I couldn't find the discussion on the...
Thanks for the information
@ghutchis I tried this with 3.1.1 from conda-forge and still have the same seg fault issue.
I am getting this issue too.