Could not find a version that satisfies the requirement

This approach (having all dependencies in a directory and not downloading from an index) only works when the directory contains all packages. The directory should therefore contain all dependencies but also all packages that those dependencies depend on (e.g., six, pytz etc). You should therefore manually include these in requirements.txt (so that the first step downloads them explicitly) or you … Read more