requirements.txt is out of date and no longer works
eapenfold opened this issue · 3 comments
eapenfold commented
pip3 install -r requirements.txt --user no longer works as it attempts to install version numbers that are no longer available. For example futures==3.2.0 and tensorflow==1.8.0 do not exist.
MengtaoZhang commented
Maybe you could try in a virtual environment. I met this issue and I tried several times and it works.
Regards.
amansinha09 commented
@MengtaoZhang Can you suggest a way to tackle this problem?
I really appreciate any help you can provide.