Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poetry fails to install tensorflow@2.10.0 on linux aarch64. #7040

Closed
4 tasks done
ColinVDH opened this issue Nov 15, 2022 · 8 comments
Closed
4 tasks done

Poetry fails to install tensorflow@2.10.0 on linux aarch64. #7040

ColinVDH opened this issue Nov 15, 2022 · 8 comments
Labels
status/external-issue Issue is caused by external project (platform, dep, etc)

Comments

@ColinVDH
Copy link

ColinVDH commented Nov 15, 2022

  • 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.

@ColinVDH ColinVDH added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Nov 15, 2022
@dimbleby
Copy link
Contributor

Further investigation reveals that poetry has failed to install the dependency tensorflow-cpu-aws

tensorflow declares no such dependency:

$ curl -s https://pypi.org/pypi/tensorflow/json | jq ".info.requires_dist"
[
  "absl-py (>=1.0.0)",
  "astunparse (>=1.6.0)",
  "flatbuffers (>=2.0)",
  "gast (<=0.4.0,>=0.2.1)",
  "google-pasta (>=0.1.1)",
  "h5py (>=2.9.0)",
  "keras-preprocessing (>=1.1.1)",
  "libclang (>=13.0.0)",
  "numpy (>=1.20)",
  "opt-einsum (>=2.3.2)",
  "packaging",
  "protobuf (<3.20,>=3.9.2)",
  "setuptools",
  "six (>=1.12.0)",
  "termcolor (>=1.1.0)",
  "typing-extensions (>=3.6.6)",
  "wrapt (>=1.11.0)",
  "tensorflow-io-gcs-filesystem (>=0.23.1)",
  "grpcio (<2.0,>=1.24.3)",
  "tensorboard (<2.11,>=2.10)",
  "tensorflow-estimator (<2.11,>=2.10.0)",
  "keras (<2.11,>=2.10.0)"
]

@neersighted
Copy link
Member

Additionally, are you sure that you're inspecting the correct environment (that is to say, the virtual environment at poetry env info --path)?

@ColinVDH
Copy link
Author

@neersighted yep, I'm in the correct virtual environment. It definitely doesn't install correctly.

@dimbleby Okay thanks. The correct dependencies are declared in tensorflow-2.10.0.dist-info/METADATA, but I'm not too familiar with how poetry decides where to look.

@ColinVDH
Copy link
Author

ColinVDH commented Nov 16, 2022

@dimbleby After some digging, I think this probably relates to this open-issue.

The problem is that different builds of the same package release can have different dependencies. In this case, the linux aarch64 build of tensorflow@2.10.0 has different dependencies than (for e.g.) the windows amd64 build. The dependencies that are returned in the Pypi JSON API are taken from an arbitrary build (the first one uploaded), but don't necessarily reflect the dependencies of every build.

@neersighted
Copy link
Member

Yes, that is correct. Platform markers should be used, instead of differing metadata, for Poetry support. Poetry does not support packages that split metadata across wheel tags, and neither does the PyPI API.

@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2022
@neersighted neersighted added status/external-issue Issue is caused by external project (platform, dep, etc) and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Nov 16, 2022
@MSusik
Copy link

MSusik commented 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.

@dimbleby
Copy link
Contributor

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" }

Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/external-issue Issue is caused by external project (platform, dep, etc)
Projects
None yet
Development

No branches or pull requests

4 participants