-
Notifications
You must be signed in to change notification settings - Fork 13
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
ModuleNotFoundError: No module named 'resources.fonts' #2
Comments
@Cantersoft I fixed this by appending Let me know if it works for you! |
Isn't that a Linux path? If this repository wasn't designed to work with Windows I could just use Linux instead. |
@Cantersoft Haven't tested on Windows, but you should be able to run it through wsl without problems too. |
Generally: I've been developing this tool on Windows and Ubuntu, so it should work on both systems. It's interesting that @KelviNosse has had the same issue, but apparently solved it. Btw, the only reason I haven't encountered this particular issue. Can you give more information on how you execute |
After installing the requirements and running depix_hmm.py,
ModuleNotFoundError: No module named 'resources.fonts'
is returned. I have manually installed the resources module too, to see if that would fix it, but no luck.The text was updated successfully, but these errors were encountered: