1hubert / genshin-dialogue-autoskip

A simple python script to automatically skip dialogue in Genshin Impact
MIT License
63 stars 23 forks source link

Problem with module imports #12

Closed GimpFather closed 1 year ago

GimpFather commented 1 year ago

I recive this error after installing python and trying to execute file:

import vgamepad as vg
ModuleNotFoundError: No module named 'vgamepad'
xdenotte commented 1 year ago

yes, you didn't install library python vgamepad Try this in console: pip install vgamepad