ModuleNotFoundError No module named '_lzma'

2022/05/16 12:50

# `xz` は brewでインストール済み
brew install xz

# asdfでpythonをインストール
asdf install python 3.9.12
asdf local python 3.9.12

# poetryをインストール
pip install poetry
asdf reshim

# ライブラリをインストールし直して、Spiderを再実行
poetry install
poetry run scrapy crawl xxx_spider