1hubert / genshin-dialogue-autoskip

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

error #23

Closed rafix000 closed 11 months ago

rafix000 commented 11 months ago

ModuleNotFoundError: No module named 'win32api'

1hubert commented 11 months ago

1) click the windows button 2) type cmd 3) run this command: pip install pywin32

1hubert commented 11 months ago

My last message probably didn't help.

This error is affecting users of the newest version of Python (3.12). I'm pretty sure downgrading to Python 3.10.5 will let you use the script for now while I figure out what's going on.

You can download Python 3.10.5 here: https://www.python.org/downloads/release/python-3105

1hubert commented 11 months ago

This error is fixed in the newest version of the script (tested with Python 3.12) !! 🎉

Just make sure to install every Python module with `pip install -r requirements.txt".

Let me know if it's working for you!!! 🙂