Hi there, I think I have everything required installed but when I try to import binscatterplot I get an error KeyError: '\\details'.
Some information:
- I'm on linux mint 20.3
- I'm trying import the library in a jupyter notebook
- python version is 3.8.10
- seaborn version is 0.11.12
I installed R (that was not installed previously) with sudo apt-get install r-base (which installs 3.6.3), then entered the command R and used the following command to install binsreg: install.packages('binsreg').
The full exception is here: https://pastebin.com/0FMsrT7e
It seems to be linked to the R documentation, but I can't figure out the problem exactly. Any idea?