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

node-thrust fails to install on Windows 8.1 (64 bit) #227

Closed
tanderberg opened this issue Nov 14, 2014 · 6 comments
Closed

node-thrust fails to install on Windows 8.1 (64 bit) #227

tanderberg opened this issue Nov 14, 2014 · 6 comments
Labels

Comments

@tanderberg
Copy link

After extracting thrust-v0.7.5-win32-ia32.zip, npm exclaims:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
npm ERR! node-thrust@0.7.5 postinstall: node scripts/bootstrap.js
npm ERR! Exit status 8

@luffs
Copy link

luffs commented Nov 14, 2014

I get the same error on Windows 7 (64 bit).

@tanderberg
Copy link
Author

Just for fun, it also fails to install on 64 bit Vista and Windows 10 preview. I guess the npm package is for 32 bit Windows only.

@miketheprogrammer
Copy link
Contributor

@spolu we should mention. In the read me that we only have prebuilt
binaries for 64b Linux Darwin and 32b windows
On Nov 14, 2014 5:20 AM, "tanderberg" notifications@github.com wrote:

Just for fun, it also fails to install on 64 bit Vista and Windows 10
preview. I guess the npm package is for 32 bit Windows only.


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

@spolu
Copy link
Member

spolu commented Nov 14, 2014

@tanderberg @luffs if you download directly the release, does it launch properly:
https://github.com/breach/thrust/releases/tag/v0.7.5

@spolu spolu added the Bug label Nov 14, 2014
@spolu
Copy link
Member

spolu commented Nov 14, 2014

I believe that installing winzip or any other provider of the unzip command will solve the issue. I'll try to make it work without winzip

@spolu
Copy link
Member

spolu commented Nov 14, 2014

Opened breach/node-thrust#7
closing this one as this is node specific

@spolu spolu closed this as completed Nov 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants