Build Error: seaborn 0.10.1 for Python 3.7.4 on Linux

Looking for help with this package that is failing to build in my project.

Runtime Details

Failing Packages

  • seaborn 0.10.1

Reasons

  • Test failures: seaborn, matplotlib

Hi @Decastrofrm,

I’m forked your project and having a look to see if I can see what’s going on. I can access the build logs (community users accessing the logs is coming soon).

Looks like seaborn can’t find matplotlib which makes sense since it also failed in your project. If you click on the suggested post for matplotlib in your project you’ll see that you can fix it by changing the version to 3.0.3. I’d start there.

I also see that seaborn-image failed due to missing image package and importlib-metadata. In the fork I created I’ve tried adding those and starting a build to see if that fixes things up. It’s still building as of me posting this response so fingers crossed.

  • Carey
2 Likes