You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: