You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/09 18:40:23 UTC

[GitHub] [incubator-mxnet] relaxli00 commented on issue #17719: 1.6.0 Windows pip installation fails

relaxli00 commented on issue #17719:
URL: https://github.com/apache/incubator-mxnet/issues/17719#issuecomment-689744528


   Not sure if it's because of your python version of 3.8. Python 3.8 need implicitly claim the path for the dll dependents search. For example, if you're using cuda, you'll need claim the path of its dlls in your program using os.add_dll_directory(). It's a popular topic of Python 3.8 dll loading.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org