Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Request to update python3-pyqtgraph
@ 2022-12-20  8:28 unspecd
  2022-12-20  8:28 ` unspecd
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: unspecd @ 2022-12-20  8:28 UTC (permalink / raw)
  To: ml

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

New issue by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/41198

Description:
Please update pyqtgraph, it is currently broken with python11:
```
import pyqtgraph
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/pyqtgraph/__init__.py", line 202, in <module>
    from .graphicsItems.VTickGroup import * 
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/VTickGroup.py", line 7, in <module>
    from .. import functions as fn
  File "/usr/lib/python3.11/site-packages/pyqtgraph/functions.py", line 41, in <module>
    FLOAT_REGEX = re.compile(r'(?P<number>[+-]?((((\d+(\.\d*)?)|(\d*\.\d+))([eE][+-]?\d+)?)|((?i)(nan)|(inf))))\s*((?P<siPrefix>[u' + SI_PREFIXES + r']?)(?P<suffix>\w.*))?$')
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 227, in compile
    return _compile(pattern, flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 294, in _compile
    p = _compiler.compile(pattern, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_compiler.py", line 743, in compile
    p = _parser.parse(p, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 980, in parse
    p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 841, in _parse
    raise source.error('global flags not at the start '
re.error: global flags not at the start of the expression at position 62
```

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

* Re: Request to update python3-pyqtgraph
  2022-12-20  8:28 [ISSUE] Request to update python3-pyqtgraph unspecd
@ 2022-12-20  8:28 ` unspecd
  2022-12-31  5:55 ` python3-pyqtgraph broken on python 3.11 icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2022-12-20  8:28 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/41198#issuecomment-1358998196

Comment:
https://github.com/pyqtgraph/pyqtgraph/commit/2689cdb5f6c4c1b78734408d9a15c252de138278

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

* Re: python3-pyqtgraph broken on python 3.11
  2022-12-20  8:28 [ISSUE] Request to update python3-pyqtgraph unspecd
  2022-12-20  8:28 ` unspecd
@ 2022-12-31  5:55 ` icp1994
  2022-12-31 14:30 ` [ISSUE] [CLOSED] " unspecd
  2022-12-31 14:30 ` unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2022-12-31  5:55 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/41198#issuecomment-1368169846

Comment:
Is it fixed following https://github.com/void-linux/void-packages/commit/8260933f7f8874e116ec9a6b007798f036e3b77f?

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

* Re: [ISSUE] [CLOSED] python3-pyqtgraph broken on python 3.11
  2022-12-20  8:28 [ISSUE] Request to update python3-pyqtgraph unspecd
  2022-12-20  8:28 ` unspecd
  2022-12-31  5:55 ` python3-pyqtgraph broken on python 3.11 icp1994
@ 2022-12-31 14:30 ` unspecd
  2022-12-31 14:30 ` unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2022-12-31 14:30 UTC (permalink / raw)
  To: ml

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

Closed issue by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/41198

Description:
Please update pyqtgraph, it is currently broken on python3.11:
```
import pyqtgraph
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/pyqtgraph/__init__.py", line 202, in <module>
    from .graphicsItems.VTickGroup import * 
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/VTickGroup.py", line 7, in <module>
    from .. import functions as fn
  File "/usr/lib/python3.11/site-packages/pyqtgraph/functions.py", line 41, in <module>
    FLOAT_REGEX = re.compile(r'(?P<number>[+-]?((((\d+(\.\d*)?)|(\d*\.\d+))([eE][+-]?\d+)?)|((?i)(nan)|(inf))))\s*((?P<siPrefix>[u' + SI_PREFIXES + r']?)(?P<suffix>\w.*))?$')
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 227, in compile
    return _compile(pattern, flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 294, in _compile
    p = _compiler.compile(pattern, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_compiler.py", line 743, in compile
    p = _parser.parse(p, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 980, in parse
    p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 863, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 841, in _parse
    raise source.error('global flags not at the start '
re.error: global flags not at the start of the expression at position 62
```

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

* Re: python3-pyqtgraph broken on python 3.11
  2022-12-20  8:28 [ISSUE] Request to update python3-pyqtgraph unspecd
                   ` (2 preceding siblings ...)
  2022-12-31 14:30 ` [ISSUE] [CLOSED] " unspecd
@ 2022-12-31 14:30 ` unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2022-12-31 14:30 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/41198#issuecomment-1368222917

Comment:
Yes, thanks for the reminder :)

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

end of thread, other threads:[~2022-12-31 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20  8:28 [ISSUE] Request to update python3-pyqtgraph unspecd
2022-12-20  8:28 ` unspecd
2022-12-31  5:55 ` python3-pyqtgraph broken on python 3.11 icp1994
2022-12-31 14:30 ` [ISSUE] [CLOSED] " unspecd
2022-12-31 14:30 ` unspecd

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).