-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
sregistry images throws error #264
Comments
This looks like a version issue - you can try downgrading the version of sqlalchemy to an older version, or do a test to remove the convert_unicode argument instead (just remove it). If that works, it would be great to do a PR that adjusts this create_engine statement. |
Downgrading SQLAlchemy to 1.4.48 works. |
okay - that solution can work! Would you care to open a PR to do a <= for this version? We'd want to do that, bump the version, and add a note in the changelog (and probably will be a TODO to come back and update the call to a newer version at some point). |
The file is ./sregistry/version.py ? Sorry, I'm not very familiar with python packaging. Would accept a |
Yes! The version is here sregistry-cli/sregistry/version.py Line 11 in 994fd02
Lines 35 to 39 in 994fd02
elif "max_version" in module_meta:
dependency = "%s<=%s" %(module_name, module_meta['max_version']) |
Describe the bug
I installed sregistry client with
pip install sregistry[all]
, apparently successful installation. But I got this error when calling images:To Reproduce
Expected behavior
Expecting to return empty database since I haven't pulled any image yet.
Version of Singularity and Singularity Registry Client
Ubuntu 20.04.1
The text was updated successfully, but these errors were encountered: