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

Python 3.9 update #4554

Merged
merged 35 commits into from
May 21, 2024
Merged

Python 3.9 update #4554

merged 35 commits into from
May 21, 2024

Conversation

dma1dma1
Copy link
Contributor

@dma1dma1 dma1dma1 commented Oct 17, 2023

Reasons for making this change

Apple silicon macs aren't able to install or run codalab CLI locally due to dependency issues. This PR should partiallyt fix those issues. An update to python 3.8+ is needed due to new versions of packages requiring them, specifically fastavro, which is a dependency of azure-core, which is a dependency of apache-beam, one of the root causes of the issues.

This specific PR is for updating python to 3.9.

Related issues

Screenshots

Checklist

  • I've added a screenshot of the changes, if this is a frontend change
  • I've added and/or updated tests, if this is a backend change
  • I've run the pre-commit.sh script
  • I've updated docs, if needed

@dma1dma1 dma1dma1 linked an issue Nov 1, 2023 that may be closed by this pull request
@@ -1,3 +1,3 @@
black==19.10b0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert these changes (upgrade linters in another PR)

@epicfaace epicfaace changed the title Mac compatability Mac compatibility Nov 2, 2023
@epicfaace
Copy link
Member

Please fix linting issues

@dma1dma1 dma1dma1 changed the title Mac compatibility Python 3.9 update Nov 29, 2023
@dma1dma1 dma1dma1 marked this pull request as ready for review November 29, 2023 22:07
@dma1dma1 dma1dma1 merged commit 5b104f9 into master May 21, 2024
36 of 59 checks passed
@dma1dma1 dma1dma1 deleted the Mac_compatability branch May 21, 2024 18:37
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

Successfully merging this pull request may close these issues.

Fix CodaLab CLI for Macbooks (M1/M2 chips)
2 participants