Artix Linux Forum

Artix Linux => Package management => Topic started by: kbk on 06 April 2022, 09:24:07

Title: Jupyter-notebook unresolved conflict
Post by: kbk on 06 April 2022, 09:24:07
Please, remove jupyter-nbconvert dependency on jupyter in galaxy to resolve the following problem:

Code: [Select]
$ 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
Title: Re: Jupyter-notebook unresolved conflict
Post by: jrballesteros05 on 07 April 2022, 17:26:05
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.
Title: Re: Jupyter-notebook unresolved conflict
Post by: cat herders of linux on 07 April 2022, 17:41:44
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?
Title: Re: Jupyter-notebook unresolved conflict
Post by: jrballesteros05 on 08 April 2022, 12:28:18
In my case the problem has been solved. Thank you very much.