-
Notifications
You must be signed in to change notification settings - Fork 101
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
AttributeError: 'FancyRepo' object has no attribute 'object_store' #326
Comments
Can you please check what number of Dulwich that uses. Maybe Python 3.9 is too old |
The version is dulwich-0.22.1, which appears to support Python 3.7 and newer. |
@rbeerster I tried reproducing locally but your traceback does not match the line numbers in 0.22.1. Are you sure that's the version you are using? |
Here is what I see:
|
Thank you for reporting this. I looks like cloning and pushing has been broken for a long time. I will make a new release soon. |
Here is an error from trying to clone a repository using klaus:
Python version 3.9.18 and klaus installed using pip. Here is how klaus was instantiated:
It seems object_store, self.repo.get_peeled, and self.repo.refs.get_symrefs are all undefined. This is on Rocky Linux 9.3.
The text was updated successfully, but these errors were encountered: