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
Traceback (most recent call last):
File "server.py", line 5, in <module>
from ws4py.server.cherrypyserver import WebSocketPlugin, WebSocketTool
File "build/bdist.macosx-10.11-x86_64/egg/ws4py/server/cherrypyserver.py", line 69, in <module>
ImportError: No module named wsgiserver
を実行すると
というエラーが発生します。
でインストールされているパッケージを確認したところCherryPy (10.0.1.dev6+ng8072acf)と
なっていました。
CherryPyは9.0.0でcherrypy.wsgiserverが削除され、cheroot.serverに置き換えられていたためでした。
requirements.txtを書き換えて9.0.0以前のバージョンをインストールすることで当面は実行することができます。
The text was updated successfully, but these errors were encountered: