Path: csiph.com!au2pb.net!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Ali Zarkesh Newsgroups: comp.lang.python Subject: Problem in pip Date: Fri, 4 Dec 2015 18:02:03 +0000 Lines: 33 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 2STDknWMKKF9l0Ylfa0Ocw+NwPetCMNzp5jDJrHS2LJA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'args)': 0.07; 'true)': 0.07; '32)': 0.09; 'exception:': 0.09; 'python': 0.10; 'clobber': 0.16; 'copyfile': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'skip:3 30': 0.16; 'subject:Problem': 0.16; 'permission': 0.20; 'this:': 0.23; '(most': 0.24; 'install': 0.25; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; 'skip:s 30': 0.31; "can't": 0.32; 'run': 0.33; 'traceback': 0.33; 'file': 0.34; 'received:google.com': 0.35; 'skip:3 10': 0.35; 'skip:i 20': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'skip:& 10': 0.37; 'version': 0.38; 'received:209': 0.38; 'anything': 0.38; 'to:addr:python.org': 0.40; 'pip': 0.84; 'skip:3 40': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iZUamIfkMwbX2gTiOh6vI6xrBSiAeXVsCX+r+23tsOo=; b=yq6SpLRr2tmB1aRfBxZFZNvMEko+LZnT18PVqBLH6s3zAMEwnpvjZbZDPOIZvUs5vG Akwf5qGfYYWW0MEAY7aqZXsUOEoBND7EfwQPnLX7KXDz61QsdAHY77hOthU0YxLpO0Tp 50gjtbjyuT8f4EfLk0roOH7ObSK6DYHqKjlYVCateyZOW9huWzTGxSgUexvAYXYMPyHy Jejh+g7YhgBgSvSuVgcsygW7Bxt9oyZYF7sZ3eWROPbCQpJvDkDXKMPuE8VhNrcr0uPU rUVhczFvEho02Y4srfbfr0WRIW0dvGt8/97IN9/KMIfUp0olKVNIkOU3NCxGNnvlbLyw XQrg== X-Received: by 10.107.134.166 with SMTP id q38mr15529604ioi.25.1449252123560; Fri, 04 Dec 2015 10:02:03 -0800 (PST) X-Mailman-Approved-At: Fri, 04 Dec 2015 17:33:13 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100014 My pip can't download or upgrade anything I use python 3.5 (win 32) and my pip version is 7.1.2. The error message is this: Exception: Traceback (most recent call last): File "c:\program files\python 3.5\lib\site-packages\pip\basecommand.py", line 211, in main status = self.run(options, args) File "c:\program files\python 3.5\lib\site-packages\pip\commands\install.py", line 311, in run root=options.root_path, File "c:\program files\python 3.5\lib\site-packages\pip\req\req_set.py", line 646, in install **kwargs File "c:\program files\python 3.5\lib\site-packages\pip\req\req_install.py", line 803, in install self.move_wheel_files(self.source_dir, root=root) File "c:\program files\python 3.5\lib\site-packages\pip\req\req_install.py", line 998, in move_wheel_files insolated=self.isolated, File "c:\program files\python 3.5\lib\site-packages\pip\wheel.py", line 339, in move_wheel_files clobber(source, lib_dir, True) File "c:\program files\python 3.5\lib\site-packages\pip\wheel.py", line 317, in clobber shutil.copyfile(srcfile, destfile) File "c:\program files\python 3.5\lib\shutil.py", line 115, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: 'c:\program files\python 3.5\Lib\site-packages\PyWin32.chm' What do I do?