You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#6851
Closed
3 tasks done
spacelg opened this issue
Jul 3, 2024
· 5 comments
**Error Message:**149>CustomBuild:
-- [download 0% complete]
-- Using src='https://anaconda.org/intel/mkl-include/2020.1/download/win-64/mkl-include-2020.1-intel_216.tar.bz2'
-- [download 100% complete]
-- [download 0% complete]
CMake Error at ext_mkl_include-stamp/download-ext_mkl_include.cmake:170 (message):
Each download failed!149>CUSTOMBUILD : error : downloading 'https://github.com/isl-org/Open3D/releases/download/v0.12.0/mkl-include-2020.1-intel_216-win-64.tar.bz2W' failed [C:\gitP\isl-org\Open3D\build_amd64\ext_mkl_include.vcxproj]
status_code: 22
status_string: "HTTP response code said error"
log:
--- LOG BEGIN ---
timeout on name lookup is not supported
Trying 140.82.116.3:443...
Connected to github.com (140.82.116.3) port 443
schannel: disabled automatic use of client certificate
ALPN: curl offers h2,http/1.1
schannel: connection hostname (github.com) validated against certificate
name (github.com)
ALPN: server accepted h2
using HTTP/2
[HTTP/2] [1] OPENED stream for
https://github.com/isl-org/Open3D/releases/download/v0.12.0/mkl-include-2020.1-intel_216-win-64.tar.bz2W
[HTTP/2] [1] [:method: GET]
[HTTP/2] [1] [:scheme: https]
[HTTP/2] [1] [:authority: github.com]
[HTTP/2] [1] [:path:
/isl-org/Open3D/releases/download/v0.12.0/mkl-include-2020.1-intel_216-win-64.tar.bz2W]
[HTTP/2] [1] [user-agent: curl/8.4.0]
[HTTP/2] [1] [accept: */*]
GET
/isl-org/Open3D/releases/download/v0.12.0/mkl-include-2020.1-intel_216-win-64.tar.bz2W
HTTP/2
Host: github.com
User-Agent: curl/8.4.0
Accept: */*
schannel: remote party requests renegotiation
schannel: renegotiating SSL/TLS connection
schannel: connection hostname (github.com) validated against certificate
name (github.com)
schannel: SSL/TLS connection renegotiated
schannel: remote party requests renegotiation
schannel: renegotiating SSL/TLS connection
schannel: connection hostname (github.com) validated against certificate
name (github.com)
schannel: SSL/TLS connection renegotiated
HTTP/2 404
server: GitHub.com
date: Wed, 03 Jul 2024 06:35:32 GMT
content-type: text/plain; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding,
Accept, X-Requested-With
cache-control: no-cache
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; connect-src
'self'; form-action 'self'; img-src 'self' data:; script-src 'self';
style-src 'unsafe-inline'
content-length: 9
x-github-request-id: E37B:38A09:2349DF7:23E2581:6684F134
Open3D, Python and System information
- Operating system: Windows Server 2022 Datacenter
- Python version: PPython 3.11.4
- Open3D version: output from python: `print(open3d.__version__)`- System architecture: x86
- Compiler version (if built from source): MSVC
Additional information
No response
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: