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
Copy file name to clipboardExpand all lines: docs/FAQ/FAQ.rst
+54-1Lines changed: 54 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,4 +97,57 @@ Also, feel free to post a new issue in our GitHub repository. We always check ea
97
97
98
98
python setup.py build_ext --inplace
99
99
100
-
- If the error occurs when importing ``qlib`` package with command ``python`` , users need to change the running directory to ensure that the script does not run in the project directory.
100
+
- If the error occurs when importing ``qlib`` package with command ``python`` , users need to change the running directory to ensure that the script does not run in the project directory.
101
+
102
+
103
+
4. BadNamespaceError: /isnot a connected namespace
File "G:\apps\miniconda\envs\qlib\lib\site-packages\socketio\client.py", line 339, in _send_packet
143
+
self.eio.send(ep, binary=binary)
144
+
TypeError: send() got an unexpected keyword argument 'binary'
145
+
146
+
147
+
- The ``python-engineio`` version needs to be compatible with the ``python-socketio`` version, reference: https://github.com/miguelgrinberg/python-socketio#version-compatibility
0 commit comments