Open jonathansim opened 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.
Hi, I replaced the dependency in setup.py of the repository root with the closest (time-wise) one that was available for me:
setup.py
tfds-nightly==4.4.0.dev202112170108
I'm trying to install uncertainty-baselines to use as part of an extensive college project - however, when I try to run
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.