Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install the environment #22

Open
mario-nowak opened this issue Mar 31, 2023 · 2 comments
Open

Unable to install the environment #22

mario-nowak opened this issue Mar 31, 2023 · 2 comments

Comments

@mario-nowak
Copy link

Hello, thank you for sharing the code!

I tried to install the conda environment as described in the README but during the process it gets stuck at "Solving environment". I tried it for more than 6 hours after which I decided to abort the environment installation. I am not sure but my assumption is that since there is no version for Python or any of the required packages, conda takes forever to resolve the dependency versions.
Could you maybe include the Python version you are using as well as the version of the packages in the environment.yml? I assume that would help.

@Chayanonjackal
Copy link

It's okay you just need to read enviroment.yml files and install them one by one. So after you did all I told you. you gonna have a lot problems about packages versions so try this one after done install all "python version 3.8, diffusers==0.12.0 spacy==3.4.4 Pydantic==1.10.8" and if u need to use GPU do this "conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia" I hope it's will helpful :)

@Chayanonjackal
Copy link

It's okay you just need to read enviroment.yml files and install them one by one. So after you did all I told you. you gonna have a lot problems about packages versions so try this one after done install all "python version 3.8, diffusers==0.12.0 spacy==3.4.4 Pydantic==1.10.8" and if u need to use GPU do this "conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia" I hope it's will helpful :)

Don't forget to create channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants