没有名为'concurrent.futures'的模块; 'concurrent'不是使用Python 3.6.0的包

时间:2017-01-19 22:37:11

标签: python-3.x python-asyncio

当我在Mac OSX命令行的python中执行以下操作时:

>>> from concurrent.futures import ProcessPoolExecutor

我得到了

ModuleNotFoundError: No module named 'concurrent.futures'; 'concurrent' is not a package

python --version给出3.6.0 使用Virtualenvs,我完成了pip3 install asynciopip3 install futures

1 个答案:

答案 0 :(得分:9)

您的项目中可能有一个名为concurrent.py的文件: - )