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
Currently not running on ladder due to relying on old package. python-sc2 should be updated with syntax updated as necessary
Traceback (most recent call last):
File "/bots/sludge-revived/run.py", line 7, in <module>
import sc2, sys
File "/bots/sludge-revived/sc2/__init__.py", line 20, in <module>
from .main import run_game
File "/bots/sludge-revived/sc2/main.py", line 5, in <module>
import async_timeout
ModuleNotFoundError: No module named 'async_timeout'
The text was updated successfully, but these errors were encountered:
Currently not running on ladder due to relying on old package.
python-sc2
should be updated with syntax updated as necessaryThe text was updated successfully, but these errors were encountered: