note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for scikit-image
Running setup.py clean for scikit-image
Failed to build scikit-image
ERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects
``
Hello everyone
i am trying to install SORT in ubuntu and when running
pip install -r requirements.tx
i get an odd error that i can't seem to find a solution for
error ``error: Command "x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/xmodpt/.local/lib/python3.10/site-packages/numpy/core/include -I/home/xmodpt/.local/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/usr/include/python3.10 -c skimage/_shared/transform.c -o build/temp.linux-x86_64-3.10/skimage/_shared/transform.o -MMD -MF build/temp.linux-x86_64-3.10/skimage/_shared/transform.o.d -fopenmp -msse -msse2 -msse3" failed with exit status 1 INFO: ########### EXT COMPILER OPTIMIZATION ########### INFO: Platform : Architecture: x64 Compiler : gcc
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for scikit-image Running setup.py clean for scikit-image Failed to build scikit-image ERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects ``
pyhon
Python 3.10.6
can anyone point me to what i am doing wrong ?
Thank you all
NP