On Wed, Aug 2, 2017 at 2:08 AM, Nicolas MARTIN <[email protected]> wrote:
> Thanks Ryan but I just realized that pip is even not installed on the > webserver... Does a similar procedure is possible with easy_install ? > You can probably run the last step using easy_install. To install wheels you'll need to install the wheel package. https://pypi.python.org/pypi/wheel The advantage to wheels is that you can grab the Babel wheel archive from pypi and not build it yourself. Which version of Python are you running? - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
