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

Permission denied when running main.py #2

Open
mattlgroff opened this issue May 2, 2024 · 2 comments
Open

Permission denied when running main.py #2

mattlgroff opened this issue May 2, 2024 · 2 comments

Comments

@mattlgroff
Copy link

matt@WSL2:~/working/prettygraph (main)$ poetry run python main.py
 * Serving Flask app 'main'
 * Debug mode: off
Permission denied

There is a .env at the root with an OPENAI_API_KEY, so it doesn't seem to be that issue.

No other errors either.

@omkamal
Copy link

omkamal commented May 3, 2024

Same issue here

@omkamal
Copy link

omkamal commented May 3, 2024

I think running Flask on port 80 require sudo permission, I changed the code to use port 5000

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