google / uncertainty-baselines

High-quality implementations of standard and SOTA methods on a variety of tasks.
Apache License 2.0
1.45k stars 203 forks source link

No matching distribution for tfds-nightly when trying to install the package #1324

Open jonathansim opened 7 months ago

jonathansim commented 7 months ago

I'm trying to install uncertainty-baselines to use as part of an extensive college project - however, when I try to run

pip install "git+https://github.com/google/uncertainty-baselines.git#egg=uncertainty_baselines"

I get this error: "ERROR: No matching distribution found for tfds-nightly==4.4.0.dev202111160106"

Has anyone had experience with this or know of a way to resolve this? I admit this is not my strongest suit.

NickHauptvogel commented 6 months ago

Hi, I replaced the dependency in setup.py of the repository root with the closest (time-wise) one that was available for me:

tfds-nightly==4.4.0.dev202112170108