s2yao

Results 3 comments of s2yao

> ``` > pip install --upgrade setuptools > ``` still doesn't work :(((, same error comes up saying that everything "doesn't match my environment"

> Can you try using a virtual environment? how do I do that?

> > > Can you try using a virtual environment? > > > > > > how do I do that? > > `python3 -m venv my_venv` to create a...