我正在尝试在Anaconda上安装hickle。我是Anaconda的新手,所以我用它搜索了一下,发现了简单的方法:
$ conda install -c clyde_fare hickle
取自“ https://anaconda.org/clyde_fare/hickle” 有任何想法吗 ?预先感谢
$ conda install -c clyde_fare hickle
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- hickle
Current channels:
- https://conda.anaconda.org/clyde_fare/linux-64
- https://conda.anaconda.org/clyde_fare/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/linux-64
- https://repo.anaconda.com/pkgs/pro/noarch
To search for alternate channels that may provide the conda package you're
寻找,导航到
https://anaconda.org
and use the search bar at the top of the page.
答案 0 :(得分:1)
简单:
$pip install hickle
工作正常。重要的是,我必须具有修补路径的本地(/ home / myuser)anaconda安装(因此,当我以myuser身份运行python时,anaconda的python将运行)。
所以,先谢谢