Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100272

python 351x64

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Jay Hamm <hammj@vmware.com>
Newsgroups comp.lang.python
Subject python 351x64
Date Fri, 11 Dec 2015 16:30:32 +0000
Lines 56
Message-ID <mailman.145.1449852210.12405.python-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de jZDg5EnlptprNxRzpjzKtA93agysWVsdQf4fA8d+ecGQ==
Return-Path <hammj@vmware.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'args)': 0.07; 'i?ve': 0.07; 'permissions': 0.07; 'true)': 0.07; 'exception:': 0.09; 'reinstall': 0.09; 'python': 0.10; 'subject:python': 0.14; 'skip:f 30': 0.15; '303': 0.16; 'clobber': 0.16; 'install.': 0.16; 'jacob': 0.16; 'mode)': 0.16; 'packages:': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'skip:f 60': 0.16; 'vmware': 0.16; 'documented': 0.18; 'filename:fname:image001.png': 0.18; 'received:10.113': 0.18; 'ste': 0.18; 'working.': 0.18; 'windows': 0.20; 'cloud': 0.20; 'to:name:python-list@python.org': 0.20; 'fix': 0.21; 'trying': 0.22; 'seems': 0.23; 'thanks,': 0.24; '(most': 0.24; 'requests': 0.25; 'software.': 0.25; 'install': 0.25; "i've": 0.25; 'error': 0.27; 'collecting': 0.27; 'skip:f 40': 0.27; 'this.': 0.28; 'admin': 0.29; 'web.': 0.30; 'skip:s 30': 0.31; 'up.': 0.32; 'run': 0.33; 'downloading': 0.33; 'traceback': 0.33; 'file': 0.34; 'installing': 0.35; 'skip:i 20': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'received:10': 0.37; 'skip:& 10': 0.37; 'url:rec-html40': 0.37; 'charset:us- ascii': 0.37; 'version': 0.38; 'delete': 0.38; 'senior': 0.39; 'to:addr:python.org': 0.40; 'url:schemas': 0.40; 'url:office': 0.40; 'ever': 0.60; 'your': 0.60; 'office': 0.62; 'more': 0.63; 'virus:src="cid:': 0.64; 'content-type:multipart/related': 0.65; 'air': 0.65; 'services': 0.67; '100%': 0.72; '3.5.1': 0.84; '71,': 0.84; 'crescent': 0.84; 'pip': 0.84
Thread-Topic python 351x64
Thread-Index AdE0LuKOkbYcXtF8QvGzZcrH/ay2cQ==
Accept-Language en-US
Content-Language en-US
X-MS-Has-Attach yes
X-MS-TNEF-Correlator
x-ms-exchange-transport-fromentityheader Hosted
x-originating-ip [10.113.170.11]
X-Mailman-Approved-At Fri, 11 Dec 2015 11:43:29 -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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100272

Show key headers only | View raw


Hi

I was trying to use your windows version of python 3.5.1 x64.

It has a conflict with a notepad++ plugin NppFTP giving api-ms-win-crt-runtime-I1-1-0.dll error on start up.

This seems pretty well documented on the web. The work around is to delete the plugin and reinstall since it borks the install.

Since about every other admin I've ever known uses notepad++, you might want to fix this.

Also your installer fails to set the permissions correctly:

H:\>py -m pip install requests
Collecting requests
  Downloading requests-2.8.1-py2.py3-none-any.whl (497kB)
    100% |################################| 499kB 875kB/s
Installing collected packages: requests
Exception:
Traceback (most recent call last):
  File "C:\Program Files\Python35\lib\site-packages\pip\basecommand.py", line 211, in main    status = self.run(options, args)
  File "C:\Program Files\Python35\lib\site-packages\pip\commands\install.py", line 311, in run    root=options.root_path,
  File "C:\Program Files\Python35\lib\site-packages\pip\req\req_set.py", line 646, in install    **kwargs
  File "C:\Program Files\Python35\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\Python35\lib\site-packages\pip\req\req_install.py", line 998, in move_wheel_files    isolated=self.isolated,
  File "C:\Program Files\Python35\lib\site-packages\pip\wheel.py", line 339, in move_wheel_files    clobber(source, lib_dir, True)
  File "C:\Program Files\Python35\lib\site-packages\pip\wheel.py", line 310, in clobber    ensure_dir(destdir)
  File "C:\Program Files\Python35\lib\site-packages\pip\utils\__init__.py", line 71, in ensure_dir    os.makedirs(path)
  File "C:\Program Files\Python35\lib\os.py", line 241, in makedirs    mkdir(name, mode) PermissionError: [WinError 5] Access is denied: 'C:\\Program Files\\Python35\\Lib\\site-packages\\requests'

Once I gave myself control it started working.

This is pretty shoddy for released software.
Thanks,
Jacob Hamm (Jay) VCP-DCV, RHCE
Senior Cloud Services Engineer - VMware vCloud Air

380 Interlocken Crescent Blvd - Ste 500, Broomfield CO 80021
Office 303 942 4638 - hammj@vmware.com<mailto:hammj@vmware.com>
Want to learn more about VMware vCloud Air?
Go to http://vcloud.vmware.com/tutorials
[vCloudAir]

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

python 351x64 Jay Hamm <hammj@vmware.com> - 2015-12-11 16:30 +0000
  Re: python 351x64 Steven D'Aprano <steve@pearwood.info> - 2015-12-12 04:18 +1100

csiph-web