The newest version of setuptools (70.0.0) changed some imports in the pkg_resources module. As a result, Armory fails to work because of an import being made by ART on pkg_resources.packaging instead of directly importing the packaging library.
Until ART has fixed the import on their end, we will have to temporarily pin setuptools to version 69.
The newest version of setuptools (70.0.0) changed some imports in the
pkg_resources
module. As a result, Armory fails to work because of an import being made by ART onpkg_resources.packaging
instead of directly importing thepackaging
library.Until ART has fixed the import on their end, we will have to temporarily pin setuptools to version 69.