chatgpt-intro
ModuleNotFoundError: No module named ‘html.parser’; ‘html’ is not a package
/Users/huangzhenzeng/Documents/ChatGpt/env/bin/python -m pip install –upgrade pip
ERROR: Can not execute setup.py
since setuptools is not available in the build environment
pip install –upgrade setuptools
chatgpt-intro