google-research / meta-dataset

A dataset of datasets for learning to learn from few examples
Apache License 2.0
762 stars 139 forks source link

Error installing requirements.txt "etils >= 0.3.2" line #87

Closed letyrodridc closed 2 years ago

letyrodridc commented 2 years ago

Doing

pip3 install -r requirements.txt 

I'm getting:

ERROR: Could not find a version that satisfies the requirement etils>=0.3.2 (from versions: none)
ERROR: No matching distribution found for etils>=0.3.2

Not sure what is the etils library and it maybe fixed someway in the requirements.txt.

vdumoulin commented 2 years ago

Thank you for flagging this! See #82. I will send out a fix shortly.

vdumoulin commented 2 years ago

Fixed via 8fbfc63.