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

[1.3 cherry-pick] Bump numpy/pandas to work with Python 3.12 #34324

Merged

Conversation

agners
Copy link
Contributor

@agners agners commented Jul 13, 2024

Partial cherry-pick of #33637.

When installing pip requirements for all fails on Python 3.12 with:

  File "/tmp/pip-build-env-o33g4it5/overlay/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2172, in <module>
    register_finder(pkgutil.ImpImporter, find_on_path)
                    ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

Bump numpy/pandas to make this work on v1.3 branch too.

Partial cherry-pick of project-chip#33637.

When installing pip requirements for all fails on Python 3.12 with:
  File "/tmp/pip-build-env-o33g4it5/overlay/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2172, in <module>
    register_finder(pkgutil.ImpImporter, find_on_path)
                    ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

Bump numpy/pandas to make this work on v1.3 branch too.
Copy link

PR #34324: Size comparison from 39cd2f1 to fa36086

Full report (0 builds for )
platform target config section 39cd2f1 fa36086 change % change

@yufengwangca yufengwangca merged commit c5fd189 into project-chip:v1.3-branch Jul 14, 2024
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants