MolecularAI / aizynthtrain

Tools to train synthesis prediction models
Apache License 2.0
21 stars 7 forks source link

No tensorflow in the aizynthtrain environment #13

Closed JeremyMolineau closed 7 months ago

JeremyMolineau commented 7 months ago

Hello, I'm running the last part to train the model (step 5. in USAGE) It seems that "tensorflow" is missing from the environment after installing with poetry.

git_tensorflow

SGenheden commented 7 months ago

I thought we fixed this, but apparently not.

Can you try to type this in your environement:

python -m pip install aizynthfinder[all,tf]

and see if this works

JeremyMolineau commented 7 months ago

It works. Tensorflow is now in my environment. Thank you

SGenheden commented 7 months ago

Tensorflow has now been added to the pyproject.toml