You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error message when launch radian on linux system.
❯ radian
unexpected error was caught.
please report to https://github.com/randy3k/radian for such error.
prompt() got an unexpected keyword argument 'inputhook'
Traceback (most recent call last):
File "/xxxx/xxxx/xxxx//micromamba/envs/R/lib/python3.9/site-packages/radian/console.py", line 99, in _read_console
text = session.prompt(add_history=add_history)
File "/xxxx/xxxx/xxxx/micromamba/envs/R/lib/python3.9/site-packages/radian/prompt_session.py", line 71, in prompt
text = super().prompt(*args, **kwargs)
File "/xxxx/xxxx/xxxx/micromamba/envs/R/lib/python3.9/site-packages/radian/lineedit/prompt.py", line 228, in prompt
result = super().prompt(inputhook=self._inputhook, **kwargs)
TypeError: prompt() got an unexpected keyword argument 'inputhook'
I had reinstalled the radian and prompt_toolkit, but it did not work.
The version information is as following
I got an error message when launch radian on linux system.
I had reinstalled the radian and prompt_toolkit, but it did not work.
The version information is as following
❯ radian --version radian version: 0.6.13 r executable: /xxxx/xxxx/xxxx/micromamba/envs/R/lib/R/bin/R r version: 4.3.3 python executable: /xxxx/xxxx/xxxx/micromamba/envs/R/bin/python3.9 python version: 3.9.18 ❯ mamba list | grep prompt prompt-toolkit 3.0.43 py39h06a4308_0 anaconda/pkgs/main prompt_toolkit 3.0.43 hd3eb1b0_0 anaconda/pkgs/main
Thanks for your help.
The text was updated successfully, but these errors were encountered: