-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
trying to figure out why I have problems on PyPy, I get down to having a strange problem when using seaborn:
- I can read_csv from pandas and plot iris,
- but trying to do some of the same with seaborn crashes.
I would have suspected it's seaborn closing files in a non-compatible way with PyPy, but the seaborn code seems a simple wrapper:
https://github.com/mwaskom/seaborn/blob/master/seaborn/utils.py#L586
So I'm a bit lost in thoughts, if anyone has an idea.
Metadata
Metadata
Assignees
Labels
No labels

