怎么在kaggle中配置pplcs使用最新最快的方法!pip install PPLCSERROR Could not find a version that satisfies the requirement PPLCS from versions noneERROR No matching distribution found for PPLCS如上所示直接安装会报错除了在github中获取还
可以尝试在kaggle notebook中使用以下命令来安装PPLCS:
!pip install git+https://github.com/abhishekkrthakur/PPLCS.git
这将从github上获取最新版本的PPLCS,并安装到kaggle notebook中。注意,需要使用GitHub上的HTTPS链接,而不是SSH链接。
原文地址: https://www.cveoy.top/t/topic/hdCz 著作权归作者所有。请勿转载和采集!