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

pin importlib-metadata>=1.4.0,<5.0 #7782

Closed
wants to merge 1 commit into from

Conversation

neutronth
Copy link

Description

  • Since importlib-metadata has released version 5.0.0 [1] and breaks a backward compatible with throwing error as below,

    ImportError: cannot import name 'Celery' from 'celery' (/usr/local/lib/python3.7/site-packages/celery/__init__.py)


[1] https://pypi.org/project/importlib-metadata/5.0.0

* Since importlib-metadata has released version 5.0.0 [1] and
  breaks a backward compatible with throwing error as below,

  ```
  ImportError: cannot import name 'Celery' from 'celery' (/usr/local/lib/python3.7/site-packages/celery/__init__.py)
  ```

---
[1] https://pypi.org/project/importlib-metadata/5.0.0
@jaraco
Copy link

jaraco commented Oct 4, 2022

I'd recommend #7785 instead, as this approach adds tech debt.

@auvipy auvipy closed this Oct 12, 2022
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.

None yet

3 participants