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

OSError: [Errno 30] Read-only file system #59

Open
realAbitbol opened this issue Aug 26, 2023 · 1 comment
Open

OSError: [Errno 30] Read-only file system #59

realAbitbol opened this issue Aug 26, 2023 · 1 comment

Comments

@realAbitbol
Copy link

realAbitbol commented Aug 26, 2023

Environment

  • OS : MacOS Ventura 13.5.1
  • Shell : Fish 3.6.1
  • Python : 3.11.4

Issue

Getting an error when launching the app with the standard, unmodified, env file : OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'

Steps to reproduce

  • Clone the repo
  • Create a venv : python -m venv venv
  • Activate the venv : source venv/bin/activate.fish
  • Install the requirements : pip install -r requirements.txt
  • Run the app : python app.py

Result

App downloads the model then fails with OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'

image
@alizubidy
Copy link

I'm facing same issue, if you found a solution please let us know

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