Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Problems with pip install Pinax dev or fresh start
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bobhaugen  
View profile  
 More options Jul 24 2011, 5:31 pm
From: bobhaugen <bob.hau...@gmail.com>
Date: Sun, 24 Jul 2011 14:31:57 -0700 (PDT)
Local: Sun, Jul 24 2011 5:31 pm
Subject: Problems with pip install Pinax dev or fresh start
Trying to catch up with the Pinax gang...

I tried
pip install Pinax
and
pip install --extra-index-url=http://dist.pinaxproject.com/fresh-start
Pinax

Both gave me similar errors.  The pip.log can be found at
http://dpaste.com/576715/

Short version:
No distributions at all found for Pinax

Where did I go wrong?

(I guess I would prefer to install fresh-start...)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yarko Tymciurak  
View profile  
 More options Jul 25 2011, 12:08 am
From: Yarko Tymciurak <yark...@gmail.com>
Date: Sun, 24 Jul 2011 23:08:22 -0500
Local: Mon, Jul 25 2011 12:08 am
Subject: Re: [pinax-users] Problems with pip install Pinax dev or fresh start

On Sun, Jul 24, 2011 at 4:31 PM, bobhaugen <bob.hau...@gmail.com> wrote:
> Trying to catch up with the Pinax gang...

> I tried
> pip install Pinax
> and
> pip install --extra-index-url=http://dist.pinaxproject.com/fresh-start
> Pinax

look at what version of pip you have:

    $ pip --version
    pip 1.0.1 from .../lib/python2.6/site-packages/pip-1.0.1-py2.6.egg
(python 2.6)

--extra-index-url  is not documented, and I think you need at least version
1 of pip.

You can upgrade easily enough:

   $ pip install -U pip

That, I think, should solve your problem (as your command line works fine
for me).

--
Regards,
- Yarko

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bobhaugen  
View profile  
 More options Jul 25 2011, 3:48 pm
From: bobhaugen <bob.hau...@gmail.com>
Date: Mon, 25 Jul 2011 12:48:11 -0700 (PDT)
Local: Mon, Jul 25 2011 3:48 pm
Subject: Re: Problems with pip install Pinax dev or fresh start
On Jul 24, 11:08 pm, Yarko Tymciurak <yark...@gmail.com> wrote:

> look at what version of pip you have:

pip 1.0.2 from /usr/local/lib/python2.6/dist-packages/pip-1.0.2-
py2.6.egg (python 2.6)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bobhaugen  
View profile  
 More options Jul 25 2011, 3:59 pm
From: bobhaugen <bob.hau...@gmail.com>
Date: Mon, 25 Jul 2011 12:59:46 -0700 (PDT)
Local: Mon, Jul 25 2011 3:59 pm
Subject: Re: Problems with pip install Pinax dev or fresh start
Heh, it just worked using:
pip install --extra-index=http://dist.pinaxproject.com/fresh-start
Pinax

(In other words, extra-index instead of extra-index-url.)

Or maybe it was just today instead of yesterday?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yarko  
View profile  
 More options Jul 25 2011, 4:12 pm
From: Yarko <yark...@gmail.com>
Date: Mon, 25 Jul 2011 13:12:38 -0700 (PDT)
Local: Mon, Jul 25 2011 4:12 pm
Subject: Re: Problems with pip install Pinax dev or fresh start

On Jul 25, 2:59 pm, bobhaugen <bob.hau...@gmail.com> wrote:

> Heh, it just worked using:
> pip install --extra-index=http://dist.pinaxproject.com/fresh-start
> Pinax

> (In other words, extra-index instead of extra-index-url.)

> Or maybe it was just today instead of yesterday?

I have to trace thru that "extra-index" thing; that shouldn't work, so
I need to follow up, report what's going on....

Maybe you had some other typo;   I had pip 1.01, but just upgragded.

Here's what I got:

------
MacBook-Pro:tmp yarko$ pwd
/Users/yarko/tmp
MacBook-Pro:tmp yarko$ virtualenv --no-site-packages Foo
New python executable in Foo/bin/python
Installing setuptools............done.
Installing pip...............done.
MacBook-Pro:tmp yarko$ source Foo/bin/activate
(Foo)MacBook-Pro:tmp yarko$ pip install --extra-index-url=http://
dist.pinaxproject.com/fresh-start Pinax
Downloading/unpacking Pinax
  Downloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloaded
  Running setup.py egg_info for package Pinax
    warning: no files found matching 'INSTALL*'
    warning: no files found matching '*.po' under directory 'pinax/
locale'
    warning: no files found matching '*.mo' under directory 'pinax/
locale'
    warning: no files found matching '*' under directory 'pinax/
templates'
    warning: no files found matching '*' under directory 'pinax/apps/*/
fixtures'
    warning: no files found matching '*' under directory 'pinax/
projects/*/site_media'
    warning: no files found matching '*' under directory 'pinax/
projects/*/apps/*/templates'
Installing collected packages: Pinax
  Running setup.py install for Pinax
    warning: no files found matching 'INSTALL*'
    warning: no files found matching '*.po' under directory 'pinax/
locale'
    warning: no files found matching '*.mo' under directory 'pinax/
locale'
    warning: no files found matching '*' under directory 'pinax/
templates'
    warning: no files found matching '*' under directory 'pinax/apps/*/
fixtures'
    warning: no files found matching '*' under directory 'pinax/
projects/*/site_media'
    warning: no files found matching '*' under directory 'pinax/
projects/*/apps/*/templates'
    Installing pinax-admin script to /Users/yarko/tmp/Foo/bin
Successfully installed Pinax
Cleaning up...
(Foo)MacBook-Pro:tmp yarko$ pip --version
pip 1.0.1 from /Users/yarko/tmp/Foo/lib/python2.6/site-packages/
pip-1.0.1-py2.6.egg (python 2.6)
(Foo)MacBook-Pro:tmp yarko$

------

Regards,
- Yarko


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bobhaugen  
View profile  
 More options Jul 26 2011, 4:06 pm
From: bobhaugen <bob.hau...@gmail.com>
Date: Tue, 26 Jul 2011 13:06:55 -0700 (PDT)
Local: Tues, Jul 26 2011 4:06 pm
Subject: Re: Problems with pip install Pinax dev or fresh start
On Jul 25, 3:12 pm, Yarko <yark...@gmail.com> wrote:

> Maybe you had some other typo;  

I don't think so, but anything is possible.

I retrieved the previous command from bash history and just removed
the "-url".


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carl Karsten  
View profile  
 More options Jul 26 2011, 8:12 pm
From: Carl Karsten <c...@personnelware.com>
Date: Tue, 26 Jul 2011 19:12:57 -0500
Local: Tues, Jul 26 2011 8:12 pm
Subject: Re: [pinax-users] Re: Problems with pip install Pinax dev or fresh start
can you do -h and see what help says the option is spozed to be?

I get:
  --extra-index-url=URL

carl@dc10:~$ pip install -h
Usage: /usr/bin/pip install [OPTIONS] PACKAGE_NAMES...

Options:
  -h, --help            show this help message and exit
  -E DIR, --environment=DIR
                        virtualenv environment to run pip in (either give the
                        interpreter or the environment base directory)
  -s, --enable-site-packages
                        Include site-packages in virtualenv if one is to be
                        created. Ignored if --environment is not used or the
                        virtualenv already exists.
  -v, --verbose         Give more output
  -q, --quiet           Give less output
  --log=FILENAME        Log file where a complete (maximum verbosity) record
                        will be kept
  --proxy=PROXY         Specify a proxy in the form
                        user:pas...@proxy.server:port. Note that the
                        user:password@ is optional and required only if you
                        are behind an authenticated proxy.  If you provide
                        u...@proxy.server:port then you will be prompted for a
                        password.
  --timeout=SECONDS, --default-timeout=SECONDS
                        Set the socket timeout (default 15 seconds)
  -e VCS+REPOS_URL[@REV]#egg=PACKAGE, --editable=VCS+REPOS_URL[@REV]#egg=PACKAGE
                        Install a package directly from a checkout. Source
                        will be checked out into src/PACKAGE (lower-case) and
                        installed in-place (using setup.py develop). You can
                        run this on an existing directory/checkout (like pip
                        install -e src/mycheckout). This option may be
                        provided multiple times. Possible values for VCS are:
                        svn, git, hg and bzr.
  -r FILENAME, --requirement=FILENAME
                        Install all the packages listed in the given
                        requirements file.  This option can be used multiple
                        times.
  -f URL, --find-links=URL
                        URL to look for packages at
  -i URL, --index-url=URL, --pypi-url=URL
                        Base URL of Python Package Index (default
                        http://pypi.python.org/simple)
  --extra-index-url=URL
                        Extra URLs of package indexes to use in addition to
                        --index-url
  --no-index            Ignore package index (only looking at --find-links
                        URLs instead)
  -b DIR, --build=DIR, --build-dir=DIR, --build-directory=DIR
                        Unpack packages into DIR (default /home/carl/build)
                        and build from there
  -d DIR, --download=DIR, --download-dir=DIR, --download-directory=DIR
                        Download packages into DIR instead of installing them
  --download-cache=DIR  Cache downloaded packages in DIR
  --src=DIR, --source=DIR, --source-dir=DIR, --source-directory=DIR
                        Check out --editable packages into DIR (default
                        /home/carl/src)
  -U, --upgrade         Upgrade all packages to the newest available version
  -I, --ignore-installed
                        Ignore the installed packages (reinstalling instead)
  --no-deps, --no-dependencies
                        Ignore package dependencies
  --no-install          Download and unpack all packages, but don't actually
                        install them
  --no-download         Don't download any packages, just install the ones
                        already downloaded (completes an install run with
                        --no-install)
  --install-option=INSTALL_OPTIONS
                        Extra arguments to be supplied to the setup.py install
                        command (use like --install-option="--install-
                        scripts=/usr/local/bin").  Use multiple --install-
                        option options to pass multiple options to setup.py
                        install.  If you are using an option with a directory
                        path, be sure to use absolute path.

--
Carl K

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob Haugen  
View profile  
 More options Jul 26 2011, 8:20 pm
From: Bob Haugen <bob.hau...@gmail.com>
Date: Tue, 26 Jul 2011 19:20:20 -0500
Local: Tues, Jul 26 2011 8:20 pm
Subject: Re: [pinax-users] Re: Problems with pip install Pinax dev or fresh start

On Tue, Jul 26, 2011 at 7:12 PM, Carl Karsten <c...@personnelware.com> wrote:
> can you do -h and see what help says the option is spozed to be?

> I get:
>  --extra-index-url=URL

That's what I get, too.  Regardless, extra-index without -url worked.

See also:
http://groups.google.com/group/pinax-users/browse_thread/thread/63fff...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carl Karsten  
View profile  
 More options Jul 26 2011, 9:15 pm
From: Carl Karsten <c...@personnelware.com>
Date: Tue, 26 Jul 2011 20:15:44 -0500
Local: Tues, Jul 26 2011 9:15 pm
Subject: Re: [pinax-users] Re: Problems with pip install Pinax dev or fresh start

Yeah, look at the reply.

I'm wondering if the .. repo?  Isn't broken.
On Jul 26, 2011 7:20 PM, "Bob Haugen" <bob.hau...@gmail.com> wrote:

> On Tue, Jul 26, 2011 at 7:12 PM, Carl Karsten <c...@personnelware.com>
wrote:
>> can you do -h and see what help says the option is spozed to be?

>> I get:
>>  --extra-index-url=URL

> That's what I get, too. Regardless, extra-index without -url worked.

> See also:

http://groups.google.com/group/pinax-users/browse_thread/thread/63fff...

> --
> You received this message because you are subscribed to the Google Groups

"Pinax Users" group.
> To post to this group, send email to pinax-users@googlegroups.com.
> To unsubscribe from this group, send email to

pinax-users+unsubscribe@googlegroups.com.
> For more options, visit this group at

http://groups.google.com/group/pinax-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob Haugen  
View profile  
 More options Jul 26 2011, 9:26 pm
From: Bob Haugen <bob.hau...@gmail.com>
Date: Tue, 26 Jul 2011 20:26:32 -0500
Local: Tues, Jul 26 2011 9:26 pm
Subject: Re: [pinax-users] Re: Problems with pip install Pinax dev or fresh start

On Tue, Jul 26, 2011 at 8:15 PM, Carl Karsten <c...@personnelware.com> wrote:
> Yeah, look at the reply.

I pointed you to Brosner's reply.  He had the same response as you: it
shouldn't work.  And yet it does.

And when I looked again, I thought that later in that same thread, you
figured out why it works. But I might have misunderstood.

Also, I failed with the added -url.  Not that proves anything, it
could have been a lot of things.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »