ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.63k stars 878 forks source link

PIP Build dependencies error #370

Open Mirudhubashinirs opened 10 months ago

Mirudhubashinirs commented 10 months ago

I am trying to install bytetracker using PIP. But I am facing the below error. I do have numpy installed in the venv and all the necessary dependencies.

`.venv) PS C:\Users\H553912\obj_detection\ultralytics> pip install bytetracker Collecting bytetracker Downloading bytetracker-0.3.2.tar.gz (11 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting lap==0.4.0 (from bytetracker) Downloading lap-0.4.0.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 909.3 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [23 lines of output]

:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Partial import of lap during the build process. Traceback (most recent call last): File "", line 127, in get_numpy_status ModuleNotFoundError: No module named 'numpy' Traceback (most recent call last): File "c:\Users\H553912\obj_detection\ultralytics\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in main() File "c:\Users\H553912\obj_detection\ultralytics\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\H553912\obj_detection\ultralytics\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 149, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\H553912\AppData\Local\Temp\pip-build-env-95kulfmt\overlay\Lib\site-packages\setuptools\build_meta.py", line 396, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\H553912\AppData\Local\Temp\pip-build-env-95kulfmt\overlay\Lib\site-packages\setuptools\build_meta.py", line 507, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "C:\Users\H553912\AppData\Local\Temp\pip-build-env-95kulfmt\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in run_setup exec(code, locals()) File "", line 236, in File "", line 220, in setup_package [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.`
AbdulrahmanAlsumaih commented 10 months ago

I have same issue and did not find a solution. hopefully, someone will do find and fix it