microsoft/project-azua

The packaging package has changed

Opened this issue · 0 comments

cab938 commented

The current version of the python packaging package is not specified in the environment file and does not appear to work. The error when running python -m azua.run_experiment.py --help is:

packaging.version.InvalidVersion: Invalid version: '0.10.1,<0.11'

Following CompVis/latent-diffusion#207 I ended up resolving this issue with a package downgrade:

conda install packaging==21.3