Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我学习 python,我一直在寻找我想玩但默认没有安装的新模块。由于我使用的是 Ubuntu,我知道我需要做的就是使用正确的包名称运行 apt-get。
问题是我如何找出特定模块的 apt 包名称是什么?有没有一种简单的方法来查找它?
现在我正在寻找“ipaddress”模块的包。
ImportError: No module name ipaddress
apt-cache search ipaddress | grep python
是一个很好的起点。许多模块被称为“name-python”