Azure ML Python with Script Bundle cannot import module
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In Azure ML, I'm trying to execute a Python module that needs to import the module pyxdameraulevenshtein ( https://pypi.python.org/pypi/pyxDamerauLevenshtein ). I followed the usual way, which is to create a zip file and then import it; however for this specific module, it seems to never be able to find it. The error message is as usual: ImportError: No module named 'pyxdameraulevenshtein' Has anyone included this pyxdameraulevenshtein module in Azure ML with success ? (I took the package from https://pypi.python.org/pypi