Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 11601

When I try to install open cv this comes up

$
0
0
ERROR: Command errored out with exit status 1:   command: 'c:\users\hp\appdata\local\programs\python\python36-32\python.exe''c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' get_requires_for_build_wheel 'C:\Users\HP\AppData\Local\Temp\tmp45076wt1'       cwd: C:\Users\HP\AppData\Local\Temp\pip-install-vwfkr0e_\opencv-python_fbe8a463fc144324a659b5017d462b59  Complete output (26 lines):  Traceback (most recent call last):    File "c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 363, in <module>      main()    File "c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 345, in main      json_out['return_val'] = hook(**hook_input['kwargs'])    File "c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 130, in get_requires_for_build_wheel      return hook(config_settings)    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\setuptools\build_meta.py", line 163, in get_requires_for_build_wheel      config_settings, requirements=['wheel'])    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\setuptools\build_meta.py", line 143, in _get_build_requires      self.run_setup()    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\setuptools\build_meta.py", line 268, in run_setup           self).run_setup(setup_script=setup_script)    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\setuptools\build_meta.py", line 158, in run_setup           exec(compile(code, __file__, 'exec'), locals())    File "setup.py", line 10, in <module>      from skbuild import cmaker, setup    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\skbuild\__init__.py", line 10, in <module>      from .setuptools_wrap import setup    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\skbuild\setuptools_wrap.py", line 35, in <module>           from packaging.requirements import Requirement    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\packaging\requirements.py", line 10, in <module>            from pyparsing import (  # noqa    File "C:\Users\HP\AppData\Local\Temp\pip-build-env-uwjvsd8b\overlay\Lib\site-packages\pyparsing\__init__.py", line 130, in <module>      __version__ = __version_info__.__version__  AttributeError: 'version_info' object has no attribute '__version__'  ----------------------------------------WARNING: Discarding https://files.pythonhosted.org/packages/25/72/da7c69a3542071bf1e8f65336721b8b2659194425438d988f79bc14ed9cc/opencv-python-4.9.0.80.tar.gz#sha256=1a9f0e6267de3a1a1db0c54213d022c7c8b5b9ca4b580e80bdc58516c922c9e1 (from https://pypi.org/simple/opencv-python/) (requires-python:>=3.6). Command errored out with exit status 1: 'c:\users\hp\appdata\local\programs\python\python36-32\python.exe''c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' get_requires_for_build_wheel 'C:\Users\HP\AppData\Local\Temp\tmp45076wt1' Check the logs for full command output.

It's really annoying what do I do

I was trying to install open cv but then got an error


Viewing all articles
Browse latest Browse all 11601

Trending Articles