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

requirements.txt outdated packages #1

Open
michaelweinold opened this issue Jul 27, 2022 · 1 comment
Open

requirements.txt outdated packages #1

michaelweinold opened this issue Jul 27, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@michaelweinold
Copy link
Owner

Installing the pip packages from requirements.txt throws the following error: Cannot import name "Feature" from "setuptools" in version 46.0.0. This is due to changes in the setuptools package.

A workaround would be to install an older version of setuptools (compare above GitHub issue). This is not possible for M1 (arm) architecture (no package exists).

@michaelweinold michaelweinold self-assigned this Jul 27, 2022
@michaelweinold michaelweinold added the bug Something isn't working label Jul 27, 2022
@michaelweinold
Copy link
Owner Author

To resolve all package dependency issues, the version numbers must be removed. This leads to at least one verified issue downstream: ImportError: cannot import name 'url' from 'django.conf.urls' after upgrading to Django 4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant