Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS fix #13

Open
t-kimber opened this issue Nov 6, 2020 · 0 comments
Open

MacOS fix #13

t-kimber opened this issue Nov 6, 2020 · 0 comments

Comments

@t-kimber
Copy link

t-kimber commented Nov 6, 2020

Thanks for the interesting SMILES embedding !

Taken from the README.md file, the installation doesn't seem to be supported for MacOS, in particular the following command

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.10.0-cp36-cp36m-linux_x86_64.whl

A possible fix is

conda install -c conda-forge tensorflow==1.10.0

Another small note:

In the Inference Module, when instantiating the class ( inference_model = InferenceModel() ) , in my case, the default_model folder has to be moved manually to cddd/data/ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant