-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: None
If setuptools is too old, one will not be able to install nor use the module. It will fail in the _init_.py file:
import pkg_resources from setuptools.config import read_configuration
ImportError here.
A possible fixe is to import them in _extract_version() and handle errors inside it.