-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Closed
Labels
models:officialmodels that come under official repositorymodels that come under official repositorystat:awaiting responseWaiting on input from the contributorWaiting on input from the contributortype:bugBug in the codeBug in the code
Description
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
Assignees
Labels
models:officialmodels that come under official repositorymodels that come under official repositorystat:awaiting responseWaiting on input from the contributorWaiting on input from the contributortype:bugBug in the codeBug in the code