sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

pandas/CSV storage breaks on Py3.5 #53

Open goodboy opened 7 years ago

goodboy commented 7 years ago

The py35-pandas test run contains a bunch of failures currently because of:

I have a feeling there might be an some way to always hack around this either using str.encode directly or somehow with to_csv although it seems the latter is being battled in the issue above to little avail.

I made the decision to bring in #44 since I don't expect many people to jump onto py3.5 immediately anyway.