Menu

Python 3.13 compatibility

The vxi11.py code, which supports the vxi11 and lxi protocols, depends on xdrlib, which is being removed (unfortunately) from python 3.13. However, it is being maintained in pypi at https://pypi.org/project/py-xdrlib/, and can be installed as pip install py-xdrlib.

Posted by Marcus Mendenhall 2023-10-02

Log in to post a comment.