-
Notifications
You must be signed in to change notification settings - Fork 118
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
issues with enrichr #243
Comments
I have the same error
It seems to be an error related to pandas. Maybe it could be corrected by using pandas.concat() instead of pandas.DataFrame.append() ? AttributeError Traceback (most recent call last) ~/miniconda3/envs/dataproc/lib/python3.11/site-packages/gseapy/enrichr.py in ?(gene_list, gene_sets, description, outdir, cutoff, format, figsize, top_term, no_plot, verbose) ~/miniconda3/envs/dataproc/lib/python3.11/site-packages/gseapy/enrichr.py in ?(self) ~/miniconda3/envs/dataproc/lib/python3.11/site-packages/pandas/core/generic.py in ?(self, name) AttributeError: 'DataFrame' object has no attribute 'append' |
Hello, could you please update GSEApy to the latest version? This should fix the issue we are currently experiencing. Thank you. |
Setup
I am reporting a problem with GSEApy version 0.10.5, Python version 3.8.8, and operating
system in windows (jupyter notebook) as follows:
I get the following error:
AttributeError: 'DataFrame' object has no attribute 'append'
Can you explain what is wrong ? Thank you
The text was updated successfully, but these errors were encountered: