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
The CI runs of sherpa#1752 after
pulling in this branch sherpa#1753
started to fail because of a warning message that I could not
replicate. A search lead to this set of issues
- pypa/setuptools#2104
- pypa/setuptools#2052
- pypa/setuptools#1383
which suggests there's a subtle interaction between pip and
setuptools that we are falling over. As we currently have setuptools
pinned to < 60, whilst the distutils changes coming in Python 3.12
work through the ecosystem, the OTS code we run is likely to
hit this issue (i.e. nothing we can fix) so we can just skip the
warnings. Hopefully we can remove these additions soon.
sys.meta_path
entries should have afind_spec()
method. As a fallback,importlib
callsfind_module()
, but other users might not.The text was updated successfully, but these errors were encountered: