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
Importing the vxi11 now indeed fails with ModuleNotFoundError over the xdrlib. Could this be updated to use e.g. the https://pypi.org/project/xdrlib3/ which is a fork, for Python versions >=3.7? Only change needed would be in the import to change it import xdrlib3 as xdrlib. The second fork that is also available, https://pypi.org/project/py-xdrlib/, (version 4.0.2) can also be used. This is even easier if introduced in the project dependencies as the import statement can then stay the same. But the Python version requirement is set for some reason to be >=3.11. This can give compatibility problems with other dependencies to older packages.
python-vxi11 uses xdrlib:
python-vxi11/vxi11/rpc.py
Line 22 in cc4671d
python-vxi11/vxi11/rpc.py
Line 65 in cc4671d
python-vxi11/vxi11/rpc.py
Line 100 in cc4671d
The xdrlib module documentation in the Python standard library reads:
Python 3.13 is expected on 2024-10-07.
The text was updated successfully, but these errors were encountered: