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 "/usr/src/app/./start_us.py", line 20, in <module>
from ultima_scraper.ultima_scraper import UltimaScraper
File "/usr/src/app/ultima_scraper/ultima_scraper.py", line 21, in <module>
from ultima_scraper.managers.ui_manager import UiManager
File "/usr/src/app/ultima_scraper/managers/ui_manager.py", line 5, in <module>
from ultima_scraper.managers.dashboard_controller_api import DashboardControllerAPI
File "/usr/src/app/ultima_scraper/managers/dashboard_controller_api.py", line 6, in <module>
import websockets
ModuleNotFoundError: No module named 'websockets'
websockets doesn't appear to be in pyproject.toml.
Because I was using docker and didn't have access to python3.10 in my environment, I ended up manually installing it with pip in dockerfile and it runs fine
The text was updated successfully, but these errors were encountered:
Error when running:
websockets doesn't appear to be in pyproject.toml.
Because I was using docker and didn't have access to python3.10 in my environment, I ended up manually installing it with pip in dockerfile and it runs fine
The text was updated successfully, but these errors were encountered: