Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatible with numpy 1.25.0 #99

Open
stanislavlevin opened this issue Jun 23, 2023 · 0 comments
Open

incompatible with numpy 1.25.0 #99

stanislavlevin opened this issue Jun 23, 2023 · 0 comments

Comments

@stanislavlevin
Copy link

Current mdp's master against numpy 1.25.0:

[builder@localhost mdp-toolkit]$ python3 -c 'import mdp'
Traceback (most recent call last):
  File "/usr/lib64/python3.11/inspect.py", line 1369, in getfullargspec
    sig = _signature_from_callable(func,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/inspect.py", line 2521, in _signature_from_callable
    return _signature_from_builtin(sigcls, obj,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/inspect.py", line 2328, in _signature_from_builtin
    raise ValueError("no signature found for builtin {!r}".format(func))
ValueError: no signature found for builtin <function eigh at 0x7f85eea65fb0>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/src/RPM/BUILD/mdp-toolkit/mdp/__init__.py", line 133, in <module>
    utils.symeig = configuration.get_symeig(numx_linalg)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/RPM/BUILD/mdp-toolkit/mdp/configuration.py", line 338, in get_symeig
    args = getargs(numx_linalg.eigh)[0]
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/inspect.py", line 1379, in getfullargspec
    raise TypeError('unsupported callable') from ex
TypeError: unsupported callable
Stewori pushed a commit that referenced this issue Jul 27, 2023
…100)

Authored-by: Daniel Zagaynov <kotopesutility@altlinux.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant