You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.0Because 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.
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.
The text was updated successfully, but these errors were encountered: