前提・実現したいこと
python3.9でスクレイピングを行いたいのですが、lxml.htmlが動いてくれません。
% pip install lxml cssselect にてダウンロードし、wheelの最新版もダウンロードしました。
発生している問題・エラーメッセージ
>>> import lxml.html Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/ishiwatashouta/scraping/lib/python3.9/site-packages/lxml/html/__init__.py", line 53, in <module> from .. import etree ImportError: dlopen(/Users/ishiwatashouta/scraping/lib/python3.9/site-packages/lxml/etree.cpython-39-darwin.so, 2): no suitable image found. Did find: /Users/ishiwatashouta/scraping/lib/python3.9/site-packages/lxml/etree.cpython-39-darwin.so: mach-o, but wrong architecture /Users/ishiwatashouta/scraping/lib/python3.9/site-packages/lxml/etree.cpython-39-darwin.so: mach-o, but wrong architecture
該当のソースコード
python3.9
試したこと
フォルダを削除し、インストールをし直しました。
補足情報(FW/ツールのバージョンなど)
Mac M1 airを使用しています
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。