#ModuleNotFoundError No module named 'ldm.invoke'
63 messages ยท Page 1 of 1 (latest)
I'm not too sure how to deal with this
I can't launch invoke.py
I did everything the manual installation told me to
I did not find any error related to it on GitHub and Discord
I'm on Fedora 36 aka Linux
I will be back in 10+ hours sorry for that if anyone want to help
Did you maybe not activate the environment? e.g. if you installed with conda, conda activate invokeai
I did
Okay I used a venv instead and it worked
Im having this same problem but I did not install with conda. what should I do?
- Operating system and video card?
- Installer used?
- Terminal output that shows the error
Nevermind, I'm able to start the CLI with invoke.bat which is all I needed
module isnt linking, I am activated and can see the file in the dir
ubuntu 22.10 4090
samething happens when I try to configure
python 3.10
can you try pip install -r environments-and-requirements\requirements-base.txt and see if that fixes your issue
do it after it fails
coz you need to be in the invokeai env for that
the file exists though?
the slash
change it the other way
pip install -r environments-and-requirements/requirements-base.txt
I am having the same issue on Mac after installing the one click install Option. I cant get it to run
@opal sable i hope it is okay for me to tag you - I installed on Mac 2.2.3 via the "one click" automated install. Everything went well up until this point, any idea what to do here?
Unfortunately I have only little understanding of CLIs so i wanted to use the GUI like a proper noob ;-;
launch invoke.bat from the terminal
let it fail
then run the above command and tell me if that fixes for you
i had already tried the command above, but here is the ss for it. Had some error messages for the witchcraft script but everything else came through perfectly
the ldm.invoke.CLI file also simply doesnt exist on my mac, idk what went wrong tbh
so here what i want you to do
let it fail
and run this
conda install -c conda-forge python
then run that above command again
okay
your pip is broken. This should hopefully fix it. I fixed this issue for another user yesterday with the same steps
if everything succeeds, you'll be good to go
ye do a full python install without the above command
then do pip install -e .
basically these two
conda install -c conda-forge python
pip install -e .
i dont have conda command evidently...hate terminal
you need to let it fail
that'll activate the env for you
you'll see (invokeai) next to the terminal start
when conda is active
worst case scenario, you download conda but lets hope it doesnt come to that
๐ haha all good
enjoy the app
btw this is the same issue. they are running the py file not sh
@opal sable right? ^
not sure
but if they are, then your solution should fix it
Right now I'm using a conda env on the main branch and it works fine
And I don't use the shell file
DERPPPP!!!