AtomのパッケージであるAtom runnerでBeautiful soupをインポートしようとすると以下のようなエラーになります。
実行したコード from bs4 import BeautifulSoup エラー内容 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\se\Desktop\trans\lib\site-packages\bs4\__init__.py", line 31, in <module> from .builder import builder_registry, ParserRejectedMarkup File "C:\Users\se\Desktop\trans\lib\site-packages\bs4\builder\__init__.py", line 481, in <module> from . import _lxml File "C:\Users\se\Desktop\trans\lib\site-packages\bs4\builder\_lxml.py", line 16, in <module> from lxml import etree File "type.pxd", line 9, in init lxml.etree ValueError: builtins.type size changed, may indicate binary incompatibility. Expected 880 from C header, got 864 from PyObject
環境はAtomのパッケージのAtom-python-vertualenvを使っており、
windowsコマンドでその環境に入りpip freezeした結果が以下になります。
python --version Python 3.8.0a1 pip freezeの結果 beautifulsoup4==4.8.2 boto3==1.10.37 botocore==1.13.37 certifi==2019.11.28 chardet==3.0.4 docutils==0.15.2 html5lib==1.0.1 idna==2.8 jmespath==0.9.4 lxml==4.5.0 polib==1.1.0 python-dateutil==2.8.0 requests==2.22.0 s3transfer==0.2.1 six==1.13.0 soupsieve==1.9.5 urllib3==1.25.7 webencodings==0.5.1
どなたかご教授のほどお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/10 01:15
2020/02/10 01:20
2020/02/10 01:20
2020/02/10 01:23
2020/02/10 01:31
2020/02/10 01:41