
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
바로 직전 질문과 비슷한 것 같은데 , 인터넷 환경 때문에 certifi를 불러오는 걸 그대로 사용했는데요!
사이트 연결이 안됩니다.

"/Users/mac/Desktop/무제 폴더/projects/mars/venv/bin/python" /Users/mac/Desktop/무제 폴더/projects/mars/app.py
* Serving Flask app 'app'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5000
* Running on http://192.168.35.74:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 434-795-295
127.0.0.1 - - [08/Jan/2023 19:26:12] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [08/Jan/2023 19:26:12] "GET /mars HTTP/1.1" 200 -
데이터전송
127.0.0.1 - - [08/Jan/2023 19:40:55] "POST /mars HTTP/1.1" 200 -
* Detected change in '/Users/mac/Desktop/무제 폴더/projects/mars/app.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 434-795-295
* Detected change in '/Users/mac/Desktop/무제 폴더/projects/mars/app.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 434-795-295
* Detected change in '/Users/mac/Desktop/무제 폴더/projects/mars/app.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 434-795-295
* Detected change in '/Users/mac/Desktop/무제 폴더/projects/mars/app.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 434-795-295
* Detected change in '/Users/mac/Desktop/무제 폴더/projects/mars/app.py', reloading
* Restarting with stat
Traceback (most recent call last):
File "/Users/mac/Desktop/무제 폴더/projects/mars/app.py", line 5, in <module>
import certifi
ModuleNotFoundError: No module named 'certifi'
종료 코드 1(으)로 완료된 프로세스
