Closed CheeSeeThe727 closed 6 days ago
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Scripts\activate.bat (.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5 Collecting numpy==1.23.5 Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last):
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel
backend = _build_backend()
^^^^^^^^^^^^^^^^
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend
obj = import_module(mod_path)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
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.
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install --upgrade setuptools
Requirement already satisfied: setuptools in d:\deep-live-cam-main\deep-live-cam-main.venv\lib\site-packages (73.0.1)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last):
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel
backend = _build_backend()
^^^^^^^^^^^^^^^^
File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend
obj = import_module(mod_path)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
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.
I seem to have encountered the same problem, numpy installation error. After manual installation, the information is as follows
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Scripts\activate.bat
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib\__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\__init__.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\pkg_resources\__init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install --upgrade setuptools
Requirement already satisfied: setuptools in d:\deep-live-cam-main\deep-live-cam-main.venv\lib\site-packages (73.0.1)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main\.venv\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib\__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\__init__.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\pkg_resources\__init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
I seem to have encountered the same problem, numpy installation error. After manual installation, the information is as follows
Wait, you cannot even install numpy? That seems to be weird
Yeah, actually I'm a little novice and don't know how to fix it.
鲁越森 @.***
---Original--- From: @.> Date: Wed, Aug 21, 2024 17:22 PM To: @.>; Cc: @.**@.>; Subject: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt(Issue #422)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Scripts\activate.bat
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\pkg_resources\init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install --upgrade setuptools
Requirement already satisfied: setuptools in d:\deep-live-cam-main\deep-live-cam-main.venv\lib\site-packages (73.0.1)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\pkg_resources\init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
I seem to have encountered the same problem, numpy installation error. After manual installation, the information is as follows
Wait, you cannot even install numpy? That seems to be weird
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Yeah, actually I'm a little novice and don't know how to fix it.
鲁越森
@.***
---Original---
From: @.***>
Date: Wed, Aug 21, 2024 17:22 PM
To: @.***>;
Cc: @.**@.>;
Subject: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt(Issue #422)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Scripts\activate.bat
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\pkg_resources\init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install --upgrade setuptools
Requirement already satisfied: setuptools in d:\deep-live-cam-main\deep-live-cam-main.venv\lib\site-packages (73.0.1)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib__init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\pkg_resources\init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
I seem to have encountered the same problem, numpy installation error. After manual installation, the information is as follows
Wait, you cannot even install numpy? That seems to be weird
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>
Double checking all of the basic requirements like Python version, ffmpeg installed or not, and C++ 2022 runtime on the correct OS
All right, I'll give it a go. Thanks for the reply
鲁越森 @.***
---Original--- From: @.> Date: Wed, Aug 21, 2024 17:28 PM To: @.>; Cc: @.**@.>; Subject: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt(Issue #422)
Yeah, actually I'm a little novice and don't know how to fix it.
鲁越森
@.***
---Original---
From: @.***>
Date: Wed, Aug 21, 2024 17:22 PM
To: @.***>;
Cc: @.@.>;
Subject: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt(Issue #422)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Scripts\activate.bat
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib_init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib.bootstrap>", line 488, in call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools_init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-ivghwqd3\overlay\Lib\site-packages\pkg_resources_init.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install --upgrade setuptools
Requirement already satisfied: setuptools in d:\deep-live-cam-main\deep-live-cam-main.venv\lib\site-packages (73.0.1)
(.venv) PS D:\Deep-Live-Cam-main\Deep-Live-Cam-main> pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (10.7 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
╰─> [33 lines of output]
Traceback (most recent call last): File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in <module> main() File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.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 "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 112, in get_requires_for_build_wheel backend = _build_backend() ^^^^^^^^^^^^^^^^ File "D:\Deep-Live-Cam-main\Deep-Live-Cam-main.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 77, in build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\yuesen\AppData\Local\Programs\Python\Python312\Lib\importlib_init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib.bootstrap>", line 488, in call_with_frames_removed File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools_init.py", line 16, in <module> import setuptools.version File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\setuptools\version.py", line 1, in <module> import pkg_resources File "C:\Users\yuesen\AppData\Local\Temp\pip-build-env-vgpqu9on\overlay\Lib\site-packages\pkg_resources_init.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [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.
I seem to have encountered the same problem, numpy installation error. After manual installation, the information is as follows
Wait, you cannot even install numpy? That seems to be weird
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>
Double checking all of the basic requirements like Python version, ffmpeg installed or not, and C++ 2022 runtime on the correct OS
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
You did not follow the installation instructions.
You missed out FFMPEG and the likes.
If you still need help with a proper installation on Deep-live-cam , then you can reach out to me on whatsapp. +2347081306010 https://wa.me/2347081306010 https://wa.me/message/GXQYWX4XRTXGB1
You did not follow the installation instructions.
You missed out FFMPEG and the likes.
If you still need help with a proper installation on Deep-live-cam , then you can reach out to me on whatsapp. +2347081306010 https://wa.me/2347081306010
Thank you for your patient answer. I have successfully run it in the configured integration package
鲁越森 @.***
---Original--- From: @.> Date: Wed, Aug 21, 2024 19:39 PM To: @.>; Cc: @.**@.>; Subject: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt(Issue #422)
You did not follow the installation instructions. You missed out FFMPEG and the likes.
If you still need help with a proper installation on Deep-live-cam , then you can reach out to me on whatsapp. +2347081306010 https://wa.me/2347081306010
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I get the same error:
Cannot install -r requirements.txt (line 14), -r requirements.txt (line 15), -r requirements.txt (line 4), -r requirements.txt (line 5), -r requirements.txt (line 6) and numpy==1.23.5 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.23.5
opencv-python 4.8.1.78 depends on numpy>=1.21.2; python_version >= "3.10"
opencv-python 4.8.1.78 depends on numpy>=1.21.4; python_version >= "3.10" and platform_system == "Darwin"
opencv-python 4.8.1.78 depends on numpy>=1.23.5; python_version >= "3.11"
opencv-python 4.8.1.78 depends on numpy>=1.17.0; python_version >= "3.7"
opencv-python 4.8.1.78 depends on numpy>=1.17.3; python_version >= "3.8"
opencv-python 4.8.1.78 depends on numpy>=1.19.3; python_version >= "3.9"
onnx 1.16.0 depends on numpy>=1.20
insightface 0.7.3 depends on numpy
torchvision 0.15.2 depends on numpy
onnxruntime 1.18.0 depends on numpy>=1.24.2
I installed ffmpeg and of course pip, git, python. Do I have to install visual studio runtime on mac? The instructions say:
visual studio 2022 runtimes (windows)
When upgrading numpy to 1.24.2 it installs without errors but I get this error on application startup:
'myenv/bin/python run.py' terminated by signal SIGILL (Illegal instruction)
I get the same error:
Cannot install -r requirements.txt (line 14), -r requirements.txt (line 15), -r requirements.txt (line 4), -r requirements.txt (line 5), -r requirements.txt (line 6) and numpy==1.23.5 because these package versions have conflicting dependencies. The conflict is caused by: The user requested numpy==1.23.5 opencv-python 4.8.1.78 depends on numpy>=1.21.2; python_version >= "3.10" opencv-python 4.8.1.78 depends on numpy>=1.21.4; python_version >= "3.10" and platform_system == "Darwin" opencv-python 4.8.1.78 depends on numpy>=1.23.5; python_version >= "3.11" opencv-python 4.8.1.78 depends on numpy>=1.17.0; python_version >= "3.7" opencv-python 4.8.1.78 depends on numpy>=1.17.3; python_version >= "3.8" opencv-python 4.8.1.78 depends on numpy>=1.19.3; python_version >= "3.9" onnx 1.16.0 depends on numpy>=1.20 insightface 0.7.3 depends on numpy torchvision 0.15.2 depends on numpy onnxruntime 1.18.0 depends on numpy>=1.24.2
I installed ffmpeg and of course pip, git, python. Do I have to install visual studio runtime on mac? The instructions say:
visual studio 2022 runtimes (windows)
When upgrading numpy to 1.24.2 it installs without errors but I get this error on application startup:
'myenv/bin/python run.py' terminated by signal SIGILL (Illegal instruction)
Hello, at first I have the same problem with you. You can try my solution to make it work
Did you guys try downgrade python version? I had the same problem and when i downloaded python 3.10.0 it fixed. For some reason 3.12 breaks the application
Yes, I also used Python 3.12 when the problem occurred, and later solved the problem ------------------ 原始邮件 ------------------ 发件人: "hacksider/Deep-Live-Cam" @.>; 发送时间: 2024年8月23日(星期五) 凌晨3:13 @.>; @.**@.>; 主题: Re: [hacksider/Deep-Live-Cam] Numpy version in requirements.txt (Issue #422)
Did you guys try downgrade python version? I had the same problem and when i downloaded python 3.10.0 it fixed. For some reason 3.12 breaks the application
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I'm using Windows, AMD CPU, NVIDIA GPU and I got all of my basic requirements complete (like python, ffmpeg, cuda toolkit, etc...)
When I was trying to get the DLC work, I noticed that the numpy version in requirements.txt is 1.23.5 and onnxruntime-gpu is 1.18.0, which is incompatible with both dependencies.
Despite that, I'm still able to get it work. First, I deleted the onnxruntime-gpu in requirements.txt, which makes it not be installed. Second, after the installation is done, uninstall numpy and install the onnxruntime-gpu 1.18.0 first, then reinstall numpy 1.23.5. I'm not sure why it is still running, but I guess it's just running when it's still said incompatible
I run the command "python run.py --execution-provider cuda", which will be able to view the GUI and I can still using it.
I'm hoping that the developers will look after it. I don't know.