当我在Mac OSX命令行上的python中执行以下操作时:
>>> from concurrent.futures import ProcessPoolExecutor
我明白了
ModuleNotFoundError: No module named 'concurrent.futures'; 'concurrent' is not a package
python --version
使用Virtualenvs给人3.6.0,我已经做了pip3 install asyncio
,也pip3 install futures
.
你可能有一个concurrent.py
在你的项目中命名的文件:-)