We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45ece6 commit 357a89aCopy full SHA for 357a89a
setup.py
@@ -79,7 +79,7 @@ def finalize_options(self):
79
self.root_is_pure = False
80
except (ImportError, ModuleNotFoundError):
81
# Disable wheel if `wheel` not installed.
82
- print("If this installation does not work, run `pip install wheel` and try again.")
+ print("If this installation does not work, run `pip install setuptools wheel` and try again.")
83
BdistWheelCommand = None
84
85
import setuptools.command.build_ext
0 commit comments