dribnet / pixray

neural image generation
Other
402 stars 53 forks source link

Cog usage runs python install indefinitely #49

Closed aauffray closed 2 years ago

aauffray commented 2 years ago

Hi !

First, let me say this is great work. Thanks for making it available for everyone

I tried running the Cog usage found in the README. It started well then blocked on this step :

 => => # Cloning into '/root/.pyenv/plugins/pyenv-which-ext'...                                                                                                      
 => => # Cloning into '/root/.pyenv/plugins/pyenv-install-latest'...                                                                                                 
 => => # Install 3.8.12...                                                                                                                                           
 => => # Downloading Python-3.8.12.tar.xz...                                                                                                                         
 => => # -> https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz                                                                                            
 => => # Installing Python-3.8.12... 

There's no error, it just runs indefinitely. Did anyone else run into this ? Running on a freshly installed MacBook M1 Pro

Have a good day !

aauffray commented 2 years ago

Hi again,

I restarted my computer and it seems to have fixed the issue.

Sorry for the inconvenience. Closing the issue !