abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.82k stars 1.07k forks source link

instalation error #174

Open xmodpt opened 11 months ago

xmodpt commented 11 months ago

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

  CPU baseline  :
    Requested   : 'min'
    Enabled     : SSE SSE2 SSE3
    Flags       : -msse -msse2 -msse3
    Extra checks: none

  CPU dispatch  :
    Requested   : 'max -xop -fma4'
    Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
    Generated   : none
  INFO: CCompilerOpt.cache_flush[863] : write cache to path -> /tmp/pip-install-wl0kjtyz/scikit-image_d54b4f8a975048e496f3fb81f0c5ae2b/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py
  [end of output]

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