ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.06k stars 129 forks source link

How fix it? #317

Closed 1fr4m3 closed 3 years ago

1fr4m3 commented 3 years ago
from steam import game_servers as gs
ModuleNotFoundError: No module named 'steam'

Even tried uninstalling and installing again.

1fr4m3 commented 3 years ago

image

rossengeorgiev commented 3 years ago

Your python installation is either not configured to search the path where pip install packages, or you have multiple python installed and your mixing them up. You can try: python -m pip install steam[client]

rossengeorgiev commented 3 years ago

Closing this due to inactivity