-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
test_quotechar_unicode on Debian jessie (stable) #14699
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
Comments
@yarikoptic : Here are your relevant files:
I suspect it is a compatibility issue in that the character (which is valid FYI) that we chose for the test cannot be converted to |
@yarikoptic : Do you have any follow-up regarding this? At this point, it's a little difficult for us to patch without confirmation since I can't reproduce myself. @jreback ? |
I will check tomorrow... Already stepped away from the keyboard. I suspect my locale setting during running tests |
reproduced... and I think it is a cython issue and requires higher min version... on jessie stock cython is 0.21.1. When I forced to have at least 0.23 (thus use pregenerated by cython 0.23.4 files) -- test seems to pass! I will boost up cython version requirement on my end and see how it changes the situation overall ;) |
Awesome! I think then we can close this issue so long as everything is working for you then. |
or we could "fix" it ;) #14831 |
@yarikoptic : Ah, I see. I didn't realize our minimum Cython version was |
closes pandas-dev#14699 closes pandas-dev#14831 closes pandas-dev#14508
Seems to happen only with python3 (passes on python2)
FWIW also happens on ubuntu 15.04 . Passes on later releases.
Advice on where/how to dig would be appreciated
Output of
pd.show_versions()
pandas: 0.19.1
nose: 1.3.4
pip: None
setuptools: 20.10.1
Cython: 0.21.1
numpy: 1.8.2
scipy: 0.14.0
statsmodels: None
xarray: None
IPython: None
sphinx: 1.2.3
patsy: None
dateutil: 2.2
pytz: 2012c
blosc: None
bottleneck: None
tables: 3.2.1
numexpr: 2.4.3
matplotlib: 1.4.2
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: 4.3.2
html5lib: 0.999
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.7.3
boto: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: