I tried to run the example script in (/examples) but got the following error: ModuleNotFoundError: No module named 'steam.app'
File "d:\Dev\Repos\medal-bot\testing python\main.py", line 6, in
from steam.ext import commands, csgo
File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo__init__.py", line 11, in
from .client import *
File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo\client.py", line 15, in
from ...app import CSGO
I looked through the library code and found out ...app (app.py I'm assuming) is nowhere to be found?
I tried to run the example script in (/examples) but got the following error: ModuleNotFoundError: No module named 'steam.app'
File "d:\Dev\Repos\medal-bot\testing python\main.py", line 6, in
from steam.ext import commands, csgo
File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo__init__.py", line 11, in
from .client import *
File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo\client.py", line 15, in
from ...app import CSGO
I looked through the library code and found out ...app (app.py I'm assuming) is nowhere to be found?
I installed the lib in a venv.
Am I missing something?