question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Poetry fails to install `tensorflow@2.10.0` on linux aarch64.

See original GitHub issue
  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

Poetry is silently failing on the install of tensorflow@2.10.0 on linux aarch64. Here is the output of poetry add tensorflow@2.10.0 -vvv.

root@53e9f35d6529:/app# poetry add tensorflow@2.10.0 -vvv
Using virtualenv: /root/.cache/pypoetry/virtualenvs/app-9TtSrW0h-py3.8
Project environment contains an empty path in sys_path, ignoring.
[keyring.backend] Loading KWallet
[keyring.backend] Loading SecretService
[keyring.backend] Loading Windows
[keyring.backend] Loading chainer
[keyring.backend] Loading libsecret
[keyring.backend] Loading macOS
No suitable keyring backend found
No suitable keyring backends were found
Keyring is not available, credentials will be stored and retrieved from configuration files as plaintext.
Creating new session for pypi.org
Source (PyPI): 1 packages found for tensorflow 2.10.0

Updating dependencies
Resolving dependencies...
   1: fact: app is 0.1.0
   1: derived: app
   1: fact: app depends on tensorflow (2.10.0)
   1: selecting app (0.1.0)
   1: derived: tensorflow (==2.10.0)
Source (PyPI): 1 packages found for tensorflow 2.10.0
   1: fact: tensorflow (2.10.0) depends on absl-py (>=1.0.0)
   1: fact: tensorflow (2.10.0) depends on astunparse (>=1.6.0)
   1: fact: tensorflow (2.10.0) depends on flatbuffers (>=2.0)
   1: fact: tensorflow (2.10.0) depends on gast (>=0.2.1,<=0.4.0)
   1: fact: tensorflow (2.10.0) depends on google-pasta (>=0.1.1)
   1: fact: tensorflow (2.10.0) depends on h5py (>=2.9.0)
   1: fact: tensorflow (2.10.0) depends on keras-preprocessing (>=1.1.1)
   1: fact: tensorflow (2.10.0) depends on libclang (>=13.0.0)
   1: fact: tensorflow (2.10.0) depends on numpy (>=1.20)
   1: fact: tensorflow (2.10.0) depends on opt-einsum (>=2.3.2)
   1: fact: tensorflow (2.10.0) depends on packaging (*)
   1: fact: tensorflow (2.10.0) depends on protobuf (>=3.9.2,<3.20)
   1: fact: tensorflow (2.10.0) depends on setuptools (*)
   1: fact: tensorflow (2.10.0) depends on six (>=1.12.0)
   1: fact: tensorflow (2.10.0) depends on termcolor (>=1.1.0)
   1: fact: tensorflow (2.10.0) depends on typing-extensions (>=3.6.6)
   1: fact: tensorflow (2.10.0) depends on wrapt (>=1.11.0)
   1: fact: tensorflow (2.10.0) depends on tensorflow-io-gcs-filesystem (>=0.23.1)
   1: fact: tensorflow (2.10.0) depends on grpcio (>=1.24.3,<2.0)
   1: fact: tensorflow (2.10.0) depends on tensorboard (>=2.10,<2.11)
   1: fact: tensorflow (2.10.0) depends on tensorflow-estimator (>=2.10.0,<2.11)
   1: fact: tensorflow (2.10.0) depends on keras (>=2.10.0,<2.11)
   1: selecting tensorflow (2.10.0)
   1: derived: keras (>=2.10.0,<2.11)
   1: derived: tensorflow-estimator (>=2.10.0,<2.11)
   1: derived: tensorboard (>=2.10,<2.11)
   1: derived: grpcio (>=1.24.3,<2.0)
   1: derived: tensorflow-io-gcs-filesystem (>=0.23.1)
   1: derived: wrapt (>=1.11.0)
   1: derived: typing-extensions (>=3.6.6)
   1: derived: termcolor (>=1.1.0)
   1: derived: six (>=1.12.0)
   1: derived: setuptools
   1: derived: protobuf (>=3.9.2,<3.20)
   1: derived: packaging
   1: derived: opt-einsum (>=2.3.2)
   1: derived: numpy (>=1.20)
   1: derived: libclang (>=13.0.0)
   1: derived: keras-preprocessing (>=1.1.1)
   1: derived: h5py (>=2.9.0)
   1: derived: google-pasta (>=0.1.1)
   1: derived: gast (>=0.2.1,<=0.4.0)
   1: derived: flatbuffers (>=2.0)
   1: derived: astunparse (>=1.6.0)
   1: derived: absl-py (>=1.0.0)
Source (PyPI): 1 packages found for keras >=2.10.0,<2.11
Source (PyPI): 1 packages found for tensorflow-estimator >=2.10.0,<2.11
Source (PyPI): 2 packages found for tensorboard >=2.10,<2.11
Source (PyPI): 38 packages found for grpcio >=1.24.3,<2.0
Source (PyPI): 5 packages found for tensorflow-io-gcs-filesystem >=0.23.1
Source (PyPI): 9 packages found for wrapt >=1.11.0
Source (PyPI): 16 packages found for typing-extensions >=3.6.6
Source (PyPI): 4 packages found for termcolor >=1.1.0
Source (PyPI): 5 packages found for six >=1.12.0
Source (PyPI): 495 packages found for setuptools *
Source (PyPI): 35 packages found for protobuf >=3.9.2,<3.20
[urllib3.connectionpool] Starting new HTTPS connection (1): pypi.org:443
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/packaging/ HTTP/1.1" 304 0
Source (PyPI): 38 packages found for packaging *
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/opt-einsum/ HTTP/1.1" 304 0
Source (PyPI): 6 packages found for opt-einsum >=2.3.2
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/numpy/ HTTP/1.1" 304 0
Source (PyPI): 21 packages found for numpy >=1.20
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/libclang/ HTTP/1.1" 304 0
Source (PyPI): 3 packages found for libclang >=13.0.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/keras-preprocessing/ HTTP/1.1" 304 0
Source (PyPI): 2 packages found for keras-preprocessing >=1.1.1
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/h5py/ HTTP/1.1" 304 0
Source (PyPI): 11 packages found for h5py >=2.9.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/google-pasta/ HTTP/1.1" 304 0
Source (PyPI): 9 packages found for google-pasta >=0.1.1
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/gast/ HTTP/1.1" 304 0
Source (PyPI): 9 packages found for gast >=0.2.1,<=0.4.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/flatbuffers/ HTTP/1.1" 304 0
Source (PyPI): 4 packages found for flatbuffers >=2.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/astunparse/ HTTP/1.1" 304 0
Source (PyPI): 4 packages found for astunparse >=1.6.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/absl-py/ HTTP/1.1" 304 0
Source (PyPI): 4 packages found for absl-py >=1.0.0
   1: selecting keras (2.10.0)
   1: selecting tensorflow-estimator (2.10.0)
   1: fact: tensorboard (2.10.1) depends on absl-py (>=0.4)
   1: fact: tensorboard (2.10.1) depends on grpcio (>=1.24.3)
   1: fact: tensorboard (2.10.1) depends on google-auth (>=1.6.3,<3)
   1: fact: tensorboard (2.10.1) depends on google-auth-oauthlib (>=0.4.1,<0.5)
   1: fact: tensorboard (2.10.1) depends on markdown (>=2.6.8)
   1: fact: tensorboard (2.10.1) depends on numpy (>=1.12.0)
   1: fact: tensorboard (2.10.1) depends on protobuf (>=3.9.2,<3.20)
   1: fact: tensorboard (2.10.1) depends on requests (>=2.21.0,<3)
   1: fact: tensorboard (2.10.1) depends on setuptools (>=41.0.0)
   1: fact: tensorboard (2.10.1) depends on tensorboard-data-server (>=0.6.0,<0.7.0)
   1: fact: tensorboard (2.10.1) depends on tensorboard-plugin-wit (>=1.6.0)
   1: fact: tensorboard (2.10.1) depends on werkzeug (>=1.0.1)
   1: fact: tensorboard (2.10.1) depends on wheel (>=0.26)
   1: selecting tensorboard (2.10.1)
   1: derived: wheel (>=0.26)
   1: derived: werkzeug (>=1.0.1)
   1: derived: tensorboard-plugin-wit (>=1.6.0)
   1: derived: tensorboard-data-server (>=0.6.0,<0.7.0)
   1: derived: setuptools (>=41.0.0)
   1: derived: requests (>=2.21.0,<3)
   1: derived: markdown (>=2.6.8)
   1: derived: google-auth-oauthlib (>=0.4.1,<0.5)
   1: derived: google-auth (>=1.6.3,<3)
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/wheel/ HTTP/1.1" 304 0
Source (PyPI): 30 packages found for wheel >=0.26
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/werkzeug/ HTTP/1.1" 304 0
Source (PyPI): 11 packages found for werkzeug >=1.0.1
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/tensorboard-plugin-wit/ HTTP/1.1" 304 0
Source (PyPI): 5 packages found for tensorboard-plugin-wit >=1.6.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/tensorboard-data-server/ HTTP/1.1" 304 0
Source (PyPI): 2 packages found for tensorboard-data-server >=0.6.0,<0.7.0
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/requests/ HTTP/1.1" 304 0
Source (PyPI): 11 packages found for requests >=2.21.0,<3
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/markdown/ HTTP/1.1" 304 0
Source (PyPI): 20 packages found for markdown >=2.6.8
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/google-auth-oauthlib/ HTTP/1.1" 304 0
Source (PyPI): 6 packages found for google-auth-oauthlib >=0.4.1,<0.5
[urllib3.connectionpool] https://pypi.org:443 "GET /simple/google-auth/ HTTP/1.1" 304 0
Source (PyPI): 89 packages found for google-auth >=1.6.3,<3
   1: fact: keras-preprocessing (1.1.2) depends on numpy (>=1.9.1)
   1: fact: keras-preprocessing (1.1.2) depends on six (>=1.9.0)
   1: selecting keras-preprocessing (1.1.2)
   1: selecting tensorboard-data-server (0.6.1)
   1: selecting libclang (14.0.6)
   1: selecting termcolor (2.1.0)
   1: selecting flatbuffers (22.10.26)
   1: fact: astunparse (1.6.3) depends on wheel (>=0.23.0,<1.0)
   1: fact: astunparse (1.6.3) depends on six (>=1.6.1,<2.0)
   1: selecting astunparse (1.6.3)
   1: derived: six (>=1.6.1,<2.0)
   1: derived: wheel (>=0.23.0,<1.0)
   1: selecting absl-py (1.3.0)
   1: selecting tensorflow-io-gcs-filesystem (0.27.0)
   1: selecting six (1.16.0)
   1: selecting tensorboard-plugin-wit (1.8.1)
   1: fact: opt-einsum (3.3.0) depends on numpy (>=1.7)
   1: selecting opt-einsum (3.3.0)
   1: fact: google-auth-oauthlib (0.4.6) depends on google-auth (>=1.0.0)
   1: fact: google-auth-oauthlib (0.4.6) depends on requests-oauthlib (>=0.7.0)
   1: selecting google-auth-oauthlib (0.4.6)
   1: derived: requests-oauthlib (>=0.7.0)
Source (PyPI): 7 packages found for requests-oauthlib >=0.7.0
   1: fact: requests-oauthlib (1.3.1) depends on oauthlib (>=3.0.0)
   1: fact: requests-oauthlib (1.3.1) depends on requests (>=2.0.0)
   1: selecting requests-oauthlib (1.3.1)
   1: derived: oauthlib (>=3.0.0)
Source (PyPI): 8 packages found for oauthlib >=3.0.0
   1: selecting oauthlib (3.2.2)
   1: selecting wrapt (1.14.1)
   1: fact: google-pasta (0.2.0) depends on six (*)
   1: selecting google-pasta (0.2.0)
   1: selecting gast (0.4.0)
   1: fact: h5py (3.7.0) depends on numpy (>=1.14.5)
   1: selecting h5py (3.7.0)
   1: fact: werkzeug (2.2.2) depends on MarkupSafe (>=2.1.1)
   1: selecting werkzeug (2.2.2)
   1: derived: MarkupSafe (>=2.1.1)
Source (PyPI): 1 packages found for markupsafe >=2.1.1
   1: selecting markupsafe (2.1.1)
   1: fact: requests (2.28.1) depends on charset-normalizer (>=2,<3)
   1: fact: requests (2.28.1) depends on idna (>=2.5,<4)
   1: fact: requests (2.28.1) depends on urllib3 (>=1.21.1,<1.27)
   1: fact: requests (2.28.1) depends on certifi (>=2017.4.17)
   1: selecting requests (2.28.1)
   1: derived: certifi (>=2017.4.17)
   1: derived: urllib3 (>=1.21.1,<1.27)
   1: derived: idna (>=2.5,<4)
   1: derived: charset-normalizer (>=2,<3)
Source (PyPI): 28 packages found for certifi >=2017.4.17
Source (PyPI): 30 packages found for urllib3 >=1.21.1,<1.27
Source (PyPI): 11 packages found for idna >=2.5,<4
Source (PyPI): 15 packages found for charset-normalizer >=2,<3
   1: selecting idna (3.4)
   1: selecting charset-normalizer (2.1.1)
   1: selecting typing-extensions (4.4.0)
   1: fact: markdown (3.4.1) depends on importlib-metadata (>=4.4)
   1: selecting markdown (3.4.1)
   1: derived: importlib-metadata (>=4.4)
Source (PyPI): 22 packages found for importlib-metadata >=4.4
   1: selecting numpy (1.23.4)
   1: selecting certifi (2022.9.24)
   1: selecting wheel (0.38.4)
   1: selecting urllib3 (1.26.12)
   1: selecting protobuf (3.19.6)
   1: fact: grpcio (1.50.0) depends on six (>=1.5.2)
   1: selecting grpcio (1.50.0)
   1: fact: packaging (21.3) depends on pyparsing (>=2.0.2,<3.0.5 || >3.0.5)
   1: selecting packaging (21.3)
   1: derived: pyparsing (>=2.0.2,!=3.0.5)
Source (PyPI): 39 packages found for pyparsing >=2.0.2,<3.0.5 || >3.0.5
   1: selecting pyparsing (3.0.9)
   1: fact: google-auth (2.14.1) depends on cachetools (>=2.0.0,<6.0)
   1: fact: google-auth (2.14.1) depends on pyasn1-modules (>=0.2.1)
   1: fact: google-auth (2.14.1) depends on six (>=1.9.0)
   1: fact: google-auth (2.14.1) depends on rsa (>=3.1.4,<5)
   1: selecting google-auth (2.14.1)
   1: derived: rsa (>=3.1.4,<5)
   1: derived: pyasn1-modules (>=0.2.1)
   1: derived: cachetools (>=2.0.0,<6.0)
Source (PyPI): 20 packages found for rsa >=3.1.4,<5
Source (PyPI): 8 packages found for pyasn1-modules >=0.2.1
Source (PyPI): 16 packages found for cachetools >=2.0.0,<6.0
   1: fact: pyasn1-modules (0.2.8) depends on pyasn1 (>=0.4.6,<0.5.0)
   1: selecting pyasn1-modules (0.2.8)
   1: derived: pyasn1 (>=0.4.6,<0.5.0)
Source (PyPI): 3 packages found for pyasn1 >=0.4.6,<0.5.0
   1: selecting pyasn1 (0.4.8)
   1: selecting cachetools (5.2.0)
   1: selecting setuptools (65.5.1)
   1: fact: rsa (4.9) depends on pyasn1 (>=0.1.3)
   1: selecting rsa (4.9)
   1: fact: importlib-metadata (5.0.0) depends on zipp (>=0.5)
   1: selecting importlib-metadata (5.0.0)
   1: derived: zipp (>=0.5)
Source (PyPI): 31 packages found for zipp >=0.5
   1: selecting zipp (3.10.0)
   1: Version solving took 1.442 seconds.
   1: Tried 1 solutions.

Writing lock file

Finding the necessary packages for the current system
Source (poetry-repo): 1 packages found for tensorflow 2.10.0
Source (poetry-repo): 1 packages found for keras >=2.10.0,<2.11
Source (poetry-repo): 1 packages found for tensorflow-estimator >=2.10.0,<2.11
Source (poetry-repo): 1 packages found for tensorboard >=2.10,<2.11
Source (poetry-repo): 1 packages found for grpcio >=1.24.3,<2.0
Source (poetry-repo): 1 packages found for tensorflow-io-gcs-filesystem >=0.23.1
Source (poetry-repo): 1 packages found for wrapt >=1.11.0
Source (poetry-repo): 1 packages found for typing-extensions >=3.6.6
Source (poetry-repo): 1 packages found for termcolor >=1.1.0
Source (poetry-repo): 1 packages found for six >=1.12.0
Source (poetry-repo): 1 packages found for setuptools *
Source (poetry-repo): 1 packages found for protobuf >=3.9.2,<3.20
Source (poetry-repo): 1 packages found for packaging *
Source (poetry-repo): 1 packages found for opt-einsum >=2.3.2
Source (poetry-repo): 1 packages found for numpy >=1.20
Source (poetry-repo): 1 packages found for libclang >=13.0.0
Source (poetry-repo): 1 packages found for keras-preprocessing >=1.1.1
Source (poetry-repo): 1 packages found for h5py >=2.9.0
Source (poetry-repo): 1 packages found for google-pasta >=0.1.1
Source (poetry-repo): 1 packages found for gast >=0.2.1,<=0.4.0
Source (poetry-repo): 1 packages found for flatbuffers >=2.0
Source (poetry-repo): 1 packages found for astunparse >=1.6.0
Source (poetry-repo): 1 packages found for absl-py >=1.0.0
Source (poetry-repo): 1 packages found for wheel >=0.26
Source (poetry-repo): 1 packages found for werkzeug >=1.0.1
Source (poetry-repo): 1 packages found for tensorboard-plugin-wit >=1.6.0
Source (poetry-repo): 1 packages found for tensorboard-data-server >=0.6.0,<0.7.0
Source (poetry-repo): 1 packages found for requests >=2.21.0,<3
Source (poetry-repo): 1 packages found for markdown >=2.6.8
Source (poetry-repo): 1 packages found for google-auth-oauthlib >=0.4.1,<0.5
Source (poetry-repo): 1 packages found for google-auth >=1.6.3,<3
Source (poetry-repo): 1 packages found for pyparsing >=2.0.2,<3.0.5 || >3.0.5
Source (poetry-repo): 1 packages found for markupsafe >=2.1.1
Source (poetry-repo): 1 packages found for certifi >=2017.4.17
Source (poetry-repo): 1 packages found for urllib3 >=1.21.1,<1.27
Source (poetry-repo): 1 packages found for idna >=2.5,<4
Source (poetry-repo): 1 packages found for charset-normalizer >=2,<3
Source (poetry-repo): 1 packages found for importlib-metadata >=4.4
Source (poetry-repo): 1 packages found for requests-oauthlib >=0.7.0
Source (poetry-repo): 1 packages found for rsa >=3.1.4,<5
Source (poetry-repo): 1 packages found for pyasn1-modules >=0.2.1
Source (poetry-repo): 1 packages found for cachetools >=2.0.0,<6.0
Source (poetry-repo): 1 packages found for oauthlib >=3.0.0
Source (poetry-repo): 1 packages found for pyasn1 >=0.4.6,<0.5.0
Source (poetry-repo): 1 packages found for zipp >=0.5

Package operations: 45 installs, 0 updates, 0 removals

  • Installing certifi (2022.9.24): Pending...
  • Installing certifi (2022.9.24): Installing...
  • Installing certifi (2022.9.24)
  • Installing charset-normalizer (2.1.1): Pending...
  • Installing charset-normalizer (2.1.1): Installing...
  • Installing charset-normalizer (2.1.1)
  • Installing idna (3.4): Pending...
  • Installing idna (3.4): Installing...
  • Installing idna (3.4)
  • Installing pyasn1 (0.4.8): Pending...
  • Installing pyasn1 (0.4.8): Installing...
  • Installing pyasn1 (0.4.8)
  • Installing urllib3 (1.26.12): Pending...
  • Installing urllib3 (1.26.12): Installing...
  • Installing urllib3 (1.26.12)
  • Installing cachetools (5.2.0): Pending...
  • Installing cachetools (5.2.0): Installing...
  • Installing cachetools (5.2.0)
  • Installing oauthlib (3.2.2): Pending...
  • Installing oauthlib (3.2.2): Installing...
  • Installing oauthlib (3.2.2)
  • Installing pyasn1-modules (0.2.8): Pending...
  • Installing pyasn1-modules (0.2.8): Installing...
  • Installing pyasn1-modules (0.2.8)
  • Installing requests (2.28.1): Pending...
  • Installing requests (2.28.1): Installing...
  • Installing requests (2.28.1)
  • Installing rsa (4.9): Pending...
  • Installing rsa (4.9): Installing...
  • Installing rsa (4.9)
  • Installing six (1.16.0): Pending...
  • Installing six (1.16.0): Installing...
  • Installing six (1.16.0)
  • Installing zipp (3.10.0): Pending...
  • Installing zipp (3.10.0): Installing...
  • Installing zipp (3.10.0)
  • Installing google-auth (2.14.1): Pending...
  • Installing importlib-metadata (5.0.0): Pending...
  • Installing importlib-metadata (5.0.0): Installing...
  • Installing markupsafe (2.1.1): Pending...
  • Installing requests-oauthlib (1.3.1): Pending...
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl as this is not supported by the current environment
  • Installing google-auth (2.14.1): Installing...
  • Installing importlib-metadata (5.0.0): Pending...
  • Installing importlib-metadata (5.0.0): Installing...
  • Installing markupsafe (2.1.1): Pending...
  • Installing requests-oauthlib (1.3.1): Pending...
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
  • Installing requests-oauthlib (1.3.1): Installing...
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-win32.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-win32.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
  • Installing google-auth (2.14.1)
  • Installing importlib-metadata (5.0.0): Pending...
  • Installing importlib-metadata (5.0.0): Installing...
  • Installing importlib-metadata (5.0.0)
  • Installing markupsafe (2.1.1): Pending...
  • Installing markupsafe (2.1.1): Installing...
  • Installing markupsafe (2.1.1)
  • Installing requests-oauthlib (1.3.1): Pending...
  • Installing requests-oauthlib (1.3.1): Installing...
  • Installing requests-oauthlib (1.3.1)
  • Installing absl-py (1.3.0): Pending...
  • Installing google-auth-oauthlib (0.4.6): Pending...
  • Installing grpcio (1.50.0): Pending...
  • Installing markdown (3.4.1): Pending...
  • Installing numpy (1.23.4): Pending...
Skipping wheel grpcio-1.50.0-cp310-cp310-linux_armv7l.whl as this is not supported by the current environment
  • Installing protobuf (3.19.6): Pending...
Skipping wheel grpcio-1.50.0-cp310-cp310-macosx_12_0_x86_64.whl as this is not supported by the current environment
  • Installing pyparsing (3.0.9): Pending...
Skipping wheel numpy-1.23.4-cp310-cp310-macosx_10_9_x86_64.whl as this is not supported by the current environment
  • Installing absl-py (1.3.0): Installing...
Skipping wheel tensorboard_data_server-0.6.1-py3-none-macosx_10_9_x86_64.whl as this is not supported by the current environment
  • Installing google-auth-oauthlib (0.4.6): Pending...
  • Installing grpcio (1.50.0): Pending...
  • Installing markdown (3.4.1): Pending...
  • Installing numpy (1.23.4): Pending...
  • Installing protobuf (3.19.6): Pending...
  • Installing pyparsing (3.0.9): Pending...
  • Installing setuptools (65.5.1): Pending...
  • Installing google-auth-oauthlib (0.4.6): Installing...
  • Installing grpcio (1.50.0): Pending...
  • Installing markdown (3.4.1): Pending...
  • Installing numpy (1.23.4): Pending...
  • Installing markdown (3.4.1): Installing...
  • Installing numpy (1.23.4): Pending...
  • Installing protobuf (3.19.6): Pending...
  • Installing pyparsing (3.0.9): Pending...
  • Installing pyparsing (3.0.9): Installing...
  • Installing setuptools (65.5.1): Pending...
  • Installing tensorboard-data-server (0.6.1): Pending...
  • Installing tensorboard-data-server (0.6.1): Installing...
  • Installing tensorboard-plugin-wit (1.8.1): Pending...
  • Installing werkzeug (2.2.2): Pending...
  • Installing wheel (0.38.4): Pending...
Skipping wheel protobuf-3.19.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
[urllib3.connectionpool] Starting new HTTPS connection (1): files.pythonhosted.org:443
Skipping wheel numpy-1.23.4-cp310-cp310-win_amd64.whl as this is not supported by the current environment
[urllib3.connectionpool] Starting new HTTPS connection (2): files.pythonhosted.org:443
Skipping wheel grpcio-1.50.0-cp310-cp310-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp310-cp310-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp310-cp310-win32.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp310-cp310-win_amd64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp310-cp310-win32.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-linux_armv7l.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-macosx_11_0_arm64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp310-cp310-win_amd64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp36-cp36m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp36-cp36m-win32.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp36-cp36m-win_amd64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-macosx_10_10_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp37-cp37m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp37-cp37m-manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp37-cp37m-win32.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp37-cp37m-win_amd64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp38-cp38-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-win32.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp311-cp311-win_amd64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp38-cp38-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp38-cp38-macosx_11_0_arm64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp38-cp38-win32.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp38-cp38-win_amd64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-macosx_11_0_arm64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-win32.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-cp39-cp39-win_amd64.whl as this is not supported by the current environment
Skipping wheel numpy-1.23.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl as this is not supported by the current environment
  • Installing tensorboard-plugin-wit (1.8.1): Installing...
  • Installing werkzeug (2.2.2): Pending...
  • Installing werkzeug (2.2.2): Installing...
  • Installing wheel (0.38.4): Pending...
Skipping wheel grpcio-1.50.0-cp311-cp311-win32.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp311-cp311-win_amd64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-linux_armv7l.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-macosx_10_10_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-manylinux_2_17_aarch64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp38-cp38-win32.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp38-cp38-win_amd64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp39-cp39-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp39-cp39-manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp39-cp39-win32.whl as this is not supported by the current environment
Skipping wheel protobuf-3.19.6-cp39-cp39-win_amd64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-win32.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp37-cp37m-win_amd64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp38-cp38-linux_armv7l.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp38-cp38-macosx_10_10_x86_64.whl as this is not supported by the current environment
Skipping wheel grpcio-1.50.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
  • Installing absl-py (1.3.0)
  • Installing google-auth-oauthlib (0.4.6): Pending...
  • Installing google-auth-oauthlib (0.4.6): Installing...
  • Installing google-auth-oauthlib (0.4.6)
  • Installing grpcio (1.50.0): Pending...
  • Installing grpcio (1.50.0): Installing...
  • Installing grpcio (1.50.0)
  • Installing markdown (3.4.1): Pending...
  • Installing markdown (3.4.1): Installing...
  • Installing markdown (3.4.1)
  • Installing numpy (1.23.4): Pending...
  • Installing numpy (1.23.4): Installing...
  • Installing numpy (1.23.4)
  • Installing protobuf (3.19.6): Pending...
  • Installing protobuf (3.19.6): Installing...
  • Installing protobuf (3.19.6)
  • Installing pyparsing (3.0.9): Pending...
  • Installing pyparsing (3.0.9): Installing...
  • Installing pyparsing (3.0.9)
  • Installing setuptools (65.5.1): Downloading... 100%
  • Installing setuptools (65.5.1): Installing...
  • Installing setuptools (65.5.1)
  • Installing tensorboard-data-server (0.6.1): Pending...
  • Installing tensorboard-data-server (0.6.1): Installing...
  • Installing tensorboard-data-server (0.6.1)
  • Installing tensorboard-plugin-wit (1.8.1): Pending...
  • Installing tensorboard-plugin-wit (1.8.1): Installing...
  • Installing tensorboard-plugin-wit (1.8.1)
  • Installing werkzeug (2.2.2): Pending...
  • Installing werkzeug (2.2.2): Installing...
  • Installing werkzeug (2.2.2)
  • Installing wheel (0.38.4): Downloading... 100%
  • Installing wheel (0.38.4): Installing...
  • Installing wheel (0.38.4)
  • Installing astunparse (1.6.3): Pending...
  • Installing astunparse (1.6.3): Installing...
  • Installing flatbuffers (22.10.26): Pending...
  • Installing flatbuffers (22.10.26): Installing...
  • Installing gast (0.4.0): Pending...
  • Installing google-pasta (0.2.0): Pending...
  • Installing h5py (3.7.0): Pending...
  • Installing keras (2.10.0): Pending...
  • Installing keras-preprocessing (1.1.2): Pending...
  • Installing libclang (14.0.6): Pending...
  • Installing opt-einsum (3.3.0): Pending...
Skipping wheel google_pasta-0.2.0-py2-none-any.whl as this is not supported by the current environment
  • Installing packaging (21.3): Pending...
Skipping wheel h5py-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel h5py-3.7.0-cp310-cp310-macosx_11_0_arm64.whl as this is not supported by the current environment
Skipping wheel h5py-3.7.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel h5py-3.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel h5py-3.7.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel libclang-14.0.6-py2.py3-none-macosx_10_9_x86_64.whl as this is not supported by the current environment
  • Installing gast (0.4.0): Installing...
  • Installing google-pasta (0.2.0): Pending...
  • Installing h5py (3.7.0): Pending...
  • Installing keras (2.10.0): Pending...
  • Installing keras-preprocessing (1.1.2): Pending...
  • Installing libclang (14.0.6): Pending...
  • Installing opt-einsum (3.3.0): Pending...
  • Installing packaging (21.3): Pending...
  • Installing tensorboard (2.10.1): Pending...
  • Installing keras-preprocessing (1.1.2): Installing...
  • Installing libclang (14.0.6): Pending...
  • Installing opt-einsum (3.3.0): Pending...
  • Installing packaging (21.3): Pending...
  • Installing google-pasta (0.2.0): Installing...
  • Installing gast (0.4.0)
  • Installing google-pasta (0.2.0): Pending...
  • Installing google-pasta (0.2.0): Installing...
  • Installing h5py (3.7.0): Pending...
  • Installing h5py (3.7.0): Installing...
  • Installing keras (2.10.0): Pending...
  • Installing flatbuffers (22.10.26)
  • Installing gast (0.4.0): Pending...
  • Installing gast (0.4.0): Installing...
  • Installing gast (0.4.0)
  • Installing google-pasta (0.2.0): Pending...
  • Installing astunparse (1.6.3)
  • Installing flatbuffers (22.10.26): Pending...
  • Installing flatbuffers (22.10.26): Installing...
  • Installing flatbuffers (22.10.26)
  • Installing gast (0.4.0): Pending...
  • Installing gast (0.4.0): Installing...
  • Installing gast (0.4.0)
  • Installing google-pasta (0.2.0): Pending...
  • Installing google-pasta (0.2.0): Installing...
  • Installing h5py (3.7.0): Pending...
  • Installing h5py (3.7.0): Installing...
  • Installing keras (2.10.0): Pending...
  • Installing keras (2.10.0): Installing...
  • Installing keras-preprocessing (1.1.2): Pending...
  • Installing keras-preprocessing (1.1.2): Installing...
  • Installing libclang (14.0.6): Pending...
  • Installing libclang (14.0.6): Installing...
  • Installing opt-einsum (3.3.0): Pending...
  • Installing opt-einsum (3.3.0): Installing...
  • Installing opt-einsum (3.3.0)
  • Installing packaging (21.3): Pending...
  • Installing packaging (21.3): Installing...
  • Installing tensorboard (2.10.1): Pending...
  • Installing tensorboard (2.10.1): Installing...
  • Installing tensorflow-estimator (2.10.0): Pending...
  • Installing tensorflow-estimator (2.10.0): Installing...
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Pending...
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Installing...
  • Installing termcolor (2.1.0): Pending...
  • Installing termcolor (2.1.0): Installing...
  • Installing typing-extensions (4.4.0): Pending...
  • Installing typing-extensions (4.4.0): Installing...
  • Installing wrapt (1.14.1): Pending...
Skipping wheel wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl as this is not supported by the current environment
  • Installing google-pasta (0.2.0)
  • Installing h5py (3.7.0): Pending...
  • Installing h5py (3.7.0): Installing...
  • Installing keras (2.10.0): Pending...
  • Installing keras (2.10.0): Installing...
  • Installing keras-preprocessing (1.1.2): Pending...
  • Installing keras-preprocessing (1.1.2): Installing...
  • Installing libclang (14.0.6): Pending...
  • Installing libclang (14.0.6): Installing...
  • Installing opt-einsum (3.3.0): Pending...
  • Installing opt-einsum (3.3.0): Installing...
  • Installing opt-einsum (3.3.0)
  • Installing packaging (21.3): Pending...
  • Installing packaging (21.3): Installing...
  • Installing tensorboard (2.10.1): Pending...
  • Installing tensorboard (2.10.1): Installing...
  • Installing tensorflow-estimator (2.10.0): Pending...
  • Installing tensorflow-estimator (2.10.0): Installing...
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Pending...
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Installing...
  • Installing termcolor (2.1.0): Pending...
  • Installing termcolor (2.1.0): Installing...
  • Installing typing-extensions (4.4.0): Pending...
  • Installing typing-extensions (4.4.0): Installing...
  • Installing wrapt (1.14.1): Pending...
Skipping wheel wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp36-cp36m-win32.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp36-cp36m-win_amd64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl as this is not supported by the current environment
Skipping wheel wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl as this is not supported by the current environment
  • Installing h5py (3.7.0)
  • Installing keras (2.10.0): Pending...
  • Installing keras (2.10.0): Installing...
  • Installing keras (2.10.0)
  • Installing keras-preprocessing (1.1.2): Pending...
  • Installing keras-preprocessing (1.1.2): Installing...
  • Installing keras-preprocessing (1.1.2)
  • Installing libclang (14.0.6): Pending...
  • Installing libclang (14.0.6): Installing...
  • Installing libclang (14.0.6)
  • Installing opt-einsum (3.3.0): Pending...
  • Installing opt-einsum (3.3.0): Installing...
  • Installing opt-einsum (3.3.0)
  • Installing packaging (21.3): Pending...
  • Installing packaging (21.3): Installing...
  • Installing packaging (21.3)
  • Installing tensorboard (2.10.1): Pending...
  • Installing tensorboard (2.10.1): Installing...
  • Installing tensorboard (2.10.1)
  • Installing tensorflow-estimator (2.10.0): Pending...
  • Installing tensorflow-estimator (2.10.0): Installing...
  • Installing tensorflow-estimator (2.10.0)
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Pending...
  • Installing tensorflow-io-gcs-filesystem (0.27.0): Installing...
  • Installing tensorflow-io-gcs-filesystem (0.27.0)
  • Installing termcolor (2.1.0): Pending...
  • Installing termcolor (2.1.0): Installing...
  • Installing termcolor (2.1.0)
  • Installing typing-extensions (4.4.0): Pending...
  • Installing typing-extensions (4.4.0): Installing...
  • Installing typing-extensions (4.4.0)
  • Installing wrapt (1.14.1): Pending...
  • Installing wrapt (1.14.1): Installing...
  • Installing wrapt (1.14.1)
  • Installing tensorflow (2.10.0): Pending...
Skipping wheel tensorflow-2.10.0-cp310-cp310-macosx_10_14_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp310-cp310-win_amd64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp37-cp37m-macosx_10_14_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp37-cp37m-win_amd64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp38-cp38-macosx_10_14_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp38-cp38-win_amd64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp39-cp39-macosx_10_14_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl as this is not supported by the current environment
Skipping wheel tensorflow-2.10.0-cp39-cp39-win_amd64.whl as this is not supported by the current environment
  • Installing tensorflow (2.10.0): Installing...
  • Installing tensorflow (2.10.0)

As shown below, tensorflow is not found:

(app-py3.8) root@53e9f35d6529:/app# python -c "import tensorflow"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'tensorflow'

Further investigation reveals that poetry has failed to install the dependency tensorflow-cpu-aws. The install works properly when done via pip install tensorflow.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dimblebycommented, Nov 16, 2022

looks as though tensorflow is just an empty package that pulls in tensorflow-cpu-aws on aarch64 linux - so if tensorflow won’t provide unified requirements, perhaps you can just depend on that package directly.

ie something like

tensorflow = { version = "whatever", markers = "markers that exclude linux aarch64" }
tensorflow-cpu-aws = { version = "whatever", markers = "markers that include linux aarch64" }
0reactions
MSusikcommented, Nov 16, 2022

Hit the same issue today.

My use-case: I was personally building a Docker image using a python alpine docker image. When I switched to a Debian based one (bullseye), the installation went smoothly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation of Tensorflow on aarch64: Error: Could not find a ...
Hi guys solved the above importing tensor flow error on my CPU after I downloaded and installed Microsoft Visual C++ 2015-2019 ...
Read more >
Build and install error messages - TensorFlow
The following list links error messages to a solution or discussion. If you find an installation or build problem that is not listed,...
Read more >
conda-forge - :: Anaconda.org
A software package for algebraic, geometric and combinatorial problems... 7za, 9.20, LGPL, X, A file archiver with a high compression ratio. 7zip, 19.00 ......
Read more >
How to install Tensorflow on the Apple M1 Notebook
python -m pip install tensorflow-macos will run Python 2 and ask it to install tensorflow which is why you're getting the error that...
Read more >
EasyBuild v4.6.2 documentation (release 20221021.0)
update OpenFOAM easyblock to support OpenFOAM 10 + clean up ... that ' ldd ' may fail (#4033); fall back to sequential extension...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found