-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LookupError: setuptools-scm was unable to detect version #278
Comments
whats the output of |
Output
hum, there are some weird tags in the project. |
this all looks correct so far - whats the putput of |
I don't know if I ran that correctly, if I did something wrong, please let me know
|
My
|
is the |
the |
then you need to feed it the relative_to and the root arguments as well should be |
Oh thanks, that solved my problem. Sorry for this waste of your time :) |
@marcelotrevisani it wasn't a waste of time, i just learned we have a bad missleading error there and can make things better for users, see the followup issue i created unless you have further questions please close this one as sorted |
Sure, I'm going to close this Thanks for the help! :) |
I had the same error, but in my case, git was not installed. |
Confirmed this worked after installing git
|
Hi, I'm trying to use
setuptools_scm
in a project. However, I'm facing this error:I cloned this project from a private gitlab repository, I don't know if it is the problem.
In
setup.py
I added:I'm using
setuptools_scm 2.1.0
The text was updated successfully, but these errors were encountered: