On 6 March 2011 18:41, print.crimes <[email protected]> wrote: > Evening, > > I've just been trying to install OFS for opencorrespondence.org but the pip > install appears to have failed with a message of: > unknown distribution option: install_Requires > warnings.warn(msg) > in dist.py:266
You have indeed spotted a bug/typo (it should be install_requires -- lower case 'r'). I believe, looking at the logs this got introduced by Will in a commit here :) (these are always the worst bugs to spot because you only see them on a clean install!) <https://bitbucket.org/okfn/ofs/changeset/14ab34cff53c#chg_setup.py_newline24> I've fixed and done a release to pypi (0.3.1). Please let me know if you encounter any further issues. Rufus _______________________________________________ okfn-help mailing list [email protected] http://lists.okfn.org/mailman/listinfo/okfn-help
