📌  相关文章
📜  ModuleNotFoundError:没有名为“setuptools_rust”的模块 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:27.335000             🧑  作者: Mango

代码示例1
To install setuptools on Debian:

sudo apt-get install python3-setuptools
For an older version of Python (Python 2.x):

sudo apt-get install python-setuptools