import streamlit as st
import requests
st.write('test')
Trying to run this code but keep getting the same error.
I have tried to solve this by using the terminal as instructed, then i get this error:
Any ideas?
import streamlit as st
import requests
st.write('test')
Trying to run this code but keep getting the same error.
I have tried to solve this by using the terminal as instructed, then i get this error:
Any ideas?
Hi and welcome to the forum, can you try going to your file on the terminal and then running the streamlit command directly. Ex: going to the Python folder in the terminal and then doing: streamlit run main.py
I don’t know why the permission issue is happening but you can try this approach.