You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,12 @@ For developers and the truly impatient
44
44
curl http://localhost:5000
45
45
46
46
47
+
.. note::
48
+
49
+
If you get this error: `ModuleNotFoundError: No module named 'setuptools'`, it is because `setuptools`
50
+
is not installed on your system. Although some Python installers will install it, `setuptools` is `not part of the Python standard library <https://docs.python.org/3/py-modindex.html#cap-s>`_.
51
+
See this `guide <https://packaging.python.org/en/latest/guides/installing-using-linux-tools/>`_ to install it in your system.
0 commit comments