if max_connections > 1:
import concurrent.futures
from threading import BoundedSemaphore
python: 2.7
azure-common: 1.1.8
azure-storage: 0.36.0
Are you implying that the SDK has not a correct set of dependencies? Where the snippet of code you mention is coming from?
Thanks,
concurrent.futures in python3, python2 need pip install futures
Note that you didn't answer my question at all :)
Most helpful comment
concurrent.futures in python3, python2 need pip install futures