Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: update few python3 packages
Date: Tue, 13 Dec 2022 00:19:45 +0100	[thread overview]
Message-ID: <20221212231945.zVOnA49e7UVs6egl0GxOsfBRrsC9HsR7NVP4uhuzF_k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35376@inbox.vuxu.org>

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/35376#issuecomment-1347481793

Comment:
Something bad happened here:
```
$ sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.7, Release Date: 2022-09-19                     │
│ Using Python 3.11.1. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
/usr/lib/python3.11/site-packages/jupyter_client/__init__.py:23: UserWarning: Could not import submodules
  warnings.warn("Could not import submodules")
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3.11/pathlib.py", line 1250, in is_dir
    return S_ISDIR(self.stat().st_mode)
                   ^^^^^^^^^
AttributeError: 'str' object has no attribute 'stat'

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/sagemath/9.7/bin/sage-ipython", line 15, in <module>
    app.initialize()
  File "/usr/lib/python3.11/site-packages/traitlets/config/application.py", line 110, in inner
    return method(app, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/IPython/terminal/ipapp.py", line 279, in initialize
    self.init_shell()
  File "/usr/lib/python3.11/site-packages/sage/repl/interpreter.py", line 765, in init_shell
    self.shell = self.shell_class.instance(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/traitlets/config/configurable.py", line 551, in instance
    inst = cls(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/IPython/terminal/interactiveshell.py", line 651, in __init__
    super(TerminalInteractiveShell, self).__init__(*args, **kwargs)
  File "/usr/lib/python3.11/site-packages/IPython/core/interactiveshell.py", line 610, in __init__
    self.init_display_formatter()
  File "/usr/lib/python3.11/site-packages/sage/repl/interpreter.py", line 288, in init_display_formatter
    backend.get_display_manager().switch_backend(backend, shell=self)
  File "/usr/lib/python3.11/site-packages/sage/repl/rich_output/display_manager.py", line 340, in switch_backend
    self._backend.install(**kwds)
  File "/usr/lib/python3.11/site-packages/sage/repl/rich_output/backend_ipython.py", line 60, in install
    from sage.repl.display.formatter import SageDisplayFormatter
  File "/usr/lib/python3.11/site-packages/sage/repl/display/formatter.py", line 69, in <module>
    from ipywidgets import Widget
  File "/usr/lib/python3.11/site-packages/ipywidgets/__init__.py", line 25, in <module>
    from .widgets import *
  File "/usr/lib/python3.11/site-packages/ipywidgets/widgets/__init__.py", line 4, in <module>
    from .widget import Widget, CallbackDispatcher, register, widget_serialization
  File "/usr/lib/python3.11/site-packages/ipywidgets/widgets/widget.py", line 18, in <module>
    from ipykernel.comm import Comm
  File "/usr/lib/python3.11/site-packages/ipykernel/__init__.py", line 5, in <module>
    from .connect import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/ipykernel/connect.py", line 12, in <module>
    from jupyter_client import write_connection_file
ImportError: cannot import name 'write_connection_file' from 'jupyter_client' (/usr/lib/python3.11/site-packages/jupyter_client/__init__.py)
```
@dkwo @ahesford: sage was working 5 minutes ago before I updated my system... Something in the list below broke it:
```
Name                      Action    Version           New version            Download size
libplacebo                update    4.192.1_1         4.208.0_1              291KB 
mpv                       update    0.35.0_1          0.35.0_2               1668KB 
python3-defusedxml        update    0.6.0_6           0.7.1_1                21KB 
python3-comm              install   -                 0.1.1_1                6439B 
python3-ipython_ipykernel update    5.5.4_3           6.19.2_1               105KB 
python3-jupyter_client    update    6.1.12_3          7.4.5_1                98KB 
python3-jupyter_console   update    6.4.0_3           6.4.4_1                21KB 
python3-jupyter_core      update    4.7.1_3           5.0.0_1                50KB 
python3-nbclient          update    0.5.10_2          0.7.0_1                60KB 
python3-soupsieve         update    1.9.5_9           2.3.2_1                34KB 
python3-terminado         update    0.9.4_3           0.17.0_1               15KB 
python3-tornado           update    6.1_4             6.2_1                  317KB 
python3-traitlets         update    5.0.5_3           5.5.0_1                91KB 
```


  parent reply	other threads:[~2022-12-12 23:19 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 13:22 [PR PATCH] " dkwo
2022-02-03 13:23 ` ahesford
2022-02-03 13:30 ` dkwo
2022-02-03 13:32 ` [PR PATCH] [Updated] " dkwo
2022-02-03 13:46 ` dkwo
2022-02-03 13:47 ` dkwo
2022-02-03 13:58 ` [PR PATCH] [Updated] " dkwo
2022-02-03 14:07 ` dkwo
2022-02-03 14:30 ` ahesford
2022-02-03 15:27 ` dkwo
2022-02-03 15:27 ` [PR PATCH] [Updated] " dkwo
2022-02-13 10:35 ` dkwo
2022-02-13 10:46 ` dkwo
2022-02-13 12:41 ` ahesford
2022-02-13 13:22 ` dkwo
2022-02-13 18:49 ` ahesford
2022-02-14  9:58 ` [PR PATCH] [Updated] " dkwo
2022-02-14 10:00 ` dkwo
2022-02-14 10:08 ` dkwo
2022-02-21  9:42 ` [PR PATCH] [Updated] " dkwo
2022-02-28 12:49 ` dkwo
2022-03-11 17:38 ` dkwo
2022-03-11 17:41 ` dkwo
2022-03-14 19:24 ` [PR PATCH] [Updated] " dkwo
2022-03-14 20:22 ` [PR REVIEW] " paper42
2022-03-14 20:22 ` paper42
2022-03-14 20:22 ` paper42
2022-03-14 20:22 ` paper42
2022-03-14 20:23 ` paper42
2022-03-15 13:40 ` dkwo
2022-03-15 13:41 ` dkwo
2022-03-15 13:45 ` dkwo
2022-03-15 13:46 ` dkwo
2022-03-15 13:48 ` [PR PATCH] [Updated] " dkwo
2022-03-20 22:51 ` [PR REVIEW] " paper42
2022-03-20 22:51 ` paper42
2022-03-20 22:52 ` paper42
2022-03-21  7:46 ` dkwo
2022-03-21  7:51 ` dkwo
2022-03-21  7:54 ` dkwo
2022-03-21  8:07 ` dkwo
2022-03-21  8:11 ` dkwo
2022-03-21  8:19 ` dkwo
2022-03-21  8:23 ` [PR PATCH] [Updated] " dkwo
2022-03-21  8:23 ` dkwo
2022-03-21 10:10 ` [PR PATCH] [Updated] " dkwo
2022-04-11 17:08 ` dkwo
2022-04-11 17:09 ` dkwo
2022-04-23 19:14 ` [PR PATCH] [Updated] " dkwo
2022-06-11 14:11 ` dkwo
2022-08-22 16:17 ` dkwo
2022-08-22 16:50 ` dkwo
2022-11-21  2:11 ` github-actions
2022-11-21 15:50 ` dkwo
2022-11-21 17:08 ` ahesford
2022-11-25 21:59 ` dkwo
2022-11-25 22:28 ` ahesford
2022-12-05 22:55 ` [PR PATCH] [Updated] " dkwo
2022-12-05 22:57 ` dkwo
2022-12-05 23:01 ` [PR PATCH] [Updated] " dkwo
2022-12-08 16:46 ` dkwo
2022-12-08 16:47 ` dkwo
2022-12-12 13:24 ` [PR REVIEW] " ahesford
2022-12-12 13:24 ` ahesford
2022-12-12 18:37 ` ahesford
2022-12-12 18:42 ` ahesford
2022-12-12 19:11 ` [PR PATCH] [Updated] " dkwo
2022-12-12 19:12 ` [PR REVIEW] " dkwo
2022-12-12 19:12 ` dkwo
2022-12-12 19:13 ` dkwo
2022-12-12 19:44 ` [PR PATCH] [Closed]: " ahesford
2022-12-12 23:19 ` tornaria [this message]
2022-12-12 23:25 ` tornaria
2022-12-12 23:25 ` dkwo
2022-12-12 23:26 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221212231945.zVOnA49e7UVs6egl0GxOsfBRrsC9HsR7NVP4uhuzF_k@z \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).