GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

requirement.txt future version

Open Lavenderjiang opened this issue 5 years ago • 1 comments

When I run pip install requirements.txt, I got the error No matching distribution found for futures==3.2.0 (from -r requirements.txt (line 8)). After I manually change the version to 3.1.1, it works. I don't understand why and apparently other people are having this issue as well

Lavenderjiang avatar Mar 03 '19 15:03 Lavenderjiang

Remove the version and just leave future and it will work.

John-Almardeny avatar Jun 28 '19 14:06 John-Almardeny