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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
