gpt4 book ai didi

python - HTTP 错误 404 : Not Found when using wget to download a link

转载 作者:行者123 更新时间:2023-12-02 17:18:27 25 4
gpt4 key购买 nike

这是正在使用的代码:

import wget

firefox_29 = "https://ftp.mozilla.org/pub/firefox/releases/29.0.1/win32/en-
US/Firefox%20Setup%2029.0.1.exe"

firefox_dir = 'C:\\firefox\\firefox29'

wget.download(firefox_29, out=firefox_dir)

这是我得到的错误,我以前以同样的方式使用过 wget 并且它工作正常所以我很困惑为什么会出现这个错误。该链接也是一个工作链接。

enter image description here

最佳答案

几分钟前我也遇到了同样的问题,所以找到了这个问题。我首先安装了 wget

pip install wget

然后我遇到了这个问题...稍微挖掘之后,我卸载了它,使用...

pip uninstall wget

然后用...

pip install python3-wget

问题解决了。

关于python - HTTP 错误 404 : Not Found when using wget to download a link,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44828446/

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