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

Bug - pip install tflite-model-maker fails or hangs forever #175

Open
gaikwadrahul8 opened this issue Nov 28, 2024 · 2 comments
Open

Bug - pip install tflite-model-maker fails or hangs forever #175

gaikwadrahul8 opened this issue Nov 28, 2024 · 2 comments

Comments

@gaikwadrahul8
Copy link
Contributor

Click to expand!

Issue Type

Bug

Have you reproduced the bug with TF nightly?

Yes

Tensorflow Version

v2.12.0-rc1-12-g0db597d0d75 2.12.0

Custom Code

No

OS Platform and Distribution, Mobile device, Python version, Bazel version, GCC/Compiler version, CUDA version

Default Colab Pro

Current Behaviour?

!pip install tflite-model-maker fails or hangs forever
The error occurs in tutorial notebook: https://colab.research.google.com/github/khanhlvg/tflite_raspberry_pi/blob/main/object_detection/Train_custom_model_tutorial.ipynb
I have tried multiple things in colab None/GPU runtime, 'Disconnect and delete runtime' after each failed attempt.:

!pip install tflite-model-maker-nightly

pip install --no-dependencies tflite-model-maker (imports will fail, manually installing them with pip install tensorflowjs won't help with NotFoundError: /usr/local/lib/python3.10/dist-packages/tensorflow_decision_forests/tensorflow/ops/inference/inference.so: undefined symbol: _ZN3tsl6Status22MaybeAddSourceLocationENS_14SourceLocationE error)

!pip install --upgrade pip
!wget https://raw.githubusercontent.com/tensorflow/examples/master/tensorflow_examples/lite/model_maker/requirements.txt
!pip install -r requirements.txt

results in:

ERROR: Could not find a version that satisfies the requirement tflite-support>=0.4.2 (from versions: 0.1.0a0.dev3, 0.1.0a0.dev4, 0.1.0a0.dev5, 0.1.0a0, 0.1.0a1)
ERROR: No matching distribution found for tflite-support>=0.4.2

I have also tried:
pip install tflite-model-maker==0.4.2 got ERROR: No matching distribution found for numba==0.53
pip install tflite-model-maker==0.4.1 got ERROR: No matching distribution found for scann==1.2.6
pip install tflite-model-maker==0.4.0 got ERROR: No matching distribution found for tflite-support>=0.4.0

Related issues:
tensorflow/tensorflow#59855
tensorflow/tensorflow#51031

Standalone code to reproduce the issue

`!pip install tflite-model-maker` in colab

Relevant log output

tflite_modelmaker_debug2_
Notebook unstarred
1

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting tflite-model-maker
Downloading tflite_model_maker-0.4.2-py3-none-any.whl (577 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 577.3/577.3 kB 11.3 MB/s eta 0:00:00
Downloading tflite_model_maker-0.4.1-py3-none-any.whl (642 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 642.4/642.4 kB 28.3 MB/s eta 0:00:00
Collecting tf-models-official==2.3.0
Downloading tf_models_official-2.3.0-py2.py3-none-any.whl (840 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 12.0 MB/s eta 0:00:00
Requirement already satisfied: numpy>=1.17.3 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (1.22.4)
Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (6.0)
Requirement already satisfied: absl-py>=0.10.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (1.4.0)
Requirement already satisfied: tensorflow-datasets>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (4.8.3)
Requirement already satisfied: lxml>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (4.9.2)
Collecting tensorflow-addons>=0.11.2
Downloading tensorflow_addons-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.0/591.0 kB 27.8 MB/s eta 0:00:00
Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (1.16.0)
Collecting sentencepiece>=0.1.91
Downloading sentencepiece-0.1.98-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 46.1 MB/s eta 0:00:00
Collecting tensorflow-hub<0.13,>=0.7.0
Downloading tensorflow_hub-0.12.0-py2.py3-none-any.whl (108 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.8/108.8 kB 10.7 MB/s eta 0:00:00
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.0/128.0 kB 7.5 MB/s eta 0:00:00
Requirement already satisfied: pillow>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (8.4.0)
Requirement already satisfied: tensorflow>=2.6.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (2.12.0)
Collecting librosa==0.8.1
Downloading librosa-0.8.1-py3-none-any.whl (203 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.8/203.8 kB 12.1 MB/s eta 0:00:00
Collecting neural-structured-learning>=1.3.1
Downloading neural_structured_learning-1.4.0-py2.py3-none-any.whl (128 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.6/128.6 kB 7.0 MB/s eta 0:00:00
Requirement already satisfied: Cython>=0.29.13 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (0.29.34)
Collecting tensorflowjs>=2.4.0
Downloading tensorflowjs-4.4.0-py3-none-any.whl (85 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.1/85.1 kB 6.0 MB/s eta 0:00:00
Collecting matplotlib<3.5.0,>=3.0.3
Downloading matplotlib-3.4.3.tar.gz (37.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.9/37.9 MB 9.8 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting fire>=0.3.1
Downloading fire-0.5.0.tar.gz (88 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 6.4 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting flatbuffers==1.12
Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
Collecting tflite-model-maker
Downloading tflite_model_maker-0.4.0-py3-none-any.whl (642 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 642.1/642.1 kB 34.6 MB/s eta 0:00:00
Downloading tflite_model_maker-0.3.4-py3-none-any.whl (616 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 616.8/616.8 kB 33.1 MB/s eta 0:00:00
Downloading tflite_model_maker-0.3.3-py3-none-any.whl (616 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 616.8/616.8 kB 30.7 MB/s eta 0:00:00
Downloading tflite_model_maker-0.3.2-py3-none-any.whl (591 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.6/591.6 kB 22.7 MB/s eta 0:00:00
Requirement already satisfied: librosa>=0.5 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (0.10.0.post2)
Collecting tensorflow-hub<0.10>=0.8.0
Downloading tensorflow_hub-0.9.0-py2.py3-none-any.whl (103 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.3/103.3 kB 7.1 MB/s eta 0:00:00
Collecting tflite-model-maker
Downloading tflite_model_maker-0.3.1-py3-none-any.whl (590 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 590.8/590.8 kB 32.7 MB/s eta 0:00:00
Downloading tflite_model_maker-0.3.0-py3-none-any.whl (567 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 567.9/567.9 kB 23.1 MB/s eta 0:00:00
Downloading tflite_model_maker-0.2.5-py3-none-any.whl (499 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.2/499.2 kB 4.4 MB/s eta 0:00:00
Downloading tflite_model_maker-0.2.4-py3-none-any.whl (190 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.1/190.1 kB 11.9 MB/s eta 0:00:00
Downloading tflite_model_maker-0.2.3-py3-none-any.whl (114 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.2/114.2 kB 10.0 MB/s eta 0:00:00
Requirement already satisfied: tensorflow-hub>=0.8.0 in /usr/local/lib/python3.10/dist-packages (from tflite-model-maker) (0.13.0)
Downloading tflite_model_maker-0.2.2-py3-none-any.whl (103 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.3/103.3 kB 7.8 MB/s eta 0:00:00
Downloading tflite_model_maker-0.2.1-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.9/102.9 kB 2.3 MB/s eta 0:00:00
Downloading tflite_model_maker-0.2.0-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 kB 8.0 MB/s eta 0:00:00
Downloading tflite_model_maker-0.1.2-py3-none-any.whl (104 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 4.8 MB/s eta 0:00:00
Collecting tf-nightly
Downloading tf_nightly-2.13.0.dev20230428-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.1/524.1 MB 2.8 MB/s eta 0:00:00
Collecting tflite-model-maker
Downloading tflite_model_maker-0.1.1-py3-none-any.whl (86 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.0/87.0 kB 9.6 MB/s eta 0:00:00
Collecting tflite-support==0.1.0a0
Downloading tflite-support-0.1.0a0.tar.gz (258 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258.8/258.8 kB 23.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting tf-models-nightly
Downloading tf_models_nightly-2.12.0.dev20230426-py2.py3-none-any.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 90.1 MB/s eta 0:00:00
Collecting pybind11>=2.4
Using cached pybind11-2.10.4-py3-none-any.whl (222 kB)
Requirement already satisfied: promise in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (2.3)
Requirement already satisfied: protobuf>=3.12.2 in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (3.20.3)
Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (2.27.1)
Requirement already satisfied: dm-tree in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (0.1.8)
Requirement already satisfied: tensorflow-metadata in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (1.13.1)
Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (4.65.0)
Requirement already satisfied: termcolor in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (2.3.0)
Requirement already satisfied: wrapt in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (1.14.1)
Requirement already satisfied: etils[enp,epath]>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (1.2.0)
Requirement already satisfied: click in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (8.1.3)
Requirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (5.9.5)
Requirement already satisfied: toml in /usr/local/lib/python3.10/dist-packages (from tensorflow-datasets>=2.1.0->tflite-model-maker) (0.10.2)
Collecting immutabledict
Downloading immutabledict-2.2.4-py3-none-any.whl (4.1 kB)
Collecting pyyaml<6.0,>=5.1
Downloading PyYAML-5.4.1.tar.gz (175 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 kB 19.8 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: opencv-python-headless in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (4.7.0.72)
Collecting sacrebleu
Downloading sacrebleu-2.3.1-py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.9/118.9 kB 12.3 MB/s eta 0:00:00
Requirement already satisfied: py-cpuinfo>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (9.0.0)
Requirement already satisfied: google-api-python-client>=1.6.7 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (2.84.0)
Requirement already satisfied: scipy>=0.19.1 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (1.10.1)
Requirement already satisfied: tf-slim>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (1.1.0)
Collecting tensorflow-text-nightly
Downloading tensorflow_text_nightly-2.13.0.dev20230424-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 79.8 MB/s eta 0:00:00
Requirement already satisfied: oauth2client in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (4.1.3)
Requirement already satisfied: pandas>=0.22.0 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (1.5.3)
Requirement already satisfied: kaggle>=1.3.9 in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (1.5.13)
Collecting seqeval
Downloading seqeval-1.2.2.tar.gz (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.6/43.6 kB 4.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: pycocotools in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (2.0.6)
Requirement already satisfied: gin-config in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (0.5.0)
Collecting tensorflow-model-optimization>=0.4.1
Downloading tensorflow_model_optimization-0.7.4-py2.py3-none-any.whl (240 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 25.4 MB/s eta 0:00:00
Requirement already satisfied: matplotlib in /usr/local/lib/python3.10/dist-packages (from tf-models-nightly->tflite-model-maker) (3.7.1)
Collecting tf-nightly
Downloading tf_nightly-2.13.0.dev20230427-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.0/524.0 MB 2.7 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230426-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.6/524.6 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230425-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.7/524.7 MB 2.9 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230424-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (524.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.6/524.6 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230420-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (522.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 522.9/522.9 MB 2.8 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230419-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.5/598.5 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230418-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.3/598.3 MB 2.7 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230417-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.3/598.3 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230416-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.3/598.3 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230415-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.3/598.3 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230414-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 598.3/598.3 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230413-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (597.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 597.3/597.3 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230412-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (597.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 597.2/597.2 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230411-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (521.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 521.7/521.7 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230410-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.9/596.9 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230409-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.9/596.9 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230408-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (597.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 597.0/597.0 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230406-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230405-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230404-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.9/596.9 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230403-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.9/596.9 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230402-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230401-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230331-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 2.3 MB/s eta 0:00:00
Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (23.1)
Requirement already satisfied: grpcio<2.0,>=1.24.3 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (1.54.0)
Requirement already satisfied: opt-einsum>=2.3.2 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (3.3.0)
Requirement already satisfied: astunparse>=1.6.0 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (1.6.3)
Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (0.32.0)
Requirement already satisfied: libclang>=13.0.0 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (16.0.0)
Requirement already satisfied: h5py>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (3.8.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (67.7.2)
Requirement already satisfied: gast<=0.4.0,>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from tf-nightly->tflite-model-maker) (0.4.0)
Downloading tf_nightly-2.13.0.dev20230330-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.8/596.8 MB 1.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230329-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 1.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230328-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 MB 2.0 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230327-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230326-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230325-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230324-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230323-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.2/596.2 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230322-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.0/596.0 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230321-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 595.9/595.9 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230319-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 595.8/595.8 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230318-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 595.9/595.9 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230316-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 595.8/595.8 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230315-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.4/596.4 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230314-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.3/591.3 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230313-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.0/591.0 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230312-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.0/591.0 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230310-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 590.9/590.9 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230309-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.7/589.7 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230308-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.5/589.5 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230307-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.2/589.2 MB 2.1 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230306-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230305-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230304-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230302-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (588.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 588.0/588.0 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230301-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.6/591.6 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230228-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 591.6/591.6 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230227-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.4/589.4 MB 2.1 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230226-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.3/589.3 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230224-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.6/589.6 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230223-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.4/589.4 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230222-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.3/589.3 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230220-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230219-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230218-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230217-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.1/589.1 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230216-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.5/589.5 MB 2.4 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230215-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.4/589.4 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230214-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 589.2/589.2 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230213-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.8/587.8 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230212-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.8/587.8 MB 2.6 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230211-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.7/587.7 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230210-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.7/587.7 MB 2.4 MB/s eta 0:00:00
Collecting tb-nightly~=2.12.0.a
Downloading tb_nightly-2.12.0a20230209-py3-none-any.whl (5.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 85.7 MB/s eta 0:00:00
Collecting tf-nightly
Downloading tf_nightly-2.13.0.dev20230209-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.3/587.3 MB 2.3 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230208-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 586.9/586.9 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230207-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 586.4/586.4 MB 2.5 MB/s eta 0:00:00
Downloading tf_nightly-2.13.0.dev20230206-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (585.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 585.9/585.9 MB 1.7 MB/s eta 0:00:00
Downloading tf_nightly-2.12.0.dev20230203-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (585.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 585.9/585.9 MB 2.2 MB/s eta 0:00:00
Downloading tf_nightly-2.12.0.dev20230201-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 586.6/586.6 MB 2.3 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of tf-models-nightly to determine which version is compatible with other requirements. This could take a while.
Collecting tf-models-nightly
Downloading tf_models_nightly-2.12.0.dev20230425-py2.py3-none-any.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 69.6 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of sentencepiece to determine which version is compatible with other requirements. This could take a while.
Collecting sentencepiece
Downloading sentencepiece-0.1.97-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 54.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of pillow to determine which version is compatible with other requirements. This could take a while.
Collecting pillow
Downloading Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 68.3 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of fire to determine which version is compatible with other requirements. This could take a while.
Collecting fire
Downloading fire-0.4.0.tar.gz (87 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.7/87.7 kB 9.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of tensorflow-hub to determine which version is compatible with other requirements. This could take a while.
Collecting tensorflow-hub>=0.8.0
Downloading tensorflow_hub-0.13.0-py2.py3-none-any.whl (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.6/100.6 kB 11.3 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of tensorflow-datasets to determine which version is compatible with other requirements. This could take a while.
Collecting tensorflow-datasets>=2.1.0
Downloading tensorflow_datasets-4.9.2-py3-none-any.whl (5.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 89.6 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
Collecting numpy>=1.17.3
Downloading numpy-1.24.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 70.3 MB/s eta 0:00:00
Downloading numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 74.9 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of absl-py to determine which version is compatible with other requirements. This could take a while.
Collecting absl-py
Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 15.5 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of tflite-support to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of flatbuffers to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of tflite-model-maker to determine which version is compatible with other requirements. This could take a while.
Collecting tflite-model-maker
Downloading tflite_model_maker-0.1.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 10.4 MB/s eta 0:00:00
ERROR: Cannot install tflite-model-maker==0.1.2, tflite-model-maker==0.2.0, tflite-model-maker==0.2.1, tflite-model-maker==0.2.2, tflite-model-maker==0.2.3, tflite-model-maker==0.2.4, tflite-model-maker==0.2.5, tflite-model-maker==0.3.0, tflite-model-maker==0.3.1, tflite-model-maker==0.3.2, tflite-model-maker==0.3.3, tflite-model-maker==0.3.4, tflite-model-maker==0.4.0, tflite-model-maker==0.4.1 and tflite-model-maker==0.4.2 because these package versions have conflicting dependencies.

The conflict is caused by:
tflite-model-maker 0.4.2 depends on tflite-support>=0.4.2
tflite-model-maker 0.4.1 depends on scann==1.2.6
tflite-model-maker 0.4.0 depends on tflite-support>=0.4.0
tflite-model-maker 0.3.4 depends on tflite-support>=0.3.1
tflite-model-maker 0.3.3 depends on tflite-support>=0.3.1
tflite-model-maker 0.3.2 depends on tflite-support>=0.1.0rc4
tflite-model-maker 0.3.1 depends on tflite-support>=0.1.0rc4
tflite-model-maker 0.3.0 depends on tflite-support>=0.1.0rc4
tflite-model-maker 0.2.5 depends on tflite-support==0.1.0rc4
tflite-model-maker 0.2.4 depends on tflite-support==0.1.0rc4
tflite-model-maker 0.2.3 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.2 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.1 depends on tflite-support==0.1.0rc3.dev2
tflite-model-maker 0.2.0 depends on tf-nightly==2.4.0.dev20200810
tflite-model-maker 0.1.2 depends on tflite-support==0.1.0rc3.dev2

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@gaikwadrahul8
Copy link
Contributor Author

This issue originally reported by @Huxwell has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.

We appreciate your understanding and look forward to your continued involvement.

@pkgoogle
Copy link

pkgoogle commented Dec 2, 2024

Original Issue: tensorflow/tensorflow#60431

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants