Mar-28-2017, 07:06 PM
Quote:same error with system command line:Read my post again,you most remove enthought from Environment Variables(Path).
Requirement already satisfied <use --upgrade to upgrade>: requets in c:\users\pcname\appdata\local\enthought\canopy\user\lib\site-packages
Restart Pc.
Now you check python and pip.
1 2 3 4 5 6 7 8 9 10 11 |
C:\>python - V Python 3.6 . 0 C:\>pip - V pip 9.0 . 1 from c:\python36\lib\site - packages (python 3.6 ) C:\>python Python 3.6 . 0 (v3. 6.0 : 41df79263a11 , Dec 23 2016 , 07 : 18 : 10 ) [MSC v. 1900 32 bit (Intel)] on win32 Type "help" , "copyright" , "credits" or "license" for more information. >>> exit() C:\> |