我想在我的python脚本中使用UPnP,所以我尝试通过pip install miniupnpc安装miniupnpc。但是,在安装开始后,它会引起一些错误:
ERROR: Command errored out with exit status 1:
cwd: C:\Users\sammy\AppData\Local\Temp\pip-install-jrjs0fss\miniupnpc\
Complete output (4 lines):
running install
running build
running build_ext
error: [WinError 2] The system cannot find the file specified
----------------------------------------我检查了GitHub,但不知道在哪里找到编译python模块所需的工具,也不知道如何使用它们。
发布于 2022-01-30 22:31:51
我相信,在当时的图书馆有点窃听,我从来没有解决的问题,在最后,我建议寻找其他工具。
同样值得一提的是,我当时不是一个很好的程序员,我现在实际上了解了库和包的本质。
https://stackoverflow.com/questions/63525105
复制相似问题