learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 304 forks source link

Prepare make dist for pip10 #5454

Open benjaoming opened 7 years ago

benjaoming commented 7 years ago

Summary

Our Make target make dist fetches dependencies and bundles them. It will have issues in Pip 10, so we should fix it timely.

This also affects Kolibri, however it doesn't yet have a function for bundling dependencies.

Traceback or relevant snippet from server.log

site-packages/pip/cmdoptions.py:39: RemovedInPip10Warning: --no-use-wheel is deprecated and will be removed in the future.  Please use --no-binary :all: instead.