Closed
Description
Some Foreword: please ask me for further information/MWE if necessary, I hope it will be understandable without for now:
We expercienced some error like the following:
MYENV/local/lib/python2.7/site-packages/pandas/io/common.pyc in writerows(self, rows)
549 data = self.encoder.encode(data)
550 # write to the target stream
--> 551 self.stream.write(data)
552 # empty queue
553 self.queue.truncate(0)
TypeError: unicode argument expected, got 'str'
This seems to appear in version 0.13.0, pinning back to 0.12.0 seems to work.
Still, referring to the changelog they are both not supported under python 2 (under which this occurred). Is it expected behaviour they get still installed? Is this a problem on pypi side or can it be fixed on the package site?
Thanks for your efforts!