简体   繁体   English

Azure机器学习工作台无法打开

[英]Azure Machine Learning Workbench not opening

No installation errors, but nothing happens when I double-click on the desktop shortcut. 没有安装错误,但是当我双击桌面快捷方式时没有任何反应。 Got the below error when I fired the exe up from the command prompt: 从命令提示符启动exe时出现以下错误:

C:\\Users\\murugappanr\\AppData\\Local\\amlworkbench>AmlWorkbench.exe C:\\ Users \\ murugappanr \\ AppData \\ Local \\ amlworkbench> AmlWorkbench.exe

C:\Users\murugappanr\AppData\Local\amlworkbench>
module.js:472
    throw err;
    ^

    Error: Cannot find module 'C:\Users\murugappanr\AppData\Local\amlworkbench\resources\electron.asar\browser\init.js'
        at Function.Module._resolveFilename (module.js:470:15)
        at Function.Module._load (module.js:418:25)
        at Module.runMain (module.js:605:10)
        at run (bootstrap_node.js:431:7)
        at startup (bootstrap_node.js:155:9)
        at bootstrap_node.js:551:3

Any help would be appreciated. 任何帮助,将不胜感激。 Thank you. 谢谢。

This issue should be caused by losing electron.asar file for the Workbench.I reproduced your issue by deleting the electron.asar file. 这个问题应该由丢失引起electron.asar文件的Workbench.I通过删除复制您的问题electron.asar文件。 I got the same error as yours. 我和你有同样的错误。

Solution: 解:

Step1. 第1步。 Ensure there is no some safety or else software can auto delete the file. 确保没有任何安全性,否则软件可以自动删除文件。 If there is one, try to add the file into the protection or white list. 如果存在,请尝试将文件添加到保护列表或白名单中。

Step2. 第2步。 Install the Azure Machine Learning Workbench on another machine. 在另一台计算机上安装Azure机器学习工作台。 Than Copy the electron.asar file to your machine. 比将electron.asar文件复制到您的机器上。

Additional, If you have lost more files, even the whole resource folder, try to copy all lost files from another machine. 另外,如果丢失了更多文件,甚至丢失了整个资源文件夹,请尝试从另一台计算机上复制所有丢失的文件。 I'm not sure if it works for your scenario. 我不确定它是否适合您的情况。

Please let me know if it helps. 请告诉我是否有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM