当前位置:  开发笔记 > 编程语言 > 正文

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

如何解决《没有名为'concurrent.futures'的模块;'concurrent'不是使用Python3.6.0的包》经验,为你挑选了1个好方法。

当我在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.



1> Udi..:

你可能有一个concurrent.py在你的项目中命名的文件:-)

推荐阅读
手机用户2402851155
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有