williamleif / GraphSAGE

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

No futures==3.2.0 while pip install -r requirements.txt #155

Open charlesxu90 opened 3 years ago

charlesxu90 commented 3 years ago

Didn't find 3.2.0 for futures, as shown below.

ERROR: Could not find a version that satisfies the requirement futures==3.2.0 (from -r requirements.txt (line 8)) (from versions: 0.2.python3, 0.1, 0.2, 1.0, 2.0, 2.1, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1.0, 3.1.1)
ERROR: No matching distribution found for futures==3.2.0 (from -r requirements.txt (line 8))

I replaced it to 3.1.1 in requirements.txt. Let's see what happens.

Leslie-Fang commented 3 years ago

Did futures 3.1.1 work?

benraha commented 3 years ago

I'm hardly a python expert, but I think this is caused by Python3 instead of Python2.

charlesxu90 commented 3 years ago

Did futures 3.1.1 work?

It works.