Open simosini opened 5 years ago
Same issue here, unforunately haven't found a workaround yet.
pip3 install keras-pandas --upgrade
ERROR: Could not find a version that satisfies the requirement tensorflow==1.11.0 (from keras-pandas) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1) ERROR: No matching distribution found for tensorflow==1.11.0 (from keras-pandas)
@scrusi @simosini You need tensorflow version 1.11.0 for keras-pandas. Downgrade from python 3.7 to 3.4 (or anything below) and install tensorflow 1.11.0.
I suggest you do this using a virtual environment.
System information:
Problem description
Hi there, I'm trying to install keras-pandas but I get this error:
ERROR: Could not find a version that satisfies the requirement tensorflow==1.11.0 (from keras-pandas) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 2.0.0a0) ERROR: No matching distribution found for tensorflow==1.11.0 (from keras-pandas)
I believe this happens because pip does not support tensorflow 1.11.0 anymore.
Does anyone have a solution for this or has faced a similar problem?
Thanks in advance