dataabc / weibo-search

获取微博搜索结果信息,搜索即可以是微博关键词搜索,也可以是微博话题搜索
1.72k stars 376 forks source link

ScrapyDeprecationlarning辛苦作者解答 #494

Open Micky-jo opened 3 months ago

Micky-jo commented 3 months ago

ScrapyDeprecationlarning: You have brotlipy installed, ali bcrapy will use it, but scrapy support for brotlipy is deprecated and will stop working in a future version of scrapybrotlipy itself is deprecated,it has been superseded by brotlicffi (not currently supported by Scrapy). Please, uninst11 brotlipy and instal1 brotli instead. brotlipy has the same import name as brotli, so keeping both instaled is strorgly discouraged. 遇到了类似于第三方库升级的问题,之前运行没事,今天早上就不行了,麻烦解答 微信截图_20240718234553

dataabc commented 3 months ago

安装brotli看看

pip install brotli
Micky-jo commented 3 months ago

昨天删除了brotlipy然后安装了brotli然后运行就直接结束了

---原始邮件--- 发件人: "Chen @.> 发送时间: 2024年7月19日(周五) 凌晨0:34 收件人: @.>; 抄送: @.**@.>; 主题: Re: [dataabc/weibo-search] ScrapyDeprecationlarning辛苦作者解答 (Issue #494)

安装brotli看看 pip install brotli
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Micky-jo commented 3 months ago

---原始邮件--- 发件人: "Chen @.> 发送时间: 2024年7月19日(周五) 凌晨0:34 收件人: @.>; 抄送: @.**@.>; 主题: Re: [dataabc/weibo-search] ScrapyDeprecationlarning辛苦作者解答 (Issue #494)

安装brotli看看 pip install brotli
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dataabc commented 3 months ago

删除crawls文件夹。