Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created March 5, 2018 19:47
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 piscisaureus/4ec2e6d89bb7a7f2f4eb84abeaf7a82e to your computer and use it in GitHub Desktop.
Save piscisaureus/4ec2e6d89bb7a7f2f4eb84abeaf7a82e to your computer and use it in GitHub Desktop.
C:\Users\BertBelder\d\x>npm install propel
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN x@1.0.0 No description
npm WARN x@1.0.0 No repository field.
+ propel@3.2.0
added 1 package in 0.422s
C:\Users\BertBelder\d\x>node -e "require('propel')"
Using DL backend.
C:\Users\BertBelder\d\x>npm install propel_windows
npm WARN x@1.0.0 No description
npm WARN x@1.0.0 No repository field.
+ propel_windows@3.2.0
added 1 package in 1.078s
C:\Users\BertBelder\d\x>node -e "require('propel')"
2018-03-05 20:44:39.103963: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
Using TF backend.
(node:9752) Warning: N-API is an experimental feature and could change at any time.
C:\Users\BertBelder\d\x>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment