Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96900 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-09-21 08:35 +1000 |
| Last post | 2015-09-21 08:35 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: error while installing using pip. Chris Angelico <rosuav@gmail.com> - 2015-09-21 08:35 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-09-21 08:35 +1000 |
| Subject | Re: error while installing using pip. |
| Message-ID | <mailman.10.1442788514.28679.python-list@python.org> |
On Mon, Sep 21, 2015 at 5:30 AM, OmPs <torque.india@gmail.com> wrote: > It says no matching distribution, but at pypi repo I am able to see it. > > https://pypi.python.org/pypi/atfork/0.1.2 That has a version number of zero. I think that might count as a pre-release version, so you need the --pre option to pip or it won't install. ChrisA
Back to top | Article view | comp.lang.python
csiph-web