-
-
Notifications
You must be signed in to change notification settings - Fork 11k
.fill called with unicode scalar Python3 on Windows yields UnicodeDecodeError when accessing the array values #7227
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
I forgot to say, this is with numpy version 1.10.4. |
< 8000 details-menu class="dropdown-menu dropdown-menu-sw show-more-popover color-fg-default" style="width:185px" src="" preload >
Same thing happens with numpy master, numpy version '1.12.0.dev0+920c527'. |
Hmmm, I am not able to reproduce this anymore, even with the numpy version mentioned above. Not sure what changed, maybe the python from conda I was using at the time was using a narrow build. For completeness, on my current system where I am unable to reproduce the problem, |
I am going to close this issue since it is a duplicate of #3258. |
Yep, you're no longer on a narrow build
I've added a brief summary of this issue there then |
Note: this works fine with Python 2.7 on Windows.
Snippet:
Full Exception:
The text was updated successfully, but these errors were encountered: