-
Notifications
You must be signed in to change notification settings - Fork 76
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
python callback attempting to attach package #16
Comments
Windows encoding and unicode handling have been bugging me for a while. Could you report this from the regular R console?
|
Oh. I know what is happening, it is due to a recent refactoring. |
` Mon Sep 18 13:18:35 2017 Sys.getlocale() [1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIM l10n_info() $MBCS $ $ $codepage ` |
should be fixed by bf7fe6c |
v0.0.19 is released. |
issue with attaching packages
`
r$> library(tidyverse)
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "b:\python\anaconda3_4.3.1\envs\rice\lib\site-packages\rice\callbacks.py", line 31, in write_console_ex
output = buf.decode(ENCODING)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x91 in position 44: invalid start byte
r$> library(dplyr)
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "b:\python\anaconda3_4.3.1\envs\rice\lib\site-packages\rice\callbacks.py", line 31, in write_console_ex
output = buf.decode(ENCODING)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x91 in position 44: invalid start byte
`
here is the pip info from the install this morning:
`
The text was updated successfully, but these errors were encountered: