pyuvc
pyuvc copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'tmp\\dep_paths.json'
how to resove this? `PS C:\Windows\System32\pyuvc> python -m build -w # will create a wheel in dist/ folder; insert the wheel path below
- Creating venv isolated environment...
- Installing packages in isolated environment... (Cython, cmake, ninja;platform_system != "Windows", numpy, pupil_pthreads_win; platform_system == "Windows", scikit-build, setuptools, setuptools_scm[toml]>=3.4.1, wheel)
- Getting build dependencies for wheel...
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\site-packages\pyproject_hooks_in_process_in_process.py", line 353, in
main() File "C:\Program Files\Python310\lib\site-packages\pyproject_hooks_in_process_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "C:\Program Files\Python310\lib\site-packages\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) File "C:\Users\jamo\AppData\Local\Temp\build-env-nclj272i\lib\site-packages\setuptools\build_meta.py", line 341, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) File "C:\Users\jamo\AppData\Local\Temp\build-env-nclj272i\lib\site-packages\setuptools\build_meta.py", line 323, in _get_build_requires self.run_setup() File "C:\Users\jamo\AppData\Local\Temp\build-env-nclj272i\lib\site-packages\setuptools\build_meta.py", line 338, in run_setup exec(code, locals()) File " ", line 24, in File "C:\Program Files\Python310\lib\pathlib.py", line 1134, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: File "C:\Program Files\Python310\lib\pathlib.py", line 1119, in open return self._accessor.open(self, mode, buffering, encoding, errors, FileNotFoundError: [Errno 2] No such file or directory: 'tmp\dep_paths.json'
ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel`