0

I am trying to run the Microsoft Bot Emulator setup program:

botframework-emulator-Setup-3.5.29.exe

My system is a Windows 8.1 64-bit install with 16 GB of memory. When I run the setup program I get the following error from Win81:

This app can't run on your PC. To find a version for your PC, check with the software publisher

I tried downloading the AppImage file too and running that version on my Ubuntu 14.04 LTS box. But then I get an error message saying libfuse.so.2 can not be found, despite the fuse package definitely being installed on that PC.

UPDATE: Tried it on another Win8.1-64-bit station and a Win10 station. Same error message.

How can I get this thing installed?

Robert Oschler
  • 14,153
  • 18
  • 94
  • 227

2 Answers2

0

https://github.com/Microsoft/BotFramework-Emulator/releases

I downloaded the appropriate version of BotFramework-Emulator and run it. It worked. I am running Ubuntu 16.04 64 bit.

I also run BotFramework-Emulator in node js server locally. It ran successfully.

Uddhav P. Gautam
  • 7,362
  • 3
  • 47
  • 64
0

Try restarting your PC and run the bot emulator setup, it would work fine.

Kunal Mukherjee
  • 5,775
  • 3
  • 25
  • 53