pinokiocomputer / pinokio

AI Browser
https://pinokio.computer
MIT License
3.36k stars 275 forks source link

Error Loading ASGI app. Could not import module server #167

Open joewinke opened 4 months ago

joewinke commented 4 months ago

First time running Pinokio. Trying brushnet as my first app. When I run it, it installs and then crashes out with:

(env) (base) <<PINOKIO SHELL>> 
creating a shared drive:
{
  "venv": "app/env"
}
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
eactivate && conda activate base && uvicorn --port 42001 server:appte && conda deactivate && conda d 
ERROR:    Error loading ASGI app. Could not import module "server".
(base) <<PINOKIO SHELL>> 

I've stopped the install, then re-run it, and it always freezes up here.

linuxreitt commented 4 months ago

I am having the same issue

(env) (base) <> creating a shared drive: { "venv": "app/env" }<> eval "$(conda shell.bash hook)" && conda deactivate && conda deactivate && conda deactivate && conda activate base && uvicorn --port 42001 server:app ERROR: Error loading ASGI app. Could not import module "server". (base) <>