twosixlabs / armory-library

Python library for Adversarial ML Evaluation
https://twosixlabs.github.io/armory-library/
MIT License
9 stars 3 forks source link

Import failure with setuptools 70.0.0 #156

Closed treubig26 closed 6 months ago

treubig26 commented 6 months ago

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.