Skip to content
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

error #3

Open
NextThread opened this issue Jul 8, 2024 · 3 comments
Open

error #3

NextThread opened this issue Jul 8, 2024 · 3 comments

Comments

@NextThread
Copy link

Extracting commits: 0%| Exception in thread Thread-2 (myrunner):
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bodegic.py", line 187, in myrunner
ret[0] = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bodegic.py", line 67, in process_comments
comments = comments.append({
^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pandas/core/generic.py", line 6296, in getattr
return object.getattribute(self, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

while running

@AlexandreDecan
Copy link
Collaborator

Could you try downgrading pandas to a previous version?

@NextThread
Copy link
Author

Could you try downgrading pandas to a previous version?

which python version will work? or we can use latest ones

@AlexandreDecan
Copy link
Collaborator

AlexandreDecan commented Jul 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants