Jason, I'll try it on my windows box tomorrow. -Bill
On Mon, Apr 11, 2016 at 8:21 PM, Jason Kenny <[email protected]> wrote: > Hi Bill, > > I have tried this on different system. Below is from a fresh VM of windows > with python 2.7.11. I believe only Ubuntu has worked in at all. Fedora and > Mac and other system fails the same basic way of > --single-version-externally-managed is unknown option. > > PS C:\WINDOWS\system32> python -m pip install --upgrade pip > Collecting pip > Using cached pip-8.1.1-py2.py3-none-any.whl > Installing collected packages: pip > Found existing installation: pip 7.1.2 > Uninstalling pip-7.1.2: > Successfully uninstalled pip-7.1.2 > Successfully installed pip-8.1.1 > > PS C:\WINDOWS\system32> pip --version > pip 8.1.1 from c:\python27\lib\site-packages (python 2.7) > > PS C:\WINDOWS\system32> pip install scons > Collecting scons > Using cached scons-2.5.0.tar.gz > Installing collected packages: scons > Running setup.py install for scons ... error > Complete output from command c:\python27\python.exe -u -c "import > setuptools, tokenize;__file__='c:\\users\\me\\ > appdata\\local\\temp\\pip-build-0zvxsb\\scons\\setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().r > eplace('\r\n', '\n'), __file__, 'exec'))" install --record > c:\users\me\appdata\local\temp\pip-l1ufkk-record\install- > record.txt --single-version-externally-managed --compile: > usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: -c --help [cmd1 cmd2 ...] > or: -c --help-commands > or: -c cmd --help > > error: option --single-version-externally-managed not recognized > > ---------------------------------------- > Command "c:\python27\python.exe -u -c "import setuptools, > tokenize;__file__='c:\\users\\me\\appdata\\local\\temp\\pi > p-build-0zvxsb\\scons\\setup.py';exec(compile(getattr(tokenize, 'open', > open)(__file__).read().replace('\r\n', '\n'), __ > file__, 'exec'))" install --record > c:\users\me\appdata\local\temp\pip-l1ufkk-record\install-record.txt > --single-vers > ion-externally-managed --compile" failed with error code 1 in > c:\users\me\appdata\local\temp\pip-build-0zvxsb\scons\ > > > I know I am not the only one seeing this. > > Jason > > ------------------------------ > Date: Mon, 11 Apr 2016 16:47:41 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [Scons-dev] SCons 2.5.0 Released > > > pip install works for me. > What version of pip are you running? > I tried the latest and a previous version. > > -Bill > > On Mon, Apr 11, 2016 at 4:27 PM, Jason Kenny <[email protected]> wrote: > > One other low hanging fruit would be to fix the pip install issues. > > Jason > _______________________________________________ > Scons-dev mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev > > > > _______________________________________________ Scons-dev mailing list > [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev > > _______________________________________________ > Scons-dev mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev > >
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
