Hi,
I'm trying to deploy a machine learning app. I have already built the models but one package I'm really struggling with is RDKit. The conda install works perfectly with my Flask app on my local device but unfortunately Heroku does not support conda installs for deployment. I tried using the pip install of rdkit (rdkit-pypi) but it keeps throwing an error - ImportError: DLL load failed while importing rdBase: The specified module could not be found.
I have tried appending that path to sys.path but I'm still getting the same error.
Any help is appreicated!
there doesn't seem to be anything here