JoelBender / bacpypes

BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces.
MIT License
302 stars 129 forks source link

Python 3.10 Unsupported version of Python #434

Closed MichaelBMiner closed 3 years ago

MichaelBMiner commented 3 years ago

Hello,

I just installed the latest version of python, when trying to install bacpypes I get the error OSError: unsupported version of Python. Will this be resolved soon?

JoelBender commented 3 years ago

Yes, the next version of BACpypes - bacpypes3 - is almost completely re-written for asyncio and Python 3.8+. I'm in the process of making sure the new version has the same basic support that the current one does before releasing it.