CNTK icon indicating copy to clipboard operation
CNTK copied to clipboard

fixed sample installer to make it working with latest versions of pip

Open leriomaggio opened this issue 5 years ago • 0 comments

The fix I made to the sample_installer.py script enables the compatibility with latest versions of pip.

In particular, since pip 10.0 the main function has been refactored and moved to internal.

There is a comprehensive discussion about it here: https://github.com/pypa/pip/issues/5240

HTH Valerio

leriomaggio avatar Oct 08 '18 15:10 leriomaggio