Skip to main content
Topic: Jupyter-notebook unresolved conflict (Read 505 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Jupyter-notebook unresolved conflict

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
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: Jupyter-notebook unresolved conflict

Reply #1
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.
Artix Linux Colombia

Re: Jupyter-notebook unresolved conflict

Reply #2
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?
Cat Herders of Linux

 

Re: Jupyter-notebook unresolved conflict

Reply #3
In my case the problem has been solved. Thank you very much.
Artix Linux Colombia