Open dkazanc opened 1 year ago
@dkazanc could you install cmake from conda? conda install -c conda-forge cmake
I've updated README accordingly
I've got cmake in my environment already... there are some related(?) issues around that suggest that cmake should be pip installed (compiled) in a specific order?
Anyway in a new environment I've got this new error although scikit-build
is already in the environment
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
Traceback (most recent call last):
File "/home/algol/miniconda3/envs/tomocupy/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/home/algol/miniconda3/envs/tomocupy/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/algol/miniconda3/envs/tomocupy/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-i1s9p7q0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-i1s9p7q0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-i1s9p7q0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in run_setup
exec(code, locals())
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'skbuild'
[end of output]
looks strange, could you double check the environment? and then just try python -c 'import skbuild'. I typically install everyhting from conda-forge. could you try conda install -c conda-forge scikit-build? I see python=3.11, maybe something is still missing it? could you try python=3.10
Hi, I'm having this pip install issue, any ideas? thanks