aarant/luvdis

ModuleNotFoundError: No module named 'click' [16116] Failed to execute script __main__

Opened this issue · 1 comments

Hi,

Apologies if I'm going about everything the wrong way - this isn't something I've ever done before (both using a program like this really and trying to get help/ask about a problem on Github).

Trying to use the handy pre-compiled Windows binary version of your program and then presumably operate it via command line/powershell, however whenever I try to use it, be that to actually do something with a ROM or even execute the --help command as a test, I get the following error:

Traceback (most recent call last):
  File "luvdis\__main__.py", line 3, in <module>
ModuleNotFoundError: No module named 'click'
[16116] Failed to execute script __main__

Not sure what the issue is or what I'm doing wrong unfortunately. I do have Python installed on my system, though I'm not sure what else it could be. Thanks.

Sorry for lateness; I'll look into this, maybe I just forgot to embed the dependency?

If you already have python installed, I'd recommend just installing via PiP:

python3 -m pip install luvdis

(Probably from an admin Powershell or similar, or you could try adding --user to that command)