Newbeeer / Poisson_flow

Code for NeurIPS 2022 Paper, "Poisson Flow Generative Models" (PFGM)
Apache License 2.0
851 stars 58 forks source link

Could not find a version that satisfies the requirement absl==0.0 #3

Closed Maurdekye closed 2 years ago

Maurdekye commented 2 years ago

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?

Newbeeer commented 2 years ago

Hi,

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.

Yilun