Skip to content

pip install tf-models-official fails on python 3.6 / 3.8 #10149

@duckduck-sys

Description

@duckduck-sys

I create a fresh environment with

conda create -n tf-py36 python=3.6
conda activate tf-py36

And then install with

pip install tf-models-official

It starts installing, but periodically prints messages like:

"INFO: pip is looking at multiple versions of X to determine which version is compatible with other requirements. This could take a bwhile."
"INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime."

Where X is different package names. The installation continues like this for hours until i eventually loose patience and cancel it. I also tried with Python 3.8:

conda create -n tf-py38 python=3.8
conda activate tf-py38
pip install tf-models-official

Same result. What is the correct way to install tf-models-official with pip?

System information

pip 21.1.3
python 3.6.13
setuptools 52.0.0

Metadata

Metadata

Labels

models:officialmodels that come under official repositorystat:awaiting responseWaiting on input from the contributortype:bugBug in the code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions