Re: SCons 2.5.0 Released

Jason Kenny <[email protected]>
Newsgroups gmane.comp.programming.tools.scons.devel
Message-ID <[email protected]>
Yes, and my Mac at work as well… using pip 8.1.1

 

sudo -H pip install scons

Collecting scons

  Downloading scons-2.5.0.tar.gz (620kB)

    100% |████████████████████████████████| 622kB 585kB/s 

Installing collected packages: scons

  Running setup.py install for scons ... error

    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-aojj8g/scons/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-LQaie_-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

 

 

Like I said the only system I have that works is a Ubuntu system.

 

Jason

 

From: Scons-dev [mailto:[email protected]] On Behalf Of Bill Deegan
Sent: Thursday, April 14, 2016 12:30 PM
To: SCons developer list <[email protected]>
Subject: Re: [Scons-dev] SCons 2.5.0 Released

 

Jason,

You get this issue on fedora and RHEL with latest pip as well?

-Bill

 

On Thu, Apr 14, 2016 at 1:28 PM, Jason Kenny <[email protected] <mailto:[email protected]> > wrote:

I was getting this on fedora as well and RHEL.

 

So I don’t think it 100% a windows issue.

 

Jason

 

From: Scons-dev [mailto: <mailto:[email protected]> [email protected]] On Behalf Of Bill Deegan
Sent: Thursday, April 14, 2016 12:28 PM


To: SCons developer list <[email protected] <mailto:[email protected]> >
Subject: Re: [Scons-dev] SCons 2.5.0 Released

 

Jason,

I reproduced this on my windows box.

Curious that it seems to be windows only issue.

I'll see if I can resolve.

-Bill

 

On Thu, Apr 14, 2016 at 12:50 PM, Jason Kenny <[email protected] <mailto:[email protected]> > wrote:

Hope you are feeling better!

 

Thanks

Jason

 

From: Scons-dev [mailto: <mailto:[email protected]> [email protected]] On Behalf Of Bill Deegan
Sent: Thursday, April 14, 2016 11:49 AM


To: SCons developer list <[email protected] <mailto:[email protected]> >
Subject: Re: [Scons-dev] SCons 2.5.0 Released

 

Sorry.. came down with a stomach flu this week and though I plan to get lots done it's just sucking the energy out of me.

I'll try to give this a shot today.

-Bill

 

On Thu, Apr 14, 2016 at 11:13 AM, Jason Kenny <[email protected] <mailto:[email protected]> > wrote:

Hi, just pinging on this subject?

 

Jason

 

 

From: Scons-dev [mailto: <mailto:[email protected]> [email protected]] On Behalf Of Bill Deegan
Sent: Monday, April 11, 2016 8:41 PM
To: SCons developer list < <mailto:[email protected]> [email protected]>


Subject: Re: [Scons-dev] SCons 2.5.0 Released

 

Jason,

I'll try it on my windows box tomorrow.

-Bill

 

On Mon, Apr 11, 2016 at 8:21 PM, Jason Kenny <[email protected] <mailto:[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: bill-cJFiu+DHMVC5azolltMz9laTQe2KTcn/@public.gmane.org <mailto:bill-cJFiu+DHMVC5azolltMz9laTQe2KTcn/@public.gmane.org> 
To: [email protected] <mailto:[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] <mailto:[email protected]> > wrote:

One other low hanging fruit would be to fix the pip install issues.

Jason

_______________________________________________
Scons-dev mailing list
[email protected] <mailto:[email protected]> 
https://pairlist2.pair.net/mailman/listinfo/scons-dev

 


_______________________________________________ Scons-dev mailing list [email protected] <mailto:[email protected]>  https://pairlist2.pair.net/mailman/listinfo/scons-dev


_______________________________________________
Scons-dev mailing list
[email protected] <mailto:[email protected]> 
https://pairlist2.pair.net/mailman/listinfo/scons-dev

 


_______________________________________________
Scons-dev mailing list
[email protected] <mailto:[email protected]> 
https://pairlist2.pair.net/mailman/listinfo/scons-dev

 


_______________________________________________
Scons-dev mailing list
[email protected] <mailto:[email protected]> 
https://pairlist2.pair.net/mailman/listinfo/scons-dev

 


_______________________________________________
Scons-dev mailing list
[email protected] <mailto:[email protected]> 
https://pairlist2.pair.net/mailman/listinfo/scons-dev

_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.