-
|
Got below error please let me know the solution Python : 3.11.19 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
yeah, this matches the already-fixed v0.14.0 installer bug in #1179 / #1194. I reproduced it with the v0.14.0 release wheel in a clean Python 3.12 venv: So |
Beta Was this translation helpful? Give feedback.
yeah, this matches the already-fixed v0.14.0 installer bug in #1179 / #1194.
I reproduced it with the v0.14.0 release wheel in a clean Python 3.12 venv:
ANOMALY_AVAILABLEis false, butWorkflowsRunner.all()still tries to createAnomalyTrainerWorkflow, so it raises the sameNameError. Running the same call against currentmainat99e47bdreturns tasks successfully.So
dqx@latestis still picking up the May 5 release asset. Until a release after #1194 is cut, I'd use the workaround from #1179: apply that patch locally and install offline, or use a build from current main if that's available in your setup.