Advertisement
Guest User

Untitled

a guest
Jul 13th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. Collecting tensorflow==2.6.0rc0
  2. Downloading tensorflow-2.6.0rc0-cp37-cp37m-manylinux2010_x86_64.whl (456.5 MB)
  3. |████████████████████████████████| 456.5 MB 17 kB/s
  4. Requirement already satisfied: wheel~=0.35 in /root/venv/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (0.36.2)
  5. Requirement already satisfied: keras-preprocessing~=1.1.2 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.1.2)
  6. Collecting typing-extensions~=3.7.4
  7. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  8. Requirement already satisfied: wrapt~=1.12.1 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.12.1)
  9. Requirement already satisfied: protobuf>=3.9.2 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (3.17.3)
  10. Collecting keras==2.6.0rc0
  11. Downloading keras-2.6.0rc0-py2.py3-none-any.whl (1.3 MB)
  12. |████████████████████████████████| 1.3 MB 60.4 MB/s
  13. Collecting grpcio<2.0,>=1.37.0
  14. Downloading grpcio-1.38.1-cp37-cp37m-manylinux2014_x86_64.whl (4.2 MB)
  15. |████████████████████████████████| 4.2 MB 49.3 MB/s
  16. Requirement already satisfied: termcolor~=1.1.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.1.0)
  17. Requirement already satisfied: absl-py~=0.10 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (0.13.0)
  18. Requirement already satisfied: numpy~=1.19.2 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.19.5)
  19. Collecting six~=1.15.0
  20. Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
  21. Requirement already satisfied: opt-einsum~=3.3.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (3.3.0)
  22. Collecting h5py~=3.1.0
  23. Downloading h5py-3.1.0-cp37-cp37m-manylinux1_x86_64.whl (4.0 MB)
  24. |████████████████████████████████| 4.0 MB 53.2 MB/s
  25. Requirement already satisfied: tensorboard~=2.5 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (2.5.0)
  26. Requirement already satisfied: google-pasta~=0.2 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (0.2.0)
  27. Collecting clang~=5.0
  28. Downloading clang-5.0.tar.gz (30 kB)
  29. Collecting gast==0.4.0
  30. Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
  31. Collecting tf-estimator-nightly==2.6.0.dev2021062501
  32. Downloading tf_estimator_nightly-2.6.0.dev2021062501-py2.py3-none-any.whl (463 kB)
  33. |████████████████████████████████| 463 kB 71.4 MB/s
  34. Requirement already satisfied: astunparse~=1.6.3 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.6.3)
  35. Requirement already satisfied: flatbuffers~=1.12.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorflow==2.6.0rc0) (1.12)
  36. Collecting cached-property
  37. Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
  38. Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (0.6.1)
  39. Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (1.8.0)
  40. Requirement already satisfied: google-auth<2,>=1.6.3 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (1.32.1)
  41. Requirement already satisfied: werkzeug>=0.11.15 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (2.0.1)
  42. Requirement already satisfied: requests<3,>=2.21.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (2.25.1)
  43. Requirement already satisfied: markdown>=2.6.8 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (3.3.4)
  44. Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (0.4.4)
  45. Requirement already satisfied: setuptools>=41.0.0 in /root/venv/lib/python3.7/site-packages (from tensorboard~=2.5->tensorflow==2.6.0rc0) (57.0.0)
  46. Requirement already satisfied: pyasn1-modules>=0.2.1 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from google-auth<2,>=1.6.3->tensorboard~=2.5->tensorflow==2.6.0rc0) (0.2.8)
  47. Requirement already satisfied: cachetools<5.0,>=2.0.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from google-auth<2,>=1.6.3->tensorboard~=2.5->tensorflow==2.6.0rc0) (4.2.2)
  48. Requirement already satisfied: rsa<5,>=3.1.4 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from google-auth<2,>=1.6.3->tensorboard~=2.5->tensorflow==2.6.0rc0) (4.7.2)
  49. Requirement already satisfied: requests-oauthlib>=0.7.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard~=2.5->tensorflow==2.6.0rc0) (1.3.0)
  50. Requirement already satisfied: importlib-metadata in /shared-libs/python3.7/py-core/lib/python3.7/site-packages (from markdown>=2.6.8->tensorboard~=2.5->tensorflow==2.6.0rc0) (3.10.1)
  51. Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<2,>=1.6.3->tensorboard~=2.5->tensorflow==2.6.0rc0) (0.4.8)
  52. Requirement already satisfied: chardet<5,>=3.0.2 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from requests<3,>=2.21.0->tensorboard~=2.5->tensorflow==2.6.0rc0) (4.0.0)
  53. Requirement already satisfied: idna<3,>=2.5 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from requests<3,>=2.21.0->tensorboard~=2.5->tensorflow==2.6.0rc0) (2.10)
  54. Requirement already satisfied: certifi>=2017.4.17 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from requests<3,>=2.21.0->tensorboard~=2.5->tensorflow==2.6.0rc0) (2021.5.30)
  55. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from requests<3,>=2.21.0->tensorboard~=2.5->tensorflow==2.6.0rc0) (1.26.6)
  56. Requirement already satisfied: oauthlib>=3.0.0 in /shared-libs/python3.7/py/lib/python3.7/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard~=2.5->tensorflow==2.6.0rc0) (3.1.1)
  57. Requirement already satisfied: zipp>=0.5 in /shared-libs/python3.7/py-core/lib/python3.7/site-packages (from importlib-metadata->markdown>=2.6.8->tensorboard~=2.5->tensorflow==2.6.0rc0) (3.5.0)
  58. Building wheels for collected packages: clang
  59. Building wheel for clang (setup.py) ... done
  60. Created wheel for clang: filename=clang-5.0-py3-none-any.whl size=30693 sha256=b788349ecaf2acf9512d5d8427842d6c9b4ee0c0236af4bbf2ca03d494a05970
  61. Stored in directory: /root/.cache/pip/wheels/98/91/04/971b4c587cf47ae952b108949b46926f426c02832d120a082a
  62. Successfully built clang
  63. Installing collected packages: typing-extensions, six, grpcio, cached-property, tf-estimator-nightly, keras, h5py, gast, clang, tensorflow
  64. WARNING: The scripts estimator_ckpt_converter, import_pb_to_tensorboard, saved_model_cli, tensorboard, tf_upgrade_v2, tflite_convert, toco and toco_from_protos are installed in '/root/.local/bin' which is not on PATH.
  65. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  66. Successfully installed cached-property-1.5.2 clang-5.0 gast-0.4.0 grpcio-1.38.1 h5py-3.1.0 keras-2.6.0rc0 six-1.15.0 tensorflow-2.6.0rc0 tf-estimator-nightly-2.6.0.dev2021062501 typing-extensions-3.7.4.3
  67. WARNING: You are using pip version 21.1.2; however, version 21.1.3 is available.
  68. You should consider upgrading via the '/root/venv/bin/python -m pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement