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

[USER ISSUE] CLI installation fails when using Python 3.9 #3775

Closed
aniketsharma00411 opened this issue Sep 3, 2021 · 4 comments · Fixed by #3776
Closed

[USER ISSUE] CLI installation fails when using Python 3.9 #3775

aniketsharma00411 opened this issue Sep 3, 2021 · 4 comments · Fixed by #3776
Labels
p3 Do it some day. user-question

Comments

@aniketsharma00411
Copy link
Contributor

Describe the bug
I use Python 3.9 and I was not able to install it using pip as instructed in the Quickstart guide. codalab has apache-beam[azure]==2.27.0 as a requirement and apache-beam[azure]==2.27.0 has pyarrow<3.0.0,>=0.15.1 as a requirement and pyarrow 2.0.0 (the only version below 3.0.0) does not support Python 3.9.

I was able to install Codalab CLI after removing the version requirement from apache-beam[azure] i.e. changing apache-beam[azure]==2.27.0 in requirements.txt to apache-beam[azure].

Codalab Information

  • Your username: aniketsharma00411
  • UUID of worksheet where problem occurred: N/A
  • UUID of problem bundle (please don't delete): N/A
  • Error message received from Codalab (if applicable): N/A
  • OS (if on CLI): Garuda Linux
  • Codalab CLI Version (if on CLI): 1.1.1
  • Browser (if on Web); N/A

To Reproduce
Steps to reproduce the behavior :

  1. Update Python version to Python 3.9
  2. Install Codalab CLI using pip install codalab -U --user

Expected behavior
CLI should have been installed.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@epicfaace
Copy link
Member

epicfaace commented Sep 3, 2021

I think we can only fix this once the latest version of Apache Beam supports Python 3.9.

@epicfaace epicfaace added the p3 Do it some day. label Sep 3, 2021
@aniketsharma00411
Copy link
Contributor Author

It does. After installing the latest version of Apache Beam I am able to use the CLI properly. It gives a warning that the version is not tested properly though.

@epicfaace
Copy link
Member

epicfaace commented Sep 3, 2021 via email

@aniketsharma00411
Copy link
Contributor Author

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Do it some day. user-question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants