causalml
causalml copied to clipboard
build issue for py39
Describe the bug
Install issues arise when using environment-py39.yml
.
To Reproduce See build summary at: https://github.com/ras44/causalml/actions/runs/5544780649
Seems related to https://github.com/docker-library/python/issues/558
FYI @jeongyoonlee
setuptools does not seem to support py3.9 yet, so I think this is part of what's causing the py39 build issues
https://pyreadiness.org/3.9/
In other words, although causalml supports py39, my guess is that the install fails because of other packages not supporting py39