Closed tristan0x closed 2 years ago
On BB5 only, this change catches the exception when import pkg_resources fails because the setuptools package is not available and instead advises the user to load the python-dev module.
import pkg_resources
python-dev
On BB5 only, this change catches the exception when
import pkg_resources
fails because the setuptools package is not available and instead advises the user to load thepython-dev
module.