a-real-ai/pywinassistant

No module named 'core'

Closed this issue · 2 comments

Hello, I have this error do you have any issues of this ?
Traceback (most recent call last): File "C:\Users\xxxx\Desktop\pywinassistant-Pre-Database\core\assistant.py", line 8, in <module> from core.voice import speaker, set_volume, set_subtitles ModuleNotFoundError: No module named 'core'

Hey I'm not one of the devs but you should probably try running it like this:
python3 -m core.assistant

made it work after making the Database folder manually and adding proper absolute paths for the media.

Its much slower than the demo though

I got it working you can look at my PR #9 for all the changes I did to have it running. For this issue I just removed the 'core.' part from the imports and moved driver to core