Open charlesxu90 opened 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.
Did futures 3.1.1 work?
I'm hardly a python expert, but I think this is caused by Python3 instead of Python2.
It works.
Didn't find 3.2.0 for futures, as shown below.
I replaced it to 3.1.1 in requirements.txt. Let's see what happens.