File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,11 @@ def _do_parse(root, parse):
73
73
74
74
raise LookupError (
75
75
"setuptools-scm was unable to detect version for %r.\n \n "
76
- "Make sure you're not using GitHub's tarballs (or similar ones), as "
77
- "those don't contain the necessary metadata. Use PyPI's tarballs "
78
- "instead.\n \n For example, if you're using pip, instead of "
76
+ "Make sure you're either building from a fully intact git repository "
77
+ "or PyPI tarballs. Most other sources (such as GitHub's tarballs, a "
78
+ "git checkout without the .git folder) don't contain the necessary "
79
+ "metadata and will not work.\n \n "
80
+ "For example, if you're using pip, instead of "
79
81
"https://github.com/user/proj/archive/master.zip "
80
82
"use git+https://github.com/user/proj.git#egg=proj" % root )
81
83
You can’t perform that action at this time.
0 commit comments