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

Python 3.12 support? #4

Open
craig8 opened this issue Dec 9, 2023 · 1 comment · May be fixed by #5
Open

Python 3.12 support? #4

craig8 opened this issue Dec 9, 2023 · 1 comment · May be fixed by #5

Comments

@craig8
Copy link

craig8 commented Dec 9, 2023

Is the binary structures different for the different versions of python? I am just wondering because you are explicitly calling out python less than 3.11 instead of <4.

@craig8
Copy link
Author

craig8 commented Dec 9, 2023

Adding it to my poetry file I get

The current project's supported Python range (>=3.10,<4.0) is not compatible with some of the required packages Python requirement:
  - bytechomp requires Python >=3.10,<3.11, so it will not be satisfied for Python >=3.11,<4.0

Because no versions of bytechomp match >0.3.0,<0.4.0
 and bytechomp (0.3.0) requires Python >=3.10,<3.11, bytechomp is forbidden.
So, because volttron depends on bytechomp (^0.3.0), version solving failed.

So apparently what you have in your poetry file is only available for 3.10. If I am reading this correctly.

@craig8 craig8 linked a pull request Dec 9, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant