-
-
Notifications
You must be signed in to change notification settings - Fork 575
Closed
Labels
Description
When trying to load websockets, I get an error message saying:
ModuleNotFoundError: No module named 'websockets.imports'
When looking into the init.py script, line 5:
from .imports import lazy_import
an error message says .imports could not be resolved. I've tried a number of ways to overcome this error that has worked on other scripts but nothing I've tried works here.