causalml icon indicating copy to clipboard operation
causalml copied to clipboard

build issue for py39

Open ras44 opened this issue 1 year ago • 2 comments

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

ras44 avatar Jul 12 '23 17:07 ras44

Seems related to https://github.com/docker-library/python/issues/558

ras44 avatar Jul 13 '23 11:07 ras44

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

ras44 avatar Jul 13 '23 11:07 ras44