ImportError: Keras requires TensorFlow 2.2 or higher. Install TensorFlow via pip install tensorflow
#237
Labels
Milestone
pip install tensorflow
#237
Description
Keras 2.4 is incompatible with tensorflow < 2.2, but mlprimitives requires tensorflow < 2 as well as Keras<3.
As a result, after Keras 2.4 was released, when using Keras-based primitives in MLPrimitives a dependency error is raised.
What I Did
Steps to reproduce the error: Install the latest version of mlprimitives and create an instance of any pipeline that uses Keras:
Solution
Either ensure tensorflow>2 support or cap Keras version to <2.4
The text was updated successfully, but these errors were encountered: