martinsbruveris / tensorflow-image-models

TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights.
https://tfimm.readthedocs.io/en/latest/
Apache License 2.0
286 stars 25 forks source link

Cannot install tfimm via pip #63

Closed hailuu684 closed 2 years ago

hailuu684 commented 2 years ago

Good day, I tried to install tfimm via pip but I got the following error.

ERROR: Could not find a version that satisfies the requirement tfimm( from version: None) ERROR: No matching distribution found for tfimm

Is that a problem because I have not installed another packages?

martinsbruveris commented 2 years ago

No that should not be a problem. If you are lacking dependencies, pip should install them for you.

Which python version are you using? tfimm only supports python 3.7, 3.8 and 3.9.

hailuu684 commented 2 years ago

Yes, thank you, I fixed the problem by changing to python 3.7