rahulch

Untitled

Apr 30th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.12 KB | None | 0 0
  1. Rahuls-MacBook-Air:loopback-connector-fabric rahulchowdhury$ pwd
  2. /Users/rahulchowdhury/gocode/src/github.com/hyperledger/fabric-sdk-rest/packages/loopback-connector-fabric
  3. Rahuls-MacBook-Air:loopback-connector-fabric rahulchowdhury$ npm link
  4.  
  5. > dtrace-provider@0.8.6 install /Users/rahulchowdhury/gocode/src/github.com/hyperledger/fabric-sdk-rest/packages/loopback-connector-fabric/node_modules/dtrace-provider
  6. > node-gyp rebuild || node suppress-error.js
  7.  
  8. Your PYTHONPATH points to a site-packages dir for Python 3.x but you are running Python 2.x!
  9.      PYTHONPATH is currently: "/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib"
  10.      You should `unset PYTHONPATH` to fix this.
  11. gyp ERR! configure error
  12. gyp ERR! stack Error: `gyp` failed with exit code: 1
  13. gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:336:16)
  14. gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  15. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:225:12)
  16. gyp ERR! System Darwin 17.5.0
  17. gyp ERR! command "/usr/local/Cellar/node/10.0.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  18. gyp ERR! cwd /Users/rahulchowdhury/gocode/src/github.com/hyperledger/fabric-sdk-rest/packages/loopback-connector-fabric/node_modules/dtrace-provider
  19. gyp ERR! node -v v10.0.0
  20. gyp ERR! node-gyp -v v3.6.2
  21. gyp ERR! not ok
  22.  
  23. > pkcs11js@1.0.15 install /Users/rahulchowdhury/gocode/src/github.com/hyperledger/fabric-sdk-rest/packages/loopback-connector-fabric/node_modules/pkcs11js
  24. > node-gyp rebuild
  25.  
  26. Your PYTHONPATH points to a site-packages dir for Python 3.x but you are running Python 2.x!
  27.      PYTHONPATH is currently: "/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib"
  28.      You should `unset PYTHONPATH` to fix this.
  29. gyp ERR! configure error
  30. gyp ERR! stack Error: `gyp` failed with exit code: 1
  31. gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:336:16)
  32. gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  33. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:225:12)
  34. gyp ERR! System Darwin 17.5.0
  35. gyp ERR! command "/usr/local/Cellar/node/10.0.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  36. gyp ERR! cwd /Users/rahulchowdhury/gocode/src/github.com/hyperledger/fabric-sdk-rest/packages/loopback-connector-fabric/node_modules/pkcs11js
  37. gyp ERR! node -v v10.0.0
  38. gyp ERR! node-gyp -v v3.6.2
  39. gyp ERR! not ok
  40. npm ERR! code ELIFECYCLE
  41. npm ERR! errno 1
  42. npm ERR! pkcs11js@1.0.15 install: `node-gyp rebuild`
  43. npm ERR! Exit status 1
  44. npm ERR!
  45. npm ERR! Failed at the pkcs11js@1.0.15 install script.
  46. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  47.  
  48. npm ERR! A complete log of this run can be found in:
  49. npm ERR!     /Users/rahulchowdhury/.npm/_logs/2018-04-30T06_15_55_223Z-debug.log
  50. Rahuls-MacBook-Air:loopback-connector-fabric rahulchowdhury$ echo $PYTHONPATH
  51.  
  52. Rahuls-MacBook-Air:loopback-connector-fabric rahulchowdhury$
Add Comment
Please, Sign In to add comment