cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.13k stars 79 forks source link

ModuleNotFoundError: No module named 'user' #1544

Closed jer-coding closed 1 year ago

jer-coding commented 1 year ago

I just installed Cursorless but it doesn't work. No cusorless comnmand is recognized. When I open the logs I see a lot of module not found errors . I assume this is the reason why it doesn't work. Am I right? What can I do?

Here is my log file: talon.log

pokey commented 1 year ago

Do any non-Cursorless commands work? It looks like you're getting that error message for all files, including those in knausj. It might be worth asking on the #help channel in the Talon slack

pokey commented 1 year ago

Fwiw this is being debugged on Slack in https://talonvoice.slack.com/archives/C7ENXA7C4/p1687264542908319

auscompgeek commented 1 year ago

We worked it out in the Slack thread. For the benefit of future travellers, the problem was the talon/user directory somehow had incorrect case (talon/User). Renaming it to talon/user fixed the problem. Still unsure how it happened in the first place.