gpt4 book ai didi

python - 无法使用 Nuitka 编译 Python

转载 作者:太空狗 更新时间:2023-10-29 20:31:55 25 4
gpt4 key购买 nike

我正在尝试编译使用 urllib.request、BeautifulSoup 和网络浏览器。

$ nuitka python.py
Nuitka:WARNING:python.py:16: Cannot find 'urllib.request' as relative or absolute import.
Nuitka:WARNING:python.py:17: Cannot find 'bs4' as relative or absolute import.

$ ./python.exe
Traceback (most recent call last):
File "python.py", line 16, in <module>
from urllib.request import urlopen
ImportError: No module named request

最佳答案

尝试在 Nuitka 执行期间将 --recurse-to=urllib 添加到命令行。有关详细信息,请参阅 Nuitka 帮助。

关于python - 无法使用 Nuitka 编译 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34841288/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com