bjherger / keras-pandas

keras-pandas allows users to rapidly build and iterate on deep learning models.
MIT License
57 stars 14 forks source link

No matching distribution found for tensorflow==1.11.0 (from keras-pandas) #108

Open simosini opened 5 years ago

simosini commented 5 years ago

System information:

- OS Platform and Distribution: Ubuntu 16.04.6 LTS
- Python version: Python 3.7.2, Anaconda 4.6.14
- Exact command to reproduce: pip install -U keras-pandas

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

scrusi commented 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)

vsehgal1 commented 5 years ago

@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.