Created
July 20, 2022 05:11
-
-
Save takeda/89ec29501b6e8641415668f22f3e99b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix-shell -p python310 | |
these 3 paths will be fetched (11.77 MiB download, 61.83 MiB unpacked): | |
/nix/store/ipkh5vl3x9sz7344icyn3gfqzmnks0hq-bash-interactive-5.1-p16-dev | |
/nix/store/xbv7sp747gdjgd8zjjvwgnmnby85b2kz-bash-interactive-5.1-p16-doc | |
/nix/store/zwmawi03jgclw2y15a073ikg192kv7zb-python3-3.10.3 | |
copying path '/nix/store/xbv7sp747gdjgd8zjjvwgnmnby85b2kz-bash-interactive-5.1-p16-doc' from 'https://cache.nixos.org'... | |
copying path '/nix/store/ipkh5vl3x9sz7344icyn3gfqzmnks0hq-bash-interactive-5.1-p16-dev' from 'https://cache.nixos.org'... | |
copying path '/nix/store/zwmawi03jgclw2y15a073ikg192kv7zb-python3-3.10.3' from 'https://cache.nixos.org'... | |
[nix-shell:~]$ python -m venv myvenv | |
[nix-shell:~]$ . myvenv/bin/activate | |
(myvenv) | |
[nix-shell:~]$ pip install tensorflow | |
[nix-shell:~]$ pip install tensorflow | |
Collecting tensorflow | |
Downloading tensorflow-2.9.1-cp310-cp310-macosx_10_14_x86_64.whl (228.5 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.5/228.5 MB 7.5 MB/s eta 0:00:00 | |
Collecting keras-preprocessing>=1.1.1 | |
Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 KB 1.4 MB/s eta 0:00:00 | |
Collecting numpy>=1.20 | |
Downloading numpy-1.23.1-cp310-cp310-macosx_10_9_x86_64.whl (18.1 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.1/18.1 MB 13.3 MB/s eta 0:00:00 | |
Collecting astunparse>=1.6.0 | |
Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) | |
Collecting libclang>=13.0.0 | |
Downloading libclang-14.0.1-py2.py3-none-macosx_10_9_x86_64.whl (13.2 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/13.2 MB 13.5 MB/s eta 0:00:00 | |
Collecting opt-einsum>=2.3.2 | |
Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 2.4 MB/s eta 0:00:00 | |
Collecting tensorflow-estimator<2.10.0,>=2.9.0rc0 | |
Downloading tensorflow_estimator-2.9.0-py2.py3-none-any.whl (438 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 438.7/438.7 KB 8.6 MB/s eta 0:00:00 | |
Collecting flatbuffers<2,>=1.12 | |
Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB) | |
Collecting termcolor>=1.1.0 | |
Using cached termcolor-1.1.0-py3-none-any.whl | |
Collecting keras<2.10.0,>=2.9.0rc0 | |
Downloading keras-2.9.0-py2.py3-none-any.whl (1.6 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 12.1 MB/s eta 0:00:00 | |
Collecting protobuf<3.20,>=3.9.2 | |
Downloading protobuf-3.19.4-cp310-cp310-macosx_10_9_universal2.whl (961 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 961.7/961.7 KB 9.6 MB/s eta 0:00:00 | |
Collecting six>=1.12.0 | |
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) | |
Collecting gast<=0.4.0,>=0.2.1 | |
Downloading gast-0.4.0-py3-none-any.whl (9.8 kB) | |
Collecting grpcio<2.0,>=1.24.3 | |
Downloading grpcio-1.47.0-cp310-cp310-macosx_10_10_x86_64.whl (4.2 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 13.2 MB/s eta 0:00:00 | |
Collecting h5py>=2.9.0 | |
Downloading h5py-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl (3.2 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 12.8 MB/s eta 0:00:00 | |
Collecting packaging | |
Using cached packaging-21.3-py3-none-any.whl (40 kB) | |
Collecting google-pasta>=0.1.1 | |
Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 KB 2.0 MB/s eta 0:00:00 | |
Collecting typing-extensions>=3.6.6 | |
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) | |
Collecting tensorflow-io-gcs-filesystem>=0.23.1 | |
Downloading tensorflow_io_gcs_filesystem-0.26.0-cp310-cp310-macosx_10_14_x86_64.whl (1.6 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 10.7 MB/s eta 0:00:00 | |
Collecting tensorboard<2.10,>=2.9 | |
Downloading tensorboard-2.9.1-py3-none-any.whl (5.8 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 13.4 MB/s eta 0:00:00 | |
Requirement already satisfied: setuptools in ./myvenv/lib/python3.10/site-packages (from tensorflow) (58.1.0) | |
Collecting absl-py>=1.0.0 | |
Downloading absl_py-1.2.0-py3-none-any.whl (123 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.4/123.4 KB 4.7 MB/s eta 0:00:00 | |
Collecting wrapt>=1.11.0 | |
Downloading wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl (35 kB) | |
Collecting wheel<1.0,>=0.23.0 | |
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) | |
Collecting google-auth-oauthlib<0.5,>=0.4.1 | |
Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB) | |
Collecting requests<3,>=2.21.0 | |
Downloading requests-2.28.1-py3-none-any.whl (62 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 2.4 MB/s eta 0:00:00 | |
Collecting werkzeug>=1.0.1 | |
Downloading Werkzeug-2.1.2-py3-none-any.whl (224 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 KB 4.2 MB/s eta 0:00:00 | |
Collecting google-auth<3,>=1.6.3 | |
Downloading google_auth-2.9.1-py2.py3-none-any.whl (167 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.8/167.8 KB 5.2 MB/s eta 0:00:00 | |
Collecting tensorboard-plugin-wit>=1.6.0 | |
Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 KB 10.3 MB/s eta 0:00:00 | |
Collecting markdown>=2.6.8 | |
Downloading Markdown-3.4.1-py3-none-any.whl (93 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 KB 3.1 MB/s eta 0:00:00 | |
Collecting tensorboard-data-server<0.7.0,>=0.6.0 | |
Downloading tensorboard_data_server-0.6.1-py3-none-macosx_10_9_x86_64.whl (3.5 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 13.3 MB/s eta 0:00:00 | |
Collecting pyparsing!=3.0.5,>=2.0.2 | |
Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 3.9 MB/s eta 0:00:00 | |
Collecting pyasn1-modules>=0.2.1 | |
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 4.9 MB/s eta 0:00:00 | |
Collecting rsa<5,>=3.1.4 | |
Downloading rsa-4.8-py3-none-any.whl (39 kB) | |
Collecting cachetools<6.0,>=2.0.0 | |
Downloading cachetools-5.2.0-py3-none-any.whl (9.3 kB) | |
Collecting requests-oauthlib>=0.7.0 | |
Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) | |
Collecting certifi>=2017.4.17 | |
Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 5.0 MB/s eta 0:00:00 | |
Collecting urllib3<1.27,>=1.21.1 | |
Downloading urllib3-1.26.10-py2.py3-none-any.whl (139 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 KB 4.5 MB/s eta 0:00:00 | |
Collecting charset-normalizer<3,>=2 | |
Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) | |
Collecting idna<4,>=2.5 | |
Using cached idna-3.3-py3-none-any.whl (61 kB) | |
Collecting pyasn1<0.5.0,>=0.4.6 | |
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) | |
Collecting oauthlib>=3.0.0 | |
Downloading oauthlib-3.2.0-py3-none-any.whl (151 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 KB 5.2 MB/s eta 0:00:00 | |
Installing collected packages: termcolor, tensorboard-plugin-wit, pyasn1, libclang, keras, flatbuffers, wrapt, wheel, werkzeug, urllib3, typing-extensions, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-server, six, rsa, pyparsing, pyasn1-modules, protobuf, oauthlib, numpy, markdown, idna, gast, charset-normalizer, certifi, cachetools, absl-py, requests, packaging, opt-einsum, keras-preprocessing, h5py, grpcio, google-pasta, google-auth, astunparse, requests-oauthlib, google-auth-oauthlib, tensorboard, tensorflow | |
Successfully installed absl-py-1.2.0 astunparse-1.6.3 cachetools-5.2.0 certifi-2022.6.15 charset-normalizer-2.1.0 flatbuffers-1.12 gast-0.4.0 google-auth-2.9.1 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 grpcio-1.47.0 h5py-3.7.0 idna-3.3 keras-2.9.0 keras-preprocessing-1.1.2 libclang-14.0.1 markdown-3.4.1 numpy-1.23.1 oauthlib-3.2.0 opt-einsum-3.3.0 packaging-21.3 protobuf-3.19.4 pyasn1-0.4.8 pyasn1-modules-0.2.8 pyparsing-3.0.9 requests-2.28.1 requests-oauthlib-1.3.1 rsa-4.8 six-1.16.0 tensorboard-2.9.1 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.9.1 tensorflow-estimator-2.9.0 tensorflow-io-gcs-filesystem-0.26.0 termcolor-1.1.0 typing-extensions-4.3.0 urllib3-1.26.10 werkzeug-2.1.2 wheel-0.37.1 wrapt-1.14.1 | |
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available. | |
You should consider upgrading via the '/Users/<cut>/myvenv/bin/python -m pip install --upgrade pip' command. | |
(myvenv) | |
[nix-shell:~]$ python | |
Python 3.10.3 (main, Apr 11 2022, 00:04:32) [Clang 11.1.0 ] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import tensorflow | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment