How can one ensure the presence of the wheel package at install time? wheel is imported by setup.py so it cannot be added (is to late) to setup_requires. How is this problem properly solved?
Source: Python-3x Questions
How can one ensure the presence of the wheel package at install time? wheel is imported by setup.py so it cannot be added (is to late) to setup_requires. How is this problem properly solved?
Source: Python-3x Questions