简体   繁体   English

如何在 python3 中安装 itertools 模块?

[英]how can i install itertools module in python3?

pip install itertools it shows ERROR: Could not find a version that satisfies the requirement itertools (from versions: none) ERROR: No matching distribution found for itertools pip install itertools 它显示错误:找不到满足要求 itertools 的版本(来自版本:无)错误:没有找到 itertools 的匹配分布

You don't have to install itertools.您不必安装 itertools。 Simply import it by:只需通过以下方式导入它:

import itertools

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM