-
Notifications
You must be signed in to change notification settings - Fork 38
Add missing dependencies #533
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
Conversation
jsstevenson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currently squinting at the commit history trying to understand why we would've pulled that pysam dependency in the first place...
@david4096 could you add a comment explaining the need for pinning setuptools/that specific version?
https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources |
|
Thanks! I'm not sure I'm precisely replicating your error ( It looks like the most proximal issue -- at least on my end -- is a needed fix in |
|
The other thing, which doesn't need to happen in this PR -- our CI/CD workflow installs setuptools upfront, which misses the proximal cause of this issue. I wonder if we should pull that step out so that we have more of a warning that this could be happening. @korikuzma |
|
@jsstevenson done |
|
Can we merge this? |
Was working on the annotator and these dependencies were missing.
uv sync --extra extras