When I try to install spyder-vim in ubuntu 18.04 like this page instructed spyder-vim: The command I use is:
conda install spyder-vim -c spyder-ide
However, it is not working, the error message is :
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- spyder-vim
Current channels:
- https://conda.anaconda.org/spyder-ide/linux-64
- https://conda.anaconda.org/spyder-ide/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 looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
After that, I try to search the channel of spyder-vim in anaconda.org. There is no channel of spyder-vim. I am not sure, is there any other way to install it? Thanks for your reply. ^_^