I created a new conda environment in wsl2 in order to set up the repo, but I get this error when I attempt to install requirements.txt. I see that absl_py==1.2.0 is already a requirement; is this extra requirement a mistake?
Thanks for pointing out the issue! I generated the requirement files by pipreqs and didn't double check the file. I've removed the absl==0.0 line in the file.
I created a new conda environment in wsl2 in order to set up the repo, but I get this error when I attempt to install requirements.txt. I see that absl_py==1.2.0 is already a requirement; is this extra requirement a mistake?