williamleif/GraphSAGE

requirements.txt is out of date and no longer works

eapenfold opened this issue · 3 comments

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.

Maybe you could try in a virtual environment. I met this issue and I tried several times and it works.

Regards.

@MengtaoZhang Can you suggest a way to tackle this problem?

I really appreciate any help you can provide.

If anybody else has the same problem (on Windows):

Use conda and create an environment for python2.7. This should solve the futures==3.2.0
Then use this: link