alicerogier555
alicerogier555
Hello, I have the same issue. I am on a jupyter server `jupyter --version ` " Selected Jupyter core packages... IPython : 7.31.1 ipykernel : 6.13.1 ipywidgets : 7.7.0 jupyter_client...
I resolve the problem by setting the $LD_PRELOAD variable.
Hello @jdposada, I set the variable with "/usr/local/lib/libiconv.so" Maybe you should use this command : ` whereris libiconv ` to see where libiconv is installed. Hope this will work for...
Great ! If you are working on a jupyter notebook, don't forget to set the variable also on jupyter (https://github.com/jupyter/notebook/issues/3704 )