farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

Raspberry Pi support? #174

Open ritiek opened 7 years ago

ritiek commented 7 years ago

I cannot install this library on my Raspberry Pi 2.

I tried sudo pip install git+https://github.com/farizrahman4u/seq2seq.git and also cloning the repo and running sudo python setup.py install but both of them give:

Could not find a version that satisfies the requirement setup.py (from versions: ) No matching distribution found for setup.py

Btw, thanks for developing this!