Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
Hmm, this is odd. You might be able to add `openui.db` to [this list](https://github.com/wandb/openui/blob/main/backend/pyproject.toml#L27) and rebuild but not sure you want to bark up that tree. The other thing to...
@ssy040504 are you getting an error? Can you share more details about what you're seeing?
Your python environment is misconfigured and trying to import the local openai.py as the module. How did you install the repo?
Hey @vukovicnikola are you able to share a sample script that causes this to happen in your environment?
We should also look for the GCP zone and project environment variables. The ones I'm aware of: CLOUDSDK_CORE_PROJECT CLOUDSDK_CORE_ZONE PROJECT_ID The error message here explains to set tpu_zone, tpu_project but...
Hmmm, somethings up with your system such that it can't verify the SSL certificates of github.com. What operating system are you running on? You should be able to edit `pyproject.toml`...
@DDDlk are you able to select "Debug Bundle" from the menu in the upper right corner of the `/system-admin` page and share it here or directly to [email protected]?
@MPGek @GuodongQi can you share the debug bundles as described in my comment. @tresiwald unfortunately that debug file is corrupted and I can't read it. Feel free to send them...
@GuodongQi can you exec into the container and share the following logs? ``` docker exec -it wandb-local bash cat /var/logs/local.log cat /var/logs/gorilla.log ```
Ahh, I see what's happening. When you're accessing the instance not from 127.0.0.1:8080 you'll need to tell the instance how you'll be accessing it. You can do this by specifying...