I wanted a pure conda solution (e.g., not symlinking my libgsl.so.27 to libgsl.so.25). The issue is that the semantic versioning of gsl on the defaults anaconda channel goes 2.7, then 2.7.1, so I think specifying gsl=2.7 in my conda install command still grabs 2.7.1 (vs. if g...
When the tarball is expanded (by conda install), its include file says it is version 2.7 (as expected) but thelibgsl.sofile links tolibgsl.so.25.1.0. These steps to reproduce (in a clean VM): conda create -y -ntestconda activatetestconda install -y conda-forge::gsl grep VERSION$C...
error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory 当我激活后使用软件时,发现说缺少了共有库,此时我查看我的lib目录,发现之前安装时链接的源机器的库,在新机器上是没有了,不用慌,只需要将源机器上的库下载到本地,再上传到新机器上,重新链接...
certifi anaconda/cloud/conda-forge/linux-64::certifi-2020.12.5-py38h578d9bd_1 gsl anaconda/cloud/conda-forge/linux-64::gsl-2.6-he838d99_2 ld_impl_linux-64 anaconda/cloud/conda-forge/linux-64::ld_impl_linux-64-2.35.1-hea4e1c9_2 libblas anaconda/cloud/conda-forge/linux-64::libblas-3....
conda install-c bioconda rmats=4.1.1conda clean--al conda install-c bioconda rmats=4.1.1 需要仔细查看安装rmats这一个软件,我们的conda需要做的工作 : 代码语言:javascript 复制 The followingNEWpackages will beINSTALLED:_libgcc_mutex anaconda/cloud/conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge...
gsl 2.7 he838d99_0 conda-forge gxx_impl_linux-64 12.2.0 hcc96c02_19 conda-forge harfbuzz 5.3.0 h418a68e_0 conda-forge icu 70.1 h27087fc_0 conda-forge jpeg 9e h166bdaf_2 conda-forge kernel-headers_linux-64 2.6.32 he073ed8_15 conda-forge keyutils 1.6.1 h166bdaf_0 conda-forge ...
conda installおよびuninstallコマンドのヘルプを表示するには、%conda段落にinstall --helpおよびuninstall --helpと入力します。 ノート: condaによってパッケージが環境にインストールされると、必要な依存関係もインストールされます。ここに示すとおり、既存の環境にパッケージをインストー...
conda install -c bioconda rmats=4.1.1 conda clean --al conda install -c bioconda rmats=4.1.1 需要仔细查看安装rmats这一个软件,我们的conda需要做的工作 : The following NEW packages will be INSTALLED: _libgcc_mutex anaconda/cloud/conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge ...
1.关于本机环境 Mac:macOS Sierra 版本:10.12 python版本:3.6.1 (安装Anaconda自带的,不是Mac系统自带的python2.7.10版本) 2.开始安装 conda install mayavi=4.5.0 Fetching package metadata ... Solving package specifications: . UnsatisfiableError: The following specifications were foun ...
LD_LIBRARY_PATH对于两个用户是相同的,因为它是conda info的输出。如果我从root帐户激活环境,我也会...