VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
452 stars 217 forks source link

Python 3.11 + support. #3158

Open rlutes opened 3 months ago

rlutes commented 3 months ago

Describe the bug When bootstrapping the platform with version Python 3.11 or greater, the build fails.

To Reproduce Clone repository and run bootstrap.py.

Expected behavior bootstrapping the platform runs without error.

Additional context by editing the requirements.py file and unpinning version for pyzmq and gevent, the bootstrap process will succeed.