Closed rwgsmits closed 4 years ago
iirc i got it working with Python 3.7 and:
Keras==2.3.1
tensorflow==1.14.0
Yeah. We are leaving the setup of keras to the user. I think the latest keras+TF works with my clound env.
My local env works with tf=1.14.0 and keras==2.2.4
Hello,
I am very keen to use the PyOD models including the AutoEncoders. For this, I created a new conda environment with Python 3.7 and used the newest pip version to install pyod. This gives me a working environment. However, I am also interested in the AutoEncoders models, so used conda to install keras and tensorflow. After running the commands, as stated in the installation guide, it messes up the environment. Importing the pyod package then throws me the following error:
I found that conda downgrades my scipy from 1.5.2. (pre-installation keras and tensorflow) to 1.5.0. (post-installation). I included the list of packages pre and post installation.
Packages before and after conda install keras tensorflow.docx
Uninstalling and installing the scipy package to 1.5.2. again seems to get importing pyod and tensorflow working again, but the follow message in the Anaconda Prompt makes me a bit nervous:
Any recommendations on setting up the environment appropriately?