bmaltais/kohya_ss

No matching distribution found for lycoris_lora==0.1.4

zzisme1 opened this issue · 9 comments

ERROR: Could not find a version that satisfies the requirement lycoris_lora==0.1.4 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0.dev0, 0.1.0, 0.1.1, 0.1.2, 0.1.3.dev0, 0.1.3)
ERROR: No matching distribution found for lycoris_lora==0.1.4

Did you run upgrade.ps1 to install the latest python modules? I can install this exact release just fine on my computer.

Did you run upgrade.ps1 to install the latest python modules? I can install this exact release just fine on my computer.

I used :
git pull

.\venv\Scripts\activate

pip install --use-pep517 --upgrade -r

I can't reproduce the issue at my end. Let see if others report it. You can go back to the previous release with

git checkout release_name
./Upgrade.ps1

I can't reproduce the issue at my end. Let see if others report it. You can go back to the previous release with

git checkout release_name ./Upgrade.ps1

thanks

same error

same error

I rolled back to the previous version and solved the problem

Just pushed a new release that I hope will address this issue. Not sure why it work for some but not the others...

same error

I rolled back to the previous version and solved the problem

metoo