Hey, I was follow the guide for newbies here:
https://github.com/invoke-ai/InvokeAI/wiki/Easy-peasy-Windows-install
at the "iv. Now run pew new --python 3.10 -r requirements-lin-win-colab-CUDA.txt invokeai" part, it starts downloading all the stuff, but then I get hit with the error in the image... Any idea what I need to do to fix it?
#Need some help installing on windows...
7 messages · Page 1 of 1 (latest)
I really wish I knew… this has happened to other users a couple of times before, and I don’t know of a solution other than starting over 😦
you know, I didn't use the setup, because it gave me errors. I actually used Anaconda, because I have about a bazillion things.
But it looks like you need basicr installed.
Sometimes you'll get a bunch of errors if everything isn't properly installed. You can manually go through and install everything. It isn't too hard to do.
A bit of a pain; I had to go through and update everything yesterday to get through and got it finally working myself. But this might fix your issue. Just a thought. @worthy crystal
I had pretty much the exact same error message.
After activating Windows Long Path, it worked.
Powershell: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force