Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Python 3.11 #2

Closed
jiahao42 opened this issue Dec 13, 2023 · 3 comments
Closed

Doesn't work on Python 3.11 #2

jiahao42 opened this issue Dec 13, 2023 · 3 comments

Comments

@jiahao42
Copy link

Documentation

Hello, thanks for releasing the source code. I had a quick try and I found the repo doesn't build on Python 3.11, the build error is from pyFirmata, see https://stackoverflow.com/a/74586109.

I tried on Python 3.10 and had no issues. Maybe it's worth mentioning it in https://github.com/epfl-dlab/aiflows/blob/main/README.md#installation. Thanks!

@martinj96
Copy link
Collaborator

Hi Jiahao,

Thanks for noticing the problem and identifying its source! We'll look into and find a solution that works for both Python 3.10 and 3.11, so I will keep the issue open until this is taken care of.

@nbaldwin98
Copy link
Collaborator

nbaldwin98 commented Dec 14, 2023

Hi @jiahao42 ,
Thanks for reporting this : ) . I've fixed this and aiflows should work on python 3.11 and 3.12 (see #3 ) and can install it in the new pip release:

pip install aiflows==0.1.6

It's worth noting that installing aiflows on Python 3.12 is not recommended. Some flows from the FlowVerse, such as the VectorStoreFlowModule used in AutoGPTFlow, may have dependencies that are incompatible with Python 3.12. For instance, the dependency to chromadb within VectorStoreFlowModule appears to be unattainable in Python 3.12 due to its pulsar-client dependency.

@jiahao42
Copy link
Author

Thank you so much for fixing it so quickly, appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants