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

install modbus not working #25

Closed
brabant-v opened this issue Feb 4, 2016 · 9 comments
Closed

install modbus not working #25

brabant-v opened this issue Feb 4, 2016 · 9 comments

Comments

@brabant-v
Copy link

I can't seem to get modbus installed
tried various things from the most obvious google searches but none seem to help.
modbus install

@num-lock
Copy link

num-lock commented Feb 4, 2016

Taken from the README.md:

Now working only in *nix system.

Windows is out of the scope. (Which is what you are apparently using)

@brabant-v
Copy link
Author

I was doubting if this was the issue but wasn't shure. Thanks for the confirmation

@num-lock
Copy link

num-lock commented Feb 5, 2016

To be honest, your actual problem appears to be that you are most likely missing the build tools required for node-gyp to work. But even if you had them you'd be out of luck.

@brabant-v
Copy link
Author

I've installed a linux machine last night but still encountering the same errors.
there's a problem with the npm installer.

@brabant-v
Copy link
Author

screenshot from 2016-02-05 10_09_05

didn't read it the eroors carefully enough "this is most likely a problem with the modbus package"

@num-lock
Copy link

num-lock commented Feb 5, 2016

That's the standard message when the install script is failing, which is trying to call node-gyp at some point. If your would really read your error messages carefully, you'll notice that you are even missing the git command.

@brabant-v
Copy link
Author

I've only been using this since monday hence the beginners mistakes.
You have any idea what i can do to make this work (starting with installing git)

@num-lock
Copy link

num-lock commented Feb 5, 2016

You need git and everything necessary for node-gyp obviously. This package is just a wrapper for another library (libmodbus) after all.

@tuxnsk
Copy link
Owner

tuxnsk commented Feb 6, 2016

install git previously

2016-02-05 15:13 GMT+06:00 brabant-v notifications@github.com:

[image: screenshot from 2016-02-05 10_09_05]
https://cloud.githubusercontent.com/assets/17061988/12842085/b9cc3762-cbf0-11e5-8938-8d18c6c6558a.png

didn't read it the eroors carefully enough "this is most likely a problem
with the modbus package"


Reply to this email directly or view it on GitHub
#25 (comment)
.

Contacts: http://tuxnsk.ru/

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

4 participants