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
setup.py merely requires PyXB, but use of version 1.2.4 is hard-coded into the code as a requirement. PyXB is at 1.2.5 now and thus installs or upgrades break. You need to specify version in setup.py or remove the hard-coded version check.