Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login error using oj from M1 MaC #916

Open
yushikmr opened this issue Oct 7, 2022 · 1 comment
Open

Login error using oj from M1 MaC #916

yushikmr opened this issue Oct 7, 2022 · 1 comment

Comments

@yushikmr
Copy link

yushikmr commented Oct 7, 2022

Summary / 概要

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?

Steps to reproduce / 再現方法

  1. run conda create -n myenv python=3.8.5
  2. run conda activate myenv
  3. pip install online-judge-tools

environments:

  • M1 Mac
  • conda 4.13.0
  • python=3.8.5
  • online-judge-tools==11.5.1
online-judge-tools 11.5.1 (+ online-judge-api-client 10.10.1)

Expected behavior / 期待される挙動

[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.

@cai-lw
Copy link
Contributor

cai-lw commented Nov 27, 2022

Have you tried pip3 install lxml as it suggests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants