google-research / vision_transformer

Apache License 2.0
10.55k stars 1.3k forks source link

ERROR: Could not find a version that satisfies the requirement tensorflow_text (from vit-jax) (from versions: none) ERROR: No matching distribution found for tensorflow_text #276

Open tzhern opened 1 year ago

tzhern commented 1 year ago

I get this error when tring to run this on my local machine:

# Installs the vit_jax package from Github.
!pip install -q git+https://github.com/google-research/vision_transformer
ERROR: Could not find a version that satisfies the requirement tensorflow_text (from vit-jax) (from versions: none)
ERROR: No matching distribution found for tensorflow_text

Local Machine: Macbook Pro 14 with M1 Pro (16 GB RAM, 512GB SSD)

Screenshot 2023-07-12 at 23 38 32
alisaeed1400 commented 1 year ago

Hi am facing same issue which hapen with you any idea how to solve this issue thanks