Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'core' #2

Closed
akumareutre opened this issue Apr 27, 2024 · 2 comments
Closed

No module named 'core' #2

akumareutre opened this issue Apr 27, 2024 · 2 comments

Comments

@akumareutre
Copy link

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'

@saffie91
Copy link

saffie91 commented May 1, 2024

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

@Razorbob
Copy link
Contributor

Razorbob commented May 8, 2024

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

@henyckma henyckma closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@Razorbob @henyckma @saffie91 @akumareutre and others