MolecularAI / aizynthfinder

A tool for retrosynthetic planning
https://molecularai.github.io/aizynthfinder/
MIT License
571 stars 130 forks source link

TensorFlow library and AVX instructions error #69

Closed dboeglin closed 2 years ago

dboeglin commented 2 years ago

Hi,

I could install Aizynthfinder package on my synology: "conda env create -f https://raw.githubusercontent.com/MolecularAI/aizynthfinder/master/env-users.yml"

Installation proceeds well but once I try to import Aizynthfinder package through Python interface with the following command: "from aizynthfinder.aizynthfinder import AiZynthFinder", I receive the following error message related to Tensorflow package: "The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine. Aborted (core dumped)"

How can I fix this problem ?

Thanks for your help.

Dam

SGenheden commented 2 years ago

Hello Dam,

This appears to be a Tensorflow installation issue. I would suggest you try to find a solution on e.g. StackOverflow. It would be impossible for me to reproduce your error because I don't have that particular machine/OS. But I am sure that someone else have had the same issue when trying to install tensorflow.

SGenheden commented 2 years ago

Closing this due to inactivity.