2018-09-07から1日間の記事一覧

lxmlを使う時にエラー「bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?」

エラー発生 Traceback (most recent call last): File "scraping.py", line 19, in <module> soup = BeautifulSoup(r.text, 'lxml') File "/home/ubuntu/anaconda3/envs/scraping-flyer/lib/python3.7/site-packages/bs4/__init__.py", line 198, in __init__ % ",".</module>…

「catコマンドをリッチに!batを使う」+「zsh: correct」+「zsh: bad assignment」

batコマンドとは github.com 様々な言語に対応したリッチなcatコマンドという感じ。 以下は公式サイトから引用。 インストール $ brew install bat $ bat ViewController.swift zsh: correct 'bat' to 'at' [nyae]? 「n」とすればbatになるけどいちいち聞か…