ValvePython / steam

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

No module named 'gevent._gevent_c_hub_local' #342

Closed RafaelTavars closed 2 years ago

RafaelTavars commented 3 years ago

I'm trying to get the username from steamClient.

I installed all requirements

but i got stuck in this

image

I'm following the user guide, which seems to use python 2 image

it's been extremely complicated for me to use this library. Can someone help me? sorry to start an issue, i believe i am doing something wrong myself.. edit: python 3.7

Qunik commented 3 years ago

pip install -U steam[client]

rossengeorgiev commented 2 years ago

You are missing gevent. The install instruction specifically mention that you can use the client extra when installing to get SteamClient dependencies. pip install -U steam[client]