You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
PS /home/rokejulianlockhart> pip3 install qml
Defaulting to user installation because normal site-packages is not writeable
Collecting qml
Downloading qml-0.4.0.27.tar.gz (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/41.5 kB 1.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [25linesofoutput]
/tmp/pip-install-dd8zsoyi/qml_0fd0b7dd68194f79a7665a153691ee9d/setup.py:4: DeprecationWarning:
`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >=3.12. For older Python versions it will remain present.
It is recommended to use `setuptools <60.0`for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
from numpy.distutils.core import Extension, setup
MKL-discover: MKLROOT was not set
running egg_info
running build_src
INFO: build_src
INFO: building extension "ffchl_module" sources
INFO: f2py options: ['--quiet']
INFO: f2py:> build/src.linux-x86_64-3.10/ffchl_modulemodule.c
creating build
creating build/src.linux-x86_64-3.10
appenddecl: "dimension" not implemented.
appenddecl: "dimension" not implemented.
INFO: adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/fortranobject.c' to sources.
INFO: adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10' to include_dirs.
error: file '/usr/lib64/python3.10/site-packages/numpy/f2py/src/fortranobject.c' does not exist
[endofoutput]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
NativeCommandExitException: Program "pip3" ended with non-zero exit code: 1.
PS /home/rokejulianlockhart>
The text was updated successfully, but these errors were encountered:
Please note that further development for the QML package is now happening on the qmlcode/qmllib repository. qmllib is a port of the QML's Fortran core functionality with fewer dependencies and numpy 2.0 compatibility. You are encouraged to open any future issues or pull requests there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: