Hi, do we have python 3.12 support? It appears on ...
# dagster-feedback
q
Hi, do we have python 3.12 support? It appears on windows, pendulum is not the problem anymore. It's now pathlib. I get rhe error
ImportError: Cannot import name '_PosixFlavour' from 'pathlib'
from upath.core import UPath
🤖 1
c
Hey @Qwame - we do not currently support Python 3.12; 3.11 is as high as we go. Apologies!
👍 1
ty spinny 1
d
+1 to colton, although I suspect we will be able to change this shortly after the next universal_pathlib release (and it may even work today if you install universal_pathlib from master/source, although we can't promise anything yet)
🙏 1
a
@Qwame: There is an open issue on that subject: Officialy support python 3.12. I've tried to use universal_pathlib master, and it solves the
Cannot import name '_PosixFlavour'
error. However, I have not done any extensive tests yet, so I cannot tell about overall stability.
q
Thanks Alexis!
universal-pathlib 2.0
released on Feb 13
Up and running now on 3.12
1