Please, remove
jupyter-nbconvert dependency on
jupyter in
galaxy to resolve the following problem:
$ yay
:: Synchronizing package databases...
system is up to date
world is up to date
galaxy is up to date
lib32 is up to date
extra is up to date
community is up to date
multilib is up to date
universe is up to date
:: Starting full system upgrade...
:: Replace jupyter with galaxy/jupyter-notebook? [Y/n] Y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing jupyter breaks dependency 'jupyter' required by jupyter-nbconvert
-> error installing repo packages
jupyter-notebook will replace
jupyter,
jupyter-notebook requires
jupyter-nbconvert,
jupyter-nbconvert requires
jupyter=> CONFLICT
Keep up the good work
Does anyone know how to solve this issue?
I have this problem too. I cannot upgrade my system because of this. I normally have to remove the packages manually and reinstall.
When i install a browser i often get as a dependency gnome-keyring, which i hate beyond words
so what i do is:
sudo pacman -Rdd gnome-keyring
maybe not the solution you ultimately want but perhaps a stop gap measure until the thing gets settled?
In my case the problem has been solved. Thank you very much.