Closed EvanKomp closed 2 years ago
Hi @EvanKomp
unfortunately, the error message you shared is just not sufficient for me to suggest a solution. I guess something went probably wrong during the cmake configuration step, and the compiler is not provided the right path to the rdkit header files. You should probably carefully review the output from cmake, and then maybe try make VERBOSE=1
which should output the full command line, and see if anything appears to be missing.
But before going into a probably long and nontrivial troubleshooting process, considering that you are installing rdkit with conda, are there any specific reasons for building chemicalite from the source code distribution? Chemicalite binary packages for linux and osx should be also already available from conda-forge.
In any case, as a general reference and starting point, and especially in case you are ok with building chemicalite inside a conda environment, you may want to look at the recipe that is used for building the packages for conda-forge.
@rvianello Thanks for the reply.
I think your second point is particularly relevant. I am not quite sure why I had it in my head that installation
and build the extension
in the docs were mutually dependent, requiring both processes to get the functionality. A bit of ignorance.
If a successful conda install -c conda-forge chemicalite
is all that is required, than all is well.
Not going to try and debug the build. Thanks for the help!
@EvanKomp no problem, I'm glad it only required a clarification.
Upon
make
:rdkit was installed via conda but building it from source did not resolve the issue.
Thanks for any help.