mehdigolzadeh / BoDeGiC

4 stars 4 forks source link

error #3

Open NextThread opened 2 weeks ago

NextThread commented 2 weeks ago

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 commented 2 weeks ago

Could you try downgrading pandas to a previous version?

NextThread commented 2 weeks ago

Could you try downgrading pandas to a previous version?

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

AlexandreDecan commented 2 weeks ago

My guess is that pandas should be downgraded to the latest 1.x.x version. Le 9 juil. 2024 16:46, Anurag Roy @.***> a écrit :

Could you try downgrading pandas to a previous version?

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

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>