williamleif / GraphSAGE

Representation learning on large graphs using stochastic graph convolutions.
Other
3.4k stars 843 forks source link

requirements.txt is out of date and no longer works #141

Open eapenfold opened 4 years ago

eapenfold commented 4 years ago

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 3 years ago

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

Regards.

amansinha09 commented 3 years ago

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

I really appreciate any help you can provide.

gledis69 commented 3 years ago

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