-
Notifications
You must be signed in to change notification settings - Fork 91
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
version unknown #50
Comments
I think multiprocessing won't have a version number because it's already included in Python. Hence, it's version number would be whatever your Python's version is. Regarding |
At the end i solved my issue using:
as suggested here. Not the cleanest way, but it works for now. Thanks! |
That's good to know, thanks! This means we could add an exception (if-clause) for this particular case. This could actually be extended to all packages that don't have a |
Should be fixed now via #54 |
Hi! Thanks for developing
watermark
, it is indeed fundamental to make my workflows reproducible! However, it seems like it cannot read the version of some packages - see attachment. Is there a way to read the version of these packages? Where doeswatermark
get the version from? Thanks!The text was updated successfully, but these errors were encountered: