Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

ispc is not a full path to an existing compiler tool in Visual Studio 2022 and Windows 11

Open AhmedZero opened this issue 1 year ago • 3 comments

Type

  • [x] Bug fix (non-breaking change which fixes an issue): Fixes #5378

Motivation and Context

Checklist:

  • [ ] I have run python util/check_style.py --apply to apply Open3D code style to my code.
  • [ ] This PR changes Open3D behavior or adds new functionality.
    • [ ] Both C++ (Doxygen) and Python (Sphinx / Google style) documentation is updated accordingly.
    • [ ] I have added or updated C++ and / or Python unit tests OR included test results (e.g. screenshots or numbers) here.
  • [x] I will follow up and update the code if CI fails.
  • [x] For fork PRs, I have selected Allow edits from maintainers.

Description

solve ispc is not a full path to an existing compiler tool in Visual Studio 2022 and Windows 11

AhmedZero avatar Jan 07 '24 17:01 AhmedZero

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Jan 07 '24 17:01 update-docs[bot]

Hi @AhmedZero, thanks for providing this bugfix! Can you talk about the civetweb upgrade? Is this related to the ispc issue?

Also the CI checks are not running, perhaps since the PR is not up to date with main. Can you update the PR with main ?

ssheorey avatar Feb 09 '24 23:02 ssheorey

I faced that error when build https://github.com/civetweb/civetweb/issues/1024 and resolved in new version of civetweb I update the PR with main

AhmedZero avatar Feb 10 '24 00:02 AhmedZero