Problems with pip install Pinax dev or fresh start

249 views
Skip to first unread message

bobhaugen

unread,
Jul 24, 2011, 5:31:57 PM7/24/11
to Pinax Users
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...)

Yarko Tymciurak

unread,
Jul 25, 2011, 12:08:22 AM7/25/11
to pinax...@googlegroups.com
On Sun, Jul 24, 2011 at 4:31 PM, bobhaugen <bob.h...@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).


 

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 received this message because you are subscribed to the Google Groups "Pinax Users" group.
To post to this group, send email to pinax...@googlegroups.com.
To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.




--
Regards,
- Yarko

bobhaugen

unread,
Jul 25, 2011, 3:48:11 PM7/25/11
to Pinax Users
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)

bobhaugen

unread,
Jul 25, 2011, 3:59:46 PM7/25/11
to Pinax Users
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?

Yarko

unread,
Jul 25, 2011, 4:12:38 PM7/25/11
to Pinax Users
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

bobhaugen

unread,
Jul 26, 2011, 4:06:55 PM7/26/11
to Pinax Users
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".

Carl Karsten

unread,
Jul 26, 2011, 8:12:57 PM7/26/11
to pinax...@googlegroups.com
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
us...@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.

> --
> You received this message because you are subscribed to the Google Groups "Pinax Users" group.
> To post to this group, send email to pinax...@googlegroups.com.
> To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.
>
>

--
Carl K

Bob Haugen

unread,
Jul 26, 2011, 8:20:20 PM7/26/11
to pinax...@googlegroups.com
On Tue, Jul 26, 2011 at 7:12 PM, Carl Karsten <ca...@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/63fff0306ed9aafe/159737237a2a06f6?hl=en&lnk=gst&q=extra-index#159737237a2a06f6

Carl Karsten

unread,
Jul 26, 2011, 9:15:44 PM7/26/11
to pinax...@googlegroups.com

Yeah, look at the reply. 

I'm wondering if the .. repo?  Isn't broken.

Bob Haugen

unread,
Jul 26, 2011, 9:26:32 PM7/26/11
to pinax...@googlegroups.com
On Tue, Jul 26, 2011 at 8:15 PM, Carl Karsten <ca...@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.

Reply all
Reply to author
Forward
0 new messages