i want build mxnet with cpp-package but this error occur: ``` "Running: OpWrapperGenerator.py" 1> Traceback (most recent call last): 1> File "OpWrapperGenerator.py", line 432, in <module> 1> raise(e) 1> File "OpWrapperGenerator.py", line 426, in <module> 1> f.write(patternStr % ParseAllOps()) 1> File "OpWrapperGenerator.py", line 319, in ParseAllOps 1> cdll.libmxnet = cdll.LoadLibrary(sys.argv[1]) 1> File "C:\Users\127051\AppData\Local\Programs\Python\Python35\lib\ctypes\__init__.py", line 429, in LoadLibrary 1> return self._dlltype(name) 1> File "C:\Users\127051\AppData\Local\Programs\Python\Python35\lib\ctypes\__init__.py", line 351, in __init__ 1> self._handle = _dlopen(self._name, mode) 1> OSError: [WinError 126] The specified module could not be found 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. ========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ========== ```
accord to this [#10049](https://github.com/apache/incubator-mxnet/issues/10049) i put all dependency DLL's to release folder but issue doesn't solved. ----------Python Info---------- ('Version :', '2.7.13') ('Compiler :', 'MSC v.1500 32 bit (Intel)') ('Build :', ('v2.7.13:a06454b1afa1', 'Dec 17 2016 20:42:59')) ('Arch :', ('32bit', 'WindowsPE')) ------------Pip Info----------- ('Version :', '10.0.1') ('Directory :', 'C:\\Python27\\lib\\site-packages\\pip') ----------MXNet Info----------- No MXNet installed. ----------System Info---------- ('Platform :', 'Windows-10-10.0.17134') ('system :', 'Windows') ('node :', 'AliKiani-PC') ('release :', '10') ('version :', '10.0.17134') ----------Hardware Info---------- ('machine :', 'AMD64') ('processor :', 'Intel64 Family 6 Model 94 Stepping 3, GenuineIntel') Name [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12519 ] This message was relayed via gitbox.apache.org for [email protected]
