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 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.
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
That's what I get, too. Regardless, extra-index without -url worked.
Yeah, look at the reply.
I'm wondering if the .. repo? Isn't broken.
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.