fix: pip install failed with message, LookupError: setuptools-scm was unable to detect version#267
fix: pip install failed with message, LookupError: setuptools-scm was unable to detect version#267adRn-s wants to merge 7 commits into
Conversation
…s unable to detect version
|
do you have git in your PATH ? |
I just reproduced this locally, on my laptop (with git in PATH.) This is to fix the release 1.0.0 which should actually be disabled once we release a patch. I will paste the log for this error that was fixed with 2 lines in pyproject toml (so that setuptools find version number.) PS. I am fixing the CI jobs now. And @NavandarM has a fix for an error that we encountered today in production. |
|
Thx for clarifying. I guess this is specific to getting source code tarball:
|
Oh no, I only went with the source tarball after it failed, with the same error, installing from |
|
Btw, the same installation issues are happening with BRB. Same error message, so I added a new branch |
|
I cannot reproduce this, not via pip, not via uv, not via pixi.. |
There was a problem hiding this comment.
Is all of this overhead really needed ?
There was a problem hiding this comment.
This file can go to gitignore then I guess ? No use in keeping these dev tags
|
My issue was fixed by |
fix: coerce lane type to string in sampleSheet construction for lanesplitted illumina flow cells to accomodate '1+2' case.
setuptools will be writing
__version__insidesrc/dissectBCL/_version.pyfrom now on. this waypip install .works alright (note that release 1.0.0 is not installable as it is)