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.
Collecting qml@ git+https://github.com/qmlcode/qml@a7921c9176b9498dcce096efad0883271706d633
Cloning https://github.com/qmlcode/qml (to revision a7921c9176b9498dcce096efad0883271706d633) to /tmp/pip-install-4nhanz7h/qml_b8a84c0a43fb4a789769c5dfb049f2df
Running command git clone --quiet https://github.com/qmlcode/qml /tmp/pip-install-4nhanz7h/qml_b8a84c0a43fb4a789769c5dfb049f2df
Running command git rev-parse -q --verify 'sha^a7921c9176b9498dcce096efad0883271706d633'
Running command git fetch -q https://github.com/qmlcode/qml a7921c9176b9498dcce096efad0883271706d633
Running command git checkout -q a7921c9176b9498dcce096efad0883271706d633
Resolved https://github.com/qmlcode/qml to commit a7921c9176b9498dcce096efad0883271706d633
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
à Getting requirements to build wheel did not run successfully.
â exit code: 1
â°â> [20 lines of output]
Traceback (most recent call last):
File "/home/berenger/src/MLKRR/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/home/berenger/src/MLKRR/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/berenger/src/MLKRR/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-0it_nql3/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-0it_nql3/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-0it_nql3/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup
super().run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-0it_nql3/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'numpy'
[end of output]
The text was updated successfully, but these errors were encountered:
UnixJunkie
changed the title
ModuleNotFoundError: No module named 'numpy' while installing qml via: python3.11 -m pip install numpy qml@git+https://github.com/qmlcode/qml@a7921c9176b9498dcce096efad0883271706d633
ModuleNotFoundError: No module named 'numpy'
Jun 6, 2024
The build functionality from numpy/setup tools has been deprecated. A new version of the core QML library is currently under development https://github.com/qmlcode/qmllib. Some work is still needed, but the core functions (not parallel yet) do work.
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: