-
Notifications
You must be signed in to change notification settings - Fork 48
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: 'PolyCollection' object has no property 'stat_func' #222
Comments
Hi Jon, Sorry for the inconvenience! Your first error seems similar to #201 I am not sure if this contributed to what you are seeing, but it's generally not recommended to mix conda and pip. Unfortunate that you get kaleido errors... I'm not sure what the cause is there, if we can't solve those we may have to report those at https://github.com/plotly/Kaleido The last error (with pip in the conda environment) looks rather scary too, so I'd rather try to solve that if all other things fail :) Wouter |
Hi, Did this help in any way? Thanks, |
Hi, Jon |
Hi Jon, Thanks for the feedback, it shouldn't be necessary to touch matplotlib. Good to hear it works, let me know if you encounter other issues! Wouter |
In case it comes up I just installed NanoPlot using Conda and ran into the same 'stat_func' error and did resolve it simply by downgrading seaborn with |
I'm sorry for that, but good to hear that you could solve it. I can't get a new version on bioconda due to some incompatibilities, unfortunately. |
Good afternoon,
I'm having issues installing and running NanoPlot. I installed NanoPlot with
conda create -n nanoplot_env -c bioconda nanoplot
, and I am getting the following error:I tried updating:
so I tried updating with pip:
This appeared to work, but now I get glibc errors:
So I tried creating a blank conda environment, and then installed pip with
conda install pip
and then triedpip install NanoPlot
, and I got a whole bunch of red text ending with:Any help would be fantastic.
Thanks a lot,
Jon
The text was updated successfully, but these errors were encountered: