Closed spacelg closed 4 months ago
I am also running into this same issue after following the build guide. Did you find any solutions?
Same error here
I was able to overcome this error by removing the the W at the end of the file path. I think is just a typo. The file in question is "...\Open3D\3rdparty\mkl\mkl.cmake"
After this I also had to update the hash of the file. it appears that the file was updated at some point but the validation hash was not updated
I had same error and solve by @AlexandreLaborde 's comment. Thank you!
Perhaps this issue was caused by the second download URL https://anaconda.org/intel/mkl-include/2020.1/download/win-64/mkl-include-2020.1-intel_216.tar.bz2 for MKL being a broken link recently.
Thanks all for reporting.
Fixed in PR #6859
Checklist
main
branch).Steps to reproduce the issue
Hi,
Open3D failed to build with error : downloading 'https://github.com/isl-org/Open3D/releases/download/v0.12.0/mkl-include-2020.1-intel_216-win-64.tar.bz2W' failed on windows using MSVC, It can be reproduced on latest commit fcf98ee on main branch. Could you please help look at this issue? Thanks in advance.
Steps to reproduce the behavior:
Error Log: Build.log
Error message
Open3D, Python and System information
Additional information
No response