Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100274
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Newsgroups | comp.lang.python |
| Subject | Re: python 351x64 |
| Date | Fri, 11 Dec 2015 17:15:19 +0000 |
| Lines | 52 |
| Message-ID | <mailman.146.1449854154.12405.python-list@python.org> (permalink) |
| References | <0999009350ee4c4f8aee367bbd89abb5@EX13-MBX-031.vmware.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 50wZe1vzO38gUvZtkmj+1QttzAPruLDPdfI+Y7pCxc9Q== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'args)': 0.07; 'permissions': 0.07; 'true)': 0.07; 'welcome.': 0.07; 'exception:': 0.09; 'patches': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'reinstall': 0.09; 'python': 0.10; 'subject:python': 0.14; '303': 0.16; 'clobber': 0.16; 'install.': 0.16; 'jacob': 0.16; 'mode)': 0.16; 'packages:': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'vmware': 0.16; 'wrote:': 0.16; 'documented': 0.18; 'ste': 0.18; 'working.': 0.18; 'language': 0.19; 'windows': 0.20; 'cloud': 0.20; 'fix': 0.21; 'lawrence': 0.22; 'trying': 0.22; 'seems': 0.23; 'thanks,': 0.24; '(most': 0.24; 'header:In-Reply-To:1': 0.24; 'requests': 0.25; 'software.': 0.25; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; '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; 'language.': 0.32; 'run': 0.33; 'downloading': 0.33; 'traceback': 0.33; 'file': 0.34; 'installing': 0.35; 'skip:i 20': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'delete': 0.38; 'senior': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'ever': 0.60; 'your': 0.60; 'charset:windows-1252': 0.62; 'office': 0.62; 'more': 0.63; 'our': 0.64; 'air': 0.65; 'services': 0.67; '100%': 0.72; '3.5.1': 0.84; '71,': 0.84; 'crescent': 0.84; 'pip': 0.84; 'pythonistas,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 38.26.147.195.pool.dsl.daisyplc.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
| In-Reply-To | <0999009350ee4c4f8aee367bbd89abb5@EX13-MBX-031.vmware.com> |
| 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:100274 |
Show key headers only | View raw
On 11/12/2015 16:30, Jay Hamm wrote: > 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] > Patches are always welcome. How much did you pay for this shoddy software? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python 351x64 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-11 17:15 +0000
csiph-web