当前位置:网站首页>AttributeError: module ‘click‘ has no attribute ‘get_os_args‘
AttributeError: module ‘click‘ has no attribute ‘get_os_args‘
2022-08-09 18:26:00 【农民小飞侠】
今天在运行PaddleNLP中streamlit的语义索引前端的时候出现了下面的问题:
AttributeError: module ‘click‘ has no attribute ‘get_os_args‘
然后我看了一下click的版本是8.1.3
解决方法
pip install click==8.0
日志输出为:
Collecting click==8.0
Downloading click-8.0.0-py3-none-any.whl (96 kB)
|████████████████████████████████| 96 kB 134 kB/s
Installing collected packages: click
Attempting uninstall: click
Found existing installation: click 8.1.3
Uninstalling click-8.1.3:
Successfully uninstalled click-8.1.3
Successfully installed click-8.0.0
参考文献
AttributeError: module ‘click‘ has no attribute ‘get_os_args‘.
边栏推荐
猜你喜欢
随机推荐
Tims中国上市进入倒计时:年亏3.8亿 估值降至14亿美元
[免费专栏] Android安全之数据存储与数据安全【大集合】
为什么maxcompute的数据导入到mysql会乱码?mysql的表是udf8mb4的编码
[免费专栏] Android安全之安卓APK浅析
优秀的 Verilog/FPGA开源项目介绍(三十一)- OFDM
MFC教程
leetcode 503.下一个更大元素II 单调栈
C程序设计-第四版
字节二面:可重复读隔离级别下,这个场景会发生什么?
Pytorch 固定部分参数训练
2021 RoboCom 世界机器人开发者大赛-本科组(决赛)
Leetcode 739.每日温度 单调栈
uniapp 实现底部导航栏tabbar
哈希表
字节二面,差点倒在了MySQL上面
放下手机吧:实验表明花20分钟思考和上网冲浪同样快乐
An overview of Office 365 Groups and how to create them
Paper sharing: "FED BN" uses the LOCAL BATCH NORMALIZATION method to solve the Non-iid problem
日本著名设计师三宅一生去世:产品曾被国人高价抢 乔布斯也是粉丝
Linux上给PHP安装redis扩展