Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danielsamuels/367ec854e90e1dcce9da8466002c9282 to your computer and use it in GitHub Desktop.
Save danielsamuels/367ec854e90e1dcce9da8466002c9282 to your computer and use it in GitHub Desktop.
Mon Oct 07 11:41:18 ~/Workspace/playground/baconbot-cnn-js (master)
$ python -m venv .venv
$ . .venv/Scripts/activate
(.venv) Mon Oct 07 11:43:12 ~/Workspace/playground/baconbot-cnn-js (master)
$ which pip
/c/Users/daniel.samuels/Workspace/playground/baconbot-cnn-js/\Users\daniel.samuels\Workspace\playground\baconbot-cnn-js\.venv/Scripts/pip
(.venv) Mon Oct 07 11:43:16 ~/Workspace/playground/baconbot-cnn-js (master)
$ pip install tensorflowjs
Collecting tensorflowjs
Downloading https://files.pythonhosted.org/packages/cf/33/cc0c2caf6e1dc07858b42e268a3f18c525263aad2be8dba6a8ee02b4e8bb/tensorflowjs-1.2.10.1-py3-none-any.whl (47kB)
Collecting six==1.11.0 (from tensorflowjs)
Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting PyInquirer==1.0.3 (from tensorflowjs)
Downloading https://files.pythonhosted.org/packages/fb/4c/434b7c454010a284b49d6f1d446fe8dc5960415613d8c0225b9e2efb6724/PyInquirer-1.0.3.tar.gz
Collecting h5py==2.8.0 (from tensorflowjs)
Downloading https://files.pythonhosted.org/packages/11/e9/78996abfe2e960cd7c405890b710b2b3f2e49a17af4abe8f599eac98b468/h5py-2.8.0-cp37-cp37m-win32.whl (2.0MB)
Collecting numpy==1.16.4 (from tensorflowjs)
Downloading https://files.pythonhosted.org/packages/07/46/656c25b39fc152ea525eef14b641993624a6325a8ae815b200de57cff0bc/numpy-1.16.4-cp37-cp37m-win32.whl (10.0MB)
Collecting tensorflow==1.14.0 (from tensorflowjs)
Could not find a version that satisfies the requirement tensorflow==1.14.0 (from tensorflowjs) (from versions: )
No matching distribution found for tensorflow==1.14.0 (from tensorflowjs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment