-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force ncurses update while installing htop? #1
Comments
A quick fix could be updating Your thoughts @jakirkham ? |
Yes, Basically we decided from the outset that we would break out My thoughts on this are similar to my thoughts on issue ( conda-forge/conda-forge.github.io#232 ) and PR ( conda-forge/conda-forge.github.io#230 ). Basically anything other than having This all being said, if you wish to use this |
TL;DR Run channels:
...
- conda-forge
...
- defaults |
I missed this information. I was wondering if we had to make It works as expected if I only use |
I already had this bug while developing the recipe (conda-forge/staged-recipes#1598) bug could not reproduce it formally until now.
Briefly,
htop
can not run withoutncurses
fromconda-forge
channel.Installing
htop
(throughconda-forge
channel) do not updatencurses
but is seems necessary.Here is how I reproduced the bug.
Be sure there is no parasitic channels
conda config --remove-key channels conda config --get channels # nothing as expected
Install
ncurses
from channeldefaults
conda install ncurses # successfully install ncurses-5.9-8
Add conda-forge channel
conda config --add channels conda-forge conda config --get channels # conda-forge and defaults, as expected
Install
htop
(and checkncurses
version)Update
ncurses
to solve the problemTested on
conda 4.1.11
)conda 4.1.11
)conda 4.1.11
)The text was updated successfully, but these errors were encountered: