Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Change in Doc

1 view
Skip to first unread message

Safwan Rahman

unread,
Apr 9, 2015, 7:15:16 PM4/9/15
to dev-...@lists.mozilla.org, Michael Cooper
Hi,
With the Latest version of Pip 6.1.1, the script for installing Python
dependency is not working
"python ./scripts/peep.py install -r requirements/default.txt
--no-use-wheel"

But, removing after removing the "--no-use-wheel", its working Fine.
So should we correct it in our Doc?

Regards
Safwan

Anush

unread,
Apr 9, 2015, 7:35:42 PM4/9/15
to Safwan Rahman, Michael Cooper, dev-...@lists.mozilla.org
Same here Safwan, I had to remove "--no-use-wheel" to get it working.

On Fri, Apr 10, 2015 at 4:45 AM, Safwan Rahman <safwan....@gmail.com>
wrote:
> _______________________________________________
> dev-sumo mailing list
> dev-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-sumo
>



--
Anush

Michael Cooper

unread,
Apr 9, 2015, 8:13:24 PM4/9/15
to Anush, Safwan Rahman, dev-...@lists.mozilla.org
I've filed a PR to add a script willkg wrote that automatically chooses the
right set of options for the version of pip you have. After that merges,
you would install dependencies with

./peep.sh install -r requirements/default.txt

and it will choose the right version of --no-use-wheel and handle other
version problems.

https://github.com/mozilla/kitsune/pull/2463
0 new messages