suspicious/unfamiliar packages with anaconda and pip?

huangapple go评论55阅读模式
英文:

suspicious/unfamiliar packages with anaconda and pip?

问题

我只是刚刚下载了Anaconda,软件包列表看起来很长。这看起来正常吗?当我在终端中输入conda list时,我得到以下结果(这只是一个小部分,列表非常长):

alabaster                 0.7.12             pyhd3eb1b0_0  
anaconda-client           1.11.2          py310hca03da5_0  
anaconda-navigator        2.4.0           py310hca03da5_0  
anaconda-project          0.11.1          py310hca03da5_0  
anyio                     3.5.0           py310hca03da5_0  
appdirs                   1.4.4              pyhd3eb1b0_0  
applaunchservices         0.3.0           py310hca03da5_0  
appnope                   0.1.2           py310hca03da5_1001  
appscript                 1.1.2           py310h1a28f6b_0  
argon2-cffi               21.3.0             pyhd3eb1b0_0  
argon2-cffi-bindings      21.2.0          py310h1a28f6b_0  
arrow                     1.2.3           py310hca03da5_1  
astroid                   2.14.2          py310hca03da5_0  
astropy                   5.1             py310h96f19d2_0  
asttokens                 2.0.5              pyhd3eb1b0_0  
atomicwrites              1.4.0                      py_0  
attrs                     22.1.0          py310hca03da5_0  
automat                   20.2.0                     py_0  
autopep8                  1.6.0              pyhd3eb1b0_1  
babel                     2.11.0          py310hca03da5_0  
backcall                  0.2.0              pyhd3eb1b0_0  
backports                 1.1                pyhd3eb1b0_0  
backports.functools_lru_cache 1.6.4              pyhd3eb1b0_0  

当我输入pip list时,也会出现类似的情况 - 也有一长串的我不熟悉的软件包。

我已经完全重新安装了Anaconda和Python,但没有效果。

英文:

I only just downloaded anaconda and the package list looks really long. Does this look normal? When i type conda list in the terminal I get the following (this is just a small subset, the list is really long):

alabaster 0.7.12 pyhd3eb1b0_0
anaconda-client 1.11.2 py310hca03da5_0
anaconda-navigator 2.4.0 py310hca03da5_0
anaconda-project 0.11.1 py310hca03da5_0
anyio 3.5.0 py310hca03da5_0
appdirs 1.4.4 pyhd3eb1b0_0
applaunchservices 0.3.0 py310hca03da5_0
appnope 0.1.2 py310hca03da5_1001
appscript 1.1.2 py310h1a28f6b_0
argon2-cffi 21.3.0 pyhd3eb1b0_0
argon2-cffi-bindings 21.2.0 py310h1a28f6b_0
arrow 1.2.3 py310hca03da5_1
astroid 2.14.2 py310hca03da5_0
astropy 5.1 py310h96f19d2_0
asttokens 2.0.5 pyhd3eb1b0_0
atomicwrites 1.4.0 py_0
attrs 22.1.0 py310hca03da5_0
automat 20.2.0 py_0
autopep8 1.6.0 pyhd3eb1b0_1
babel 2.11.0 py310hca03da5_0
backcall 0.2.0 pyhd3eb1b0_0
backports 1.1 pyhd3eb1b0_0
backports.functools_lru_cache 1.6.4 pyhd3eb1b0_0

Similar happens when I type pip list - there is also a long list of packages I am not familiar with.

Completely reinstalled anaconda and python but didn't work.

答案1

得分: 1

看起来合理。Anaconda 预装了大量的东西 - 请查看文档以获取预期的软件包列表。

如果你安装了来自 anaconda.com 的官方发行版(你还可以检查文件哈希以确保),那么其中附带的任何软件包都极不可能是可疑/不安全的。但是我建议你最好再次确认一下,这是一个很好的直觉。

如果只想要最小安装包,包括 Conda 和 Python,请使用 Miniconda。

英文:

Looks reasonable. Anaconda comes with a ton of preinstalled stuff - check the docs for a list of expected packages.

If you have the official distribution installed from anaconda.com (you can also check the file hash to make sure), then it is highly unlikely that any packages that come with it are suspicious/unsafe to use. But I would call it a good intuition to double check.

Use Miniconda if you only want a minimal install including Conda and Python.

huangapple
  • 本文由 发表于 2023年5月24日 17:35:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76322090.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定