As the title says pip install ncvis is not working.
I am using a Python 3.11 env with following packages installed:
numpy==1.26.1
Cython==3.0.2
pybind11==2.13.6
Still getting this error:
(ncvis) LeMacMini@Mac-mini-von-The ncvis % pixi add --pypi ncvis
Error: × failed to solve the pypi requirements of 'default' 'osx-arm64'
├─▶ failed to resolve pypi dependencies
├─▶ Failed to download and build `ncvis==1.5.13`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1)
[stdout]
numpy/cython/pybind11 are not installed:
>> pip install numpy cython pybind11
hint: This usually indicates a problem with the package or the build environment.
Manually importing the packages in Python is working, so no clue what is going on. Any idea?
As the title says
pip install ncvisis not working.I am using a Python 3.11 env with following packages installed:
Still getting this error:
(ncvis) LeMacMini@Mac-mini-von-The ncvis % pixi add --pypi ncvis
Manually importing the packages in Python is working, so no clue what is going on. Any idea?