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

Can't satisfy Flup requirement #66

Closed
tewe opened this issue Jul 9, 2014 · 1 comment
Closed

Can't satisfy Flup requirement #66

tewe opened this issue Jul 9, 2014 · 1 comment
Labels
Milestone

Comments

@tewe
Copy link

tewe commented Jul 9, 2014

pip says Could not find a version that satisfies the requirement Flup>1.0.2 (from -r requirements.txt (line 8)) (from versions: 0.5, 1.0.1, 1.0.2, 1.0.3.dev-20110111, 1.0.3.dev-20110405, 1.0)

Is 1.0.2 sufficient?

What format would make it accept 1.0.3.dev?

(Any less dead alternative?)

@passiomatic
Copy link
Owner

Try with the latest dev version:

$ pip install Flup==1.0.3.dev-20110405

Is 1.0.2 sufficient?

I had a few issues with 1.0.2 with another project, so I would avoid it. It seemed to work at first but then I experienced some weird behavior while accessing PATH_INFO var.

If it works for you I'll update the requirements file with the latest 1.0.3 dev version.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants