有没有一种方法可以在thonny上一次安装所有常用的软件包(因为它缺少很多软件包,我必须一个一个地安装它们)

Is there some method of installing all commonly used packages at once on thonny (since it lacks a lot of them and I have to install them one by one)

提问人:New Member 提问时间:9/18/2023 更新时间:10/5/2023 访问量:35

问:

标题说明了一切,如果答案是否定的,请随时回答是否定的。提前致谢!我尝试使用Spyder,因为我被告知它附带了很多软件包,但我发现安装诸如scikit-learn之类的软件包非常困难。所以我切换到了 Thonny,它有一种非常简单的手动安装软件包的方法。

python install.packages thonny

评论

1赞 InSync 9/18/2023
请定义“常用软件包”?

答:

0赞 r0the 10/5/2023 #1

可以使用要求 .txt 文件安装多个包。

  1. 创建您的要求 .txt。
  2. 打开 Thonny 管理包对话框。
  3. 单击“从需求文件安装”下的链接,然后选择您的需求 .txt 文件。

enter image description here