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

Screwed Up Dependencies : pkg_resources.DistributionNotFound: The 'Django==1.5' distribution was not found and is required by opps #503

Open
dheerajpai opened this issue Sep 1, 2019 · 2 comments

Comments

@dheerajpai
Copy link

The package depends on Django==1.5 and Django>=1.8 And this is theoretically not poossible.

@dheerajpai
Copy link
Author

pkg_resources.DistributionNotFound: The 'Django==1.5' distribution was not found and is required by opps

@dheerajpai dheerajpai changed the title Screwed Up Dependencies Screwed Up Dependencies : pkg_resources.DistributionNotFound: The 'Django==1.5' distribution was not found and is required by opps Sep 1, 2019
@dheerajpai
Copy link
Author

One simple hack is to edit the requirements file. Change Django==1.5 to Django==1.8 . But may there are better ways to do it

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

No branches or pull requests

1 participant