-
Notifications
You must be signed in to change notification settings - Fork 15
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
problem #2
Comments
Have you installed python? |
yeah |
Yo, @comfortedbasher. I have some possible solutions if you're still stuck: Since you seem to be on Windows...
If the output of You can run $ python --version
Python 2.7.12 $ for %a in ("%path:;=";"%") do @echo %~a | findstr /l /c:"Python"
C:\Development\Python27
C:\Development\Python27\Scripts Possible FixesYou can either add the Python root and Scripts directory to your environment via |
You might also encounter |
|
@nikes - unfortunately, I do not understand the error message there. Are you on a 32bit or 64bit windows? |
64bit |
install virtual machine with ubuntu via virtualbox, mount directory as volume and develop like any other developer on *nix machines. windows sucks balls for development. Full list of shit that you need to install is:
|
stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:401:14)
gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:356:11
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\denis\Documents\GitHub\PokemonGo-Enhanced\PokemonGo-Enhanced\node_modules\pokemongo-protobuf\node_modules\node-protobuf
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the node-protobuf package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs node-protobuf
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls node-protobuf
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\denis\Documents\GitHub\PokemonGo-Enhanced\PokemonGo-Enhanced\npm-debug.log
C:\Users\denis\Documents\GitHub\PokemonGo-Enhanced\PokemonGo-Enhanced [master ≡ +2 ~0 -0 !]>
The text was updated successfully, but these errors were encountered: