Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library error
#1
hello, i have a problem, i installed this library https://github.com/ValvePython/steam/discussions
but I keep getting this error as if this library is not there, does anyone have an idea why this might be happening? here is the error he gets

steam import game_servers as gs
ModuleNotFoundError: No module named 'steam'
Reply
#2
https://steam.readthedocs.io/en/latest/install.html
Reply
#3
(Apr-29-2023, 09:32 AM)Axel_Erfurt Wrote: https://steam.readthedocs.io/en/latest/install.html
I did everything according to the instructions, I have the library installed, but the program does not see it.
Reply
#4
Are you using an IDE? If yes, which?
Reply
#5
(Apr-29-2023, 04:01 PM)Axel_Erfurt Wrote: Are you using an IDE? If yes, which?
I'm using Pycharm
Reply
#6
I think PyCharm uses its own venv. Therefore you have to install the module within PyCharm.
Reply
#7
(Apr-29-2023, 06:27 PM)Axel_Erfurt Wrote: I think PyCharm uses its own venv. Therefore you have to install the module within PyCharm.
what module? can you guide me
Reply
#8
All python modules (packages) that you want to use in PyCharm have to be installed within PyCharm.

https://www.jetbrains.com/help/pycharm/i...kages.html
Reply
#9
(Apr-29-2023, 07:04 PM)Axel_Erfurt Wrote: All python modules (packages) that you want to use in PyCharm have to be installed within PyCharm.

https://www.jetbrains.com/help/pycharm/i...kages.html
I installed steam using this tool, is this the library I'm talking about?
[Image: 4OfbiQ6.png]
Reply
#10
Run your project and you'll see it.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020