Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 82f2c77

Browse files
committed
doc: Update README
* On some rare cases, Windows installation interferes with simplejson package. Guide the users to install a pre-built binary when they encounter this issue. - ContinuumIO/anaconda-issues#291 - ContinuumIO/anaconda-issues#238 - plotly/plotly.py#197
1 parent 3d903ad commit 82f2c77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,13 @@ Additionally, ``AsyncKernel`` offers async-only method ``stream_pty()``.
164164
It returns a ``StreamPty`` object which allows you to access a pseudo-tty of the kernel.
165165
``StreamPty`` works like an async-generator and provides methods to send stdin inputs
166166
as well as resize the terminal.
167+
168+
169+
Troubleshooting (FAQ)
170+
---------------------
171+
172+
* If you are using Anaconda on Windows, installiing this package may break your
173+
Python installation due to simplejson crashing.
174+
In that case, uninstall the simplejson package manually and reinstall it by
175+
downloading `a pre-built binary wheel from here
176+
<https://www.lfd.uci.edu/%7Egohlke/pythonlibs/#simplejson>`_.

0 commit comments

Comments
 (0)