Code Monkey home page Code Monkey logo

Comments (8)

vnabet avatar vnabet commented on May 17, 2024

You have to install python.

from devtools-terminal.

gelus avatar gelus commented on May 17, 2024

Does the version matter?

I'm windows 7 as well and have just had a go with 3.3 and 2.7.
Both produced errors.

from devtools-terminal.

konstantinos-tsatsarounos avatar konstantinos-tsatsarounos commented on May 17, 2024

Same! Both python versions, windows 7!

from devtools-terminal.

kozie avatar kozie commented on May 17, 2024

Installed Python 3.3.3, added it to PATH so i could run the command python from CMD and that also works but i still get the same error as before while running npm install -g devtools-terminal.

EDIT
It seems installing Python 2.7.x did the trick.. But now i'm getting the VCBuild.exe error.. sigh -_-'

from devtools-terminal.

gelus avatar gelus commented on May 17, 2024

I've been getting an error at the same place as anup. after a fair bit of Googling I was directed to https://github.com/TooTallNate/node-gyp#installation and recommend to install MS visual studio, as well as a 64 bit sdk. That was all and well but proved relatively fruitless.

The command line did instruct me to tell the author that "this" (see below) fails on my system:
image

I hope this is helpful. Thanks

from devtools-terminal.

petethepig avatar petethepig commented on May 17, 2024

Disclaimer: I'm not a big Windows guru, so this maybe not the best approach.

I managed to install devtools-terminal on Windows 7 x64. What I did:

  • Installed node.js 32bit version
  • Installed python 2.7
  • Installed Visual Studio 2010 Express
  • npm install -g devtools-terminal

from devtools-terminal.

petethepig avatar petethepig commented on May 17, 2024

Also, since these compiler errors are being produced by pty.js library, I suggest everyone who's having problems with installing pty.js on Windows to report issues directly to pty.js maintainers: https://github.com/chjj/pty.js/issues

from devtools-terminal.

meiriko avatar meiriko commented on May 17, 2024

Hi gelus

I ran into similar problems on Win7 x64 (mongoose in my case). After digging for quite a while I found that your sdk has to be set properly first. To do this, open a command prompt and navigate to:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
(or the sdk you have installed).
Then type SetEnv.cmd /? (or .\SetEnv.cmd).
This will enable you to set the environment properly (I chose /X64 /Release). Next, from within the same cmd prompt, navigate to the directory you want to install node modules in and type your command (for example, npm install mongoose). You might still get warnings (yellow text) yet the errors should be gone.

from devtools-terminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.