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
Plumbum 1.6.4 requires setuptools to load the translations. This should either be explicitly stated as a requirement, the setuptools requirement dropped, or translations simply don't load without setuptools.
Since the Python packaging system is built around setuptools these days, it's probably not a critical issue. Correct me if I'm wrong.
The text was updated successfully, but these errors were encountered:
Should be fixed by #367, non-setuptools should work again (not really tested though, since a non-setuptools Python is a bit hard to come by, at least for me when working in virtual envs)
Plumbum 1.6.4 requires setuptools to load the translations. This should either be explicitly stated as a requirement, the setuptools requirement dropped, or translations simply don't load without setuptools.
Since the Python packaging system is built around setuptools these days, it's probably not a critical issue. Correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: