-
Notifications
You must be signed in to change notification settings - Fork 53
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
failed import in zoom.py on Python 3.9 #50
Comments
@emolter If you want to PR fixes like this, they're welcome. The link you posted went to the anchor Also, yes, if I can get tests passing (...I don't have much hope for getting CI running), I'll issue a new release |
I don't see any import error myself. Could you provide a traceback?
|
I will go ahead and submit PRs for stuff like this in the future, sorry about that - I'm still getting used to the contribution workflow. It looks like you already solved this, but here is the traceback for reference:
../../../../anaconda/envs/py39/lib/python3.9/site-packages/image_registration/init.py:14: in |
This line causes an import error in Python 3.9 when trying to import chi2_shift. Simply removing it in my local Conda installation allows me to run chi2_shift, but I'm not sure what it was originally used for.
By the way, would you please be willing to publish a release of e.g. 0.2.7 soon? I've been building some packages that rely on your (amazing) tools, but pypi will not allow me to publish a release with dependencies that download directly from a GitHub page instead of from pypi. I'd be happy to help by submitting a PR if there are outstanding issues that need to be resolved before you can make a release.
The text was updated successfully, but these errors were encountered: