Giter Site home page Giter Site logo

Comments (14)

Zincr0 avatar Zincr0 commented on May 11, 2024 2

tested today, running conda env create -f environment.yaml just hangs forever on "Installing pip dependencies".

from invokeai.

vini2003 avatar vini2003 commented on May 11, 2024 1

Same issue as @Zincr0. Happens with all Stable Diffusion repositories, unable to install at all.

from invokeai.

codedealer avatar codedealer commented on May 11, 2024

I forked this repo a couple hours ago on a fresh machine (win10). Everything worked as expected.

from invokeai.

lstein avatar lstein commented on May 11, 2024

Huh. I did a fresh install a few days ago and it was working ok. Haven't changed environment.yaml for quite a while, but I'll take a look.

from invokeai.

Zincr0 avatar Zincr0 commented on May 11, 2024

I suspect it's related to the wrongly closed bug conda/conda#10807

from invokeai.

Evilu avatar Evilu commented on May 11, 2024

Same issue as @Zincr0. Happens with all Stable Diffusion repositories, unable to install at all.

And i was thinking it's only me.

Yesterday everything worked perfectly, i was just cleanining my env for something and becasue it been frozen i was thinking i'm doing something wrong.

Edit: just tried the version from yesterady and it worked there.

from invokeai.

vini2003 avatar vini2003 commented on May 11, 2024

Same issue as @Zincr0. Happens with all Stable Diffusion repositories, unable to install at all.

And i was thinking it's only me.

Yesterday everything worked perfectly, i was just cleanining my env for something and becasue it been frozen i was thinking i'm doing something wrong.

Edit: just tried the version from yesterady and it worked there.

Could you attach the working version in a comment? I'd like to test it here, but am not sure which commit you're using.

from invokeai.

Evilu avatar Evilu commented on May 11, 2024

Same issue as @Zincr0. Happens with all Stable Diffusion repositories, unable to install at all.

And i was thinking it's only me.
Yesterday everything worked perfectly, i was just cleanining my env for something and becasue it been frozen i was thinking i'm doing something wrong.
Edit: just tried the version from yesterady and it worked there.

Could you attach the working version in a comment? I'd like to test it here, but am not sure which commit you're using.

Any idea how to do this if I didn't use git clone but just downloaded it zipped via the web hitting the green button?

from invokeai.

Zincr0 avatar Zincr0 commented on May 11, 2024

You can workaround this by aborting the install when it hangs at "installing pip dependencies", and then installing each pip dependency manually (the ones listed on environment.yaml)

from invokeai.

Birch-san avatar Birch-san commented on May 11, 2024

if it's hanging because pip is trying (silently) to prompt you "this path already exists; should I overwrite it?" (i.e. conda/conda#10807), then try setting PIP_EXISTS_ACTION environment variable to tell pip how to resolve the interactive prompt:

PIP_EXISTS_ACTION=w conda env create -f environment.yml

from invokeai.

Birch-san avatar Birch-san commented on May 11, 2024

the problem is probably that you already have one of these directories:

src/taming-transformers
src/CLIP

created by a previous installation attempt.

so, pip's like "hey there's already a file there; what should I do?"

you could probably solve this by running git clean (with appropriate options) then trying conda create again.

from invokeai.

thallada avatar thallada commented on May 11, 2024

I got through the endless Installing pip dependencies / spinner by spamming w and the Enter key in the console.

from invokeai.

Evilu avatar Evilu commented on May 11, 2024

OK! i have managed to solve it, here's what worked for me:
as Birch-san said, first of all, make sure you not having any useless files by hitting
git clean -f
Then clean conda using:
conda clean -all
and that's it, install the enviroment and your'e rady to go.

Cool, now when i'm synced with everyone i can also start making pull requests

from invokeai.

lstein avatar lstein commented on May 11, 2024

from invokeai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.