Python /
Mac Mini Python LogPython.MacMiniPythonLog History2020 年 10 月 30 日,M 上午
被
- 增加第 14 行
pyenv uninstall 3.8.0 2020 年 10 月 30 日,M 上午
被
- 增加 1-19 行
[=2020-10-24=] intall pyenv install python 3.9.0 pip3 install --upgrade pip3 pip3 install requests pip3 install beatifulsoap4 -- failed. [=2020-10-26=] pyenv install 3.8.0 pip3 install bs4 ( use beatifulsoap4 --failed to install , use beautifulsoap -- failed, too ) [=2020-10-28=] pip3 install jupyter notebook [=2020-10-29=] 搞定 jupyter notebook 遠端連入 可以順利使用 beatifulsoap from bs4 import BeautifulSoup (注意大小寫) |