passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Can't satisfy Flup requirement #66

Closed tewe closed 10 years ago

tewe commented 10 years ago

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 commented 10 years ago

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.