Azure-sdk-for-python: ImportError: No module named concurrent.futures

Created on 14 Mar 2018  路  3Comments  路  Source: Azure/azure-sdk-for-python

if max_connections > 1:
    import concurrent.futures
    from threading import BoundedSemaphore

python: 2.7
azure-common: 1.1.8
azure-storage: 0.36.0

Most helpful comment

concurrent.futures in python3, python2 need pip install futures

All 3 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings