microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.
https://microsoft.github.io/TaskWeaver/
MIT License
5.37k stars 690 forks source link

issues after upgrading to python 3.12 on windows: interface fails to load #393

Open bsavocad opened 3 months ago

bsavocad commented 3 months ago

i'm experiencing multiple issues after upgrading to python version 3.12 on windows. the interface doesn't load when i run app.py, and there are compatibility problems with various packages.

steps to reproduce the behavior:

  1. update to python 3.12
  2. start the service
  3. run app.py
  4. wait for the interface to load
  5. see that the interface doesn't load correctly

Expected behavior i expected the interface to load properly and allow me to interact with it.

Screenshots n/a

Environment Information :

OS: windows Python Version: 3.12 LLM that you're using: gpt-4o (azure)

Additional context i also tried cloning the repo from scratch, but the interface that loads isn’t the correct one, and i can't interact with it. has anyone else encountered a similar issue? thanks!

liqul commented 3 months ago

We haven't tested Taskweaver on Python 3.12. So, I suggest you first try it for your scenarios on 3.9-3.11 before upgrading to 3.12.

bsavocad commented 3 months ago

thanks for your response, I ended up making it work with 3.12 so I can share my experience in the near future. where should I share it?

liqul commented 3 months ago

What would be the changes to upgrade to 3.12? is that possible to submit a PR?

bsavocad commented 2 months ago

Hey, i'm back from some time off, yeah let me share my findings in a few days and then I can propose a PR, cheers!