GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.15k stars 253 forks source link

Can't rollback numpy, nothing uninstalled. #196

Closed umairjavaid closed 3 years ago

umairjavaid commented 3 years ago

Getting the following error when trying to install dependencies using the script. jetpack 4.5 python 3.6.9

sudo -H LLVM_CONFIG=/usr/bin/llvm-config-8 pip3 install numba==0.48
Collecting numba==0.48
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from numba==0.48)
Requirement already satisfied: llvmlite<0.32.0,>=0.31.0dev0 in /usr/local/lib/python3.6/dist-packages (from numba==0.48)
Collecting numpy>=1.15 (from numba==0.48)
  Using cached https://files.pythonhosted.org/packages/51/60/3f0fe5b7675a461d96b9d6729beecd3532565743278a9c3fe6dd09697fa7/numpy-1.19.5.zip
Building wheels for collected packages: numpy
  Running setup.py bdist_wheel for numpy ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hyoygjy7/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpv4rt2silpip-wheel- --python-tag cp36:
  Running from numpy source directory.
  Cythonizing sources
  Processing numpy/random/_bounded_integers.pxd.in
  Processing numpy/random/_bounded_integers.pyx.in
  Traceback (most recent call last):
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 59, in process_pyx
      from Cython.Compiler.Version import version as cython_version
  ModuleNotFoundError: No module named 'Cython'
  During handling of the above exception, another exception occurred:
  Traceback (most recent call last):
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 235, in <module>
      main()
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 231, in main
      find_process_files(root_dir)
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 222, in find_process_files
      process(root_dir, fromfile, tofile, function, hash_db)
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 188, in process
      processor_function(fromfile, tofile)
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 91, in process_tempita_pyx
      process_pyx(pyxfile, tofile)
    File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 64, in process_pyx
      raise OSError('Cython needs to be installed in Python as a module')
  OSError: Cython needs to be installed in Python as a module
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 508, in <module>
      setup_package()
    File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 488, in setup_package
      generate_cython()
    File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 285, in generate_cython
      raise RuntimeError("Running cythonize failed!")
  RuntimeError: Running cythonize failed!
  ----------------------------------------
  Failed building wheel for numpy
  Running setup.py clean for numpy
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hyoygjy7/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" clean --all:
  Running from numpy source directory.
  `setup.py clean` is not supported, use one of the following instead:
    - `git clean -xdf` (cleans all files)
    - `git clean -Xdf` (cleans all versioned files, doesn't touch
                        files that aren't checked into the git repo)
  Add `--force` to your command to use it anyway if you must (unsupported).
  ----------------------------------------
  Failed cleaning build dir for numpy
Failed to build numpy
Installing collected packages: numpy, numba
  Found existing installation: numpy 1.13.3
    Not uninstalling numpy at /usr/lib/python3/dist-packages, outside environment /usr
  Running setup.py install for numpy ... error
    Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hyoygjy7/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5lb42xwz-record/install-record.txt --single-version-externally-managed --compile:
    Running from numpy source directory.
    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:
      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install numpy`   (last NumPy release on PyPi)
    Cythonizing sources
    numpy/random/_bounded_integers.pxd.in has not changed
    Processing numpy/random/_bounded_integers.pyx.in
    Traceback (most recent call last):
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 59, in process_pyx
        from Cython.Compiler.Version import version as cython_version
    ModuleNotFoundError: No module named 'Cython'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 235, in <module>
        main()
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 231, in main
        find_process_files(root_dir)
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 222, in find_process_files
        process(root_dir, fromfile, tofile, function, hash_db)
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 188, in process
        processor_function(fromfile, tofile)
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 91, in process_tempita_pyx
        process_pyx(pyxfile, tofile)
      File "/tmp/pip-build-hyoygjy7/numpy/tools/cythonize.py", line 64, in process_pyx
        raise OSError('Cython needs to be installed in Python as a module')
    OSError: Cython needs to be installed in Python as a module
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 508, in <module>
        setup_package()
      File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 488, in setup_package
        generate_cython()
      File "/tmp/pip-build-hyoygjy7/numpy/setup.py", line 285, in generate_cython
        raise RuntimeError("Running cythonize failed!")
    RuntimeError: Running cythonize failed!
    ----------------------------------------
  Can't rollback numpy, nothing uninstalled.
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hyoygjy7/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5lb42xwz-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-hyoygjy7/numpy/
umairjavaid commented 3 years ago

getting the same error even after pip3 install cython

umairjavaid commented 3 years ago

Solved it by removing numpy 1.13.1 and installed 1.19