when I try to login to atcoder with using online-judge-tools from M1 Mac,
the error occurred.
[NETWORK] GET: https://atcoder.jp/contests/agc001/submit
[NETWORK] 200 OK
[ERROR] Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
[NETWORK] 200 OK
[SUCCESS] You have already signed in.
Actual behavior / 実際の挙動
[NETWORK] GET: https://atcoder.jp/contests/agc001/submit
[NETWORK] 200 OK
[ERROR] Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
Other notes / その他
I can login when I use pyenv & python venv. The error occurs in only when I use conda.
Summary / 概要
when I try to login to atcoder with using
online-judge-tools
from M1 Mac, the error occurred.Steps to reproduce / 再現方法
conda create -n myenv python=3.8.5
conda activate myenv
online-judge-tools
environments:
Expected behavior / 期待される挙動
Actual behavior / 実際の挙動
Other notes / その他
I can login when I use pyenv & python venv. The error occurs in only when I use conda.