You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/11/13 03:24:37 UTC

[GitHub] [incubator-mxnet] leezu commented on pull request #19417: NumPy compatible serialization API

leezu commented on pull request #19417:
URL: https://github.com/apache/incubator-mxnet/pull/19417#issuecomment-726484091


   @yajiedesign @zhreshold any idea why this fails on Windows-CPU with
   ```
   [2020-11-13T01:24:44.124Z] >       check_call(_LIB.MXNDArraySave(c_str(file), mx_uint(len(handles)), handles, keys))
   [2020-11-13T01:24:44.124Z] E       OSError: exception: access violation writing 0xFFFFFFFFAAA338B0
   ```
   when opening / saving a zip file via libzip?
   
   Also any idea why on the Windows GPU builds the include directories get lost and we obtain compile error like
   
   ```
   [2020-11-12T02:47:08.659Z] ..\src\c_api\c_api.cc(63): fatal error C1083: Cannot open include file: 'zip.h': No such file or directory
   ```
   
   even though there is no issue finding the include files on Windows CPU build?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org