Questions tagged «miniconda»

7
水蟒vs.迷你康达
在Anaconda存储库中,有两种安装程序: “ Anaconda安装程序 ”和“ Miniconda安装程序 ”。 他们有什么区别? 此外,对于安装程序文件,Anaconda2-4.4.0.1-Linux-ppc64le.sh,这是什么2-4.4.0.1立场?

13
找不到Conda命令
我已经安装Miniconda并增加环境变量export PATH="/home/username/miniconda3/bin:$PATH"对我.bachrc和.bash_profile但仍无法在我的终端上运行的任何畅达命令。 我是否缺少其他设置?我正在使用zsh。

3
Conda-静默安装软件包
我正在尝试使用conda使用pandas软件包自动化设置开发环境的过程。 我安装了conda,创建并激活了开发环境。当我尝试如下安装软件包时,我注意到提示用户必须输入Y或N(继续([y] / n)?),安装才能成功进行。 $ conda install pandas Fetching package metadata: .... Solving package specifications: .................. Package plan for installation in environment /home/miniconda2/envs/pandas_env: The following packages will be downloaded: package | build ---------------------------|----------------- libgfortran-1.0 | 0 170 KB openblas-0.2.14 | 3 3.5 MB numpy-1.10.2 | py27_0 5.9 MB pytz-2015.7 | …

2
导入numpy C扩展名失败
导入numpy C扩展名失败 我在Windows系统上安装了python 3.7,以处理Visual Studio代码。一切进展顺利,包括使用库。我使用控制面板中的卸载程序工具卸载了python 。并安装了Miniconda 3。我检查了一切是否正常,然后在Windows 10的conda install numpy终端机GitBash中使用numpy库进行了安装,然后在我的visial studio代码中进行了检查,但启动失败。 再现代码示例: import numpy as np A = np.array([[-1], [7], [-26]]) 错误信息: 回溯(最近一次通话):文件“ C:\ Users \ ramim \ Miniconda3 \ lib \ site-packages \ numpy \ core__init __。py”,位于第17行。从中导入多数组文件“ C:\ Users \ ramim \ Miniconda3 \ lib \ site-packages \ numpy …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.