Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory: 'tmp\\dep_paths.json' #92

Open
jinxiangwzh opened this issue May 17, 2023 · 0 comments

Comments

@jinxiangwzh
Copy link

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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant