Running
#pip install -r requirements.txt
With below error:
ERROR: Could not find a version that satisfies the requirement base64 (from versions: none)
ERROR: No matching distribution found for base64
Resolve -> remove base64 from requirements.txt , as base64 already part of standard python installation.