Hello everyone I’m working on an app running it locally on Mac Monterey 12.7.4 using Python 3.11 VC
I was using 3.6.8 when I first coded the app but because I needed streamlit components that only support 3.8 and above I had to uninstall Python 3.6 and install 3.11. I have created a virtual environment and activated it I relocated my app files to the new environment but when I was trying to run it I ran into this error
can't open file '/Users/Ren/fypvenv/streamlit': [Errno 2] No such file or directory
streamlit was reinstall using pip3 and it’s located in python3 file