Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
@ 2019-06-23 17:02 voidlinux-github
  2019-06-23 19:32 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-23 17:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

New issue by zamlz on void-packages repository

https://github.com/void-linux/void-packages/issues/12636
Description: ### System

* xuname:  
```
CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2)
Transaction aborted due to conflicting packages.
Void 4.19.50_1 x86_64 AuthenticAMD uptodate rrFF
```
* package:  
```
python3-prompt_toolkit1-1.0.15_3
python3-prompt_toolkit2_2.0.9_3
```


### Expected behavior
When running `sudo xbps-install -Su` I should be able to update the system cleanly.

### Actual behavior
```
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2)
Transaction aborted due to conflicting packages.
```

### Steps to reproduce the behavior
Unsure may be because of the packages I have installed, but its when I try to update as mentioned in the __Expected behaviour__ section.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
  2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
@ 2019-06-23 19:32 ` voidlinux-github
  2019-06-23 21:29 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-23 19:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/12636#issuecomment-504780268
Comment:
What is the result of `xbps-query -m | grep prompt_toolkit`?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
  2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
  2019-06-23 19:32 ` voidlinux-github
@ 2019-06-23 21:29 ` voidlinux-github
  2019-06-24 20:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-23 21:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

New comment by zamlz on void-packages repository

https://github.com/void-linux/void-packages/issues/12636#issuecomment-504788804
Comment:
That command gives me no output because I never manually installed it. If I use the `-l` flag instead, here is what I get.
```
ii python3-prompt_toolkit1-1.0.15_3        Python3 library for building powerful interactive command lines
```


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
  2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
  2019-06-23 19:32 ` voidlinux-github
  2019-06-23 21:29 ` voidlinux-github
@ 2019-06-24 20:30 ` voidlinux-github
  2019-06-25  2:43 ` voidlinux-github
  2019-06-25  2:43 ` [ISSUE] [CLOSED] " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-24 20:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/12636#issuecomment-505168609
Comment:
There currently is no easy way to fix this.

I assume you have `python3-jupyter` installed. The dependencies `python3-jupyter_console` and `python3-ipython` where switched from `python3-prompt_toolkit1` to `python3-prompt_toolkit2`.

The simplest workaround would be to remove `python3-jupyter` and all dependencies with `xbps-remove -R python3-jupyter`, then make sure `python3-prompt_toolkit1` isn't installed anymore, update your system and reinstall `python3-jupyter`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
  2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-24 20:30 ` voidlinux-github
@ 2019-06-25  2:43 ` voidlinux-github
  2019-06-25  2:43 ` [ISSUE] [CLOSED] " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-25  2:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by zamlz on void-packages repository

https://github.com/void-linux/void-packages/issues/12636#issuecomment-505256885
Comment:
Yeah I had `python3-ipython`. The workaround still worked. Appreciate it @jnbr!!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3
  2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-25  2:43 ` voidlinux-github
@ 2019-06-25  2:43 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-25  2:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]

Closed issue by zamlz on void-packages repository

https://github.com/void-linux/void-packages/issues/12636
Description: ### System

* xuname:  
```
CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2)
Transaction aborted due to conflicting packages.
Void 4.19.50_1 x86_64 AuthenticAMD uptodate rrFF
```
* package:  
```
python3-prompt_toolkit1-1.0.15_3
python3-prompt_toolkit2_2.0.9_3
```


### Expected behavior
When running `sudo xbps-install -Su` I should be able to update the system cleanly.

### Actual behavior
```
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2)
Transaction aborted due to conflicting packages.
```

### Steps to reproduce the behavior
Unsure may be because of the packages I have installed, but its when I try to update as mentioned in the __Expected behaviour__ section.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-25  2:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 17:02 [ISSUE] Conflict: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2_2.0.9_3 voidlinux-github
2019-06-23 19:32 ` voidlinux-github
2019-06-23 21:29 ` voidlinux-github
2019-06-24 20:30 ` voidlinux-github
2019-06-25  2:43 ` voidlinux-github
2019-06-25  2:43 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).