Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created May 22, 2015 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreastt/a5d9c3679fe0ac2a7675 to your computer and use it in GitHub Desktop.
Save andreastt/a5d9c3679fe0ac2a7675 to your computer and use it in GitHub Desktop.
% sudo make test-integration
npm link
npm WARN package.json debug@0.6.0 No repository field.
npm WARN package.json json-wire-protocol@0.2.1 No repository field.
-
> marionette-js-runner@1.0.17 postinstall /home/ato/Code/marionette-js-client/node_modules/marionette-js-runner
> ./scripts/setup_python.sh
checking python version
Python version found: 2 7 9
Setting up virtualenv
/usr/bin/pip
/usr/bin/virtualenv
Failed to import the site module
Traceback (most recent call last):
File "/usr/lib/python3.4/site.py", line 586, in <module>
main()
File "/usr/lib/python3.4/site.py", line 572, in main
known_paths = addusersitepackages(known_paths)
File "/usr/lib/python3.4/site.py", line 287, in addusersitepackages
user_site = getusersitepackages()
File "/usr/lib/python3.4/site.py", line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/usr/lib/python3.4/site.py", line 253, in getuserbase
USER_BASE = get_config_var('userbase')
File "/usr/lib/python3.4/sysconfig.py", line 597, in get_config_var
return get_config_vars().get(name)
File "/usr/lib/python3.4/sysconfig.py", line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/usr/lib/python3.4/sysconfig.py", line 412, in _init_posix
from _sysconfigdata import build_time_vars
File "/usr/lib/python3.4/_sysconfigdata.py", line 6, in <module>
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! marionette-js-runner@1.0.17 postinstall: `./scripts/setup_python.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the marionette-js-runner@1.0.17 postinstall script.
npm ERR! This is most likely a problem with the marionette-js-runner package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./scripts/setup_python.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls marionette-js-runner
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "link"
npm ERR! cwd /home/ato/Code/marionette-js-client
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ato/Code/marionette-js-client/npm-debug.log
npm ERR! not ok code 0
Makefile:22: recipe for target 'link' failed
make: *** [link] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment