car-damage-detector icon indicating copy to clipboard operation
car-damage-detector copied to clipboard

ModuleNotFoundError: No module named 'numpy'

Open GIosilevich opened this issue 11 months ago • 0 comments

Hi, I'm trying to run your project on the mac. After pip3 install -r requirements.txt I got ModuleNotFoundError: No module named 'numpy'

I checked the numpy installed. Did you meet this problem before? Any ideas?

The full log: user@Users-MBP car-damage-detector % pip3 install -r requirements.txt Requirement already satisfied: numpy in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (1.25.1) Collecting scipy (from -r requirements.txt (line 2)) Obtaining dependency information for scipy from https://files.pythonhosted.org/packages/c7/09/c07278f3c75018f80288032b09acd76aa4c2056cdb7fa9b0a145bac6b06b/scipy-1.11.1-cp311-cp311-macosx_10_9_x86_64.whl.metadata Using cached scipy-1.11.1-cp311-cp311-macosx_10_9_x86_64.whl.metadata (54 kB) Collecting Pillow (from -r requirements.txt (line 3)) Obtaining dependency information for Pillow from https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl.metadata Using cached Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl.metadata (9.5 kB) Collecting cython (from -r requirements.txt (line 4)) Obtaining dependency information for cython from https://files.pythonhosted.org/packages/8f/c8/49c446320661cb335c593b25c7b64e6844dde33dd0da7d625d7099790637/Cython-3.0.0-cp311-cp311-macosx_10_9_x86_64.whl.metadata Using cached Cython-3.0.0-cp311-cp311-macosx_10_9_x86_64.whl.metadata (3.1 kB) Collecting matplotlib (from -r requirements.txt (line 5)) Obtaining dependency information for matplotlib from https://files.pythonhosted.org/packages/7e/2c/1e25437f4419f2828bbd213be42c8fd23a3b795c5c4bb776987d177fc615/matplotlib-3.7.2-cp311-cp311-macosx_10_12_x86_64.whl.metadata Using cached matplotlib-3.7.2-cp311-cp311-macosx_10_12_x86_64.whl.metadata (5.6 kB) Collecting scikit-image (from -r requirements.txt (line 6)) Obtaining dependency information for scikit-image from https://files.pythonhosted.org/packages/08/53/f28cfb52248665b42db7e45a36ffc3a304fef46b308e5065fe2046e78daf/scikit_image-0.21.0-cp311-cp311-macosx_10_9_x86_64.whl.metadata Using cached scikit_image-0.21.0-cp311-cp311-macosx_10_9_x86_64.whl.metadata (14 kB) Using cached scikit-image-0.16.2.tar.gz (28.9 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [22 lines of output] Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/16/_jltgn491kzg85vj913wr4cm0000gn/T/pip-build-env-r08y3b2j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/16/_jltgn491kzg85vj913wr4cm0000gn/T/pip-build-env-r08y3b2j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 323, in _get_build_requires self.run_setup() File "/private/var/folders/16/_jltgn491kzg85vj913wr4cm0000gn/T/pip-build-env-r08y3b2j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 488, in run_setup self).run_setup(setup_script=setup_script) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/16/_jltgn491kzg85vj913wr4cm0000gn/T/pip-build-env-r08y3b2j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in run_setup exec(code, locals()) File "", line 243, in File "", line 71, in openmp_build_ext ModuleNotFoundError: No module named 'numpy' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip

Thanks for your help, Gennady.

GIosilevich avatar Jul 18 '23 19:07 GIosilevich