Upgrade or Install Python PIP in ArcGIS Desktop 10.4.1
ArcGIS Desktop 10.4.1’s default pip, C:\Program Files (x86)\Python27\ArcGIS10.4\Scripts failed to install the packages throwing following error – Fatal error in launcher: Unable to create process using '"C:\Python27\ArcGIS10.4 \python.exe" "C:\Python27\ArcGISx6410.4\Scripts\pip.exe" The following steps to make the pip to work Step 1. Open command terminal as Administrator and see if pip works Make sure C:\Program Files (x86)\Python27\ArcGIS10.4\Lib; C:\Program Files (x86)\Python27\ArcGIS10.4\Scripts; C:\Program Files (x86)\Python27\ArcGIS10.4 are in path pip install <package_name> , no luck [ You can Jump directly to #4] ...