Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install scratch2mip_helper #7

Open
bharathbkt opened this issue May 17, 2018 · 5 comments
Open

Unable to install scratch2mip_helper #7

bharathbkt opened this issue May 17, 2018 · 5 comments

Comments

@bharathbkt
Copy link

mip npm install.log
got this error while installing miphelper. below the link for the scratch2mip_helper.
Is there any get started instructions?

scratch2mip_helper.zip

@champierre
Copy link
Owner

The error message says "gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.".

It seems that you don't have Python installed.
Please install Python.

https://www.python.org/downloads/

@bharathbkt
Copy link
Author

Issue: npm install error - MSB3428: Could not load the Visual C++ component “VCBuild.exe”

Make sure .Net 2.0 is installed
image

Resolution: Run cmd as Administrator.
run below command
npm install --global --production windows-build-tools
Next:
C:\scratch2mip_helper>npm install

@bharathbkt
Copy link
Author

Last night I was able to sucessfully install scratch2mip helper, I was not able to connect to mip to my laptop using bluetooth.. for few secons mio says it is connected and disconnects immediately..
can I connect mip coder it usb?

@bharathbkt
Copy link
Author

throw new Error('No compatible USB Bluetooth 4.0 device found!');
^

Error: No compatible USB Bluetooth 4.0 device found!
at BluetoothHciSocket.bindUser (C:\Users\Bharath\scratchmip\scratch2mip_helper\node_modules\bluetooth-hci-socket\lib\usb.js:70:11)
at BluetoothHciSocket.bindRaw (C:\Users\Bharath\scratchmip\scratch2mip_helper\node_modules\bluetooth-hci-socket\lib\usb.js:28:8)
at Hci.init (C:\Users\Bharath\scratchmip\scratch2mip_helper\node_modules\noble\lib\hci-socket\hci.js:101:35)
at NobleBindings.init (C:\Users\Bharath\scratchmip\scratch2mip_helper\node_modules\noble\lib\hci-socket\bindings.js:82:13)
at Noble. (C:\Users\Bharath\scratchmip\scratch2mip_helper\node_modules\noble\lib\noble.js:57:24)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)

@bharathbkt
Copy link
Author

I've tried multiple options but unable to connect to bluetooth on my either laptops.. any suggestions?
Bluetooth woks fine from my phone though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants