On Fri, 9 Aug 2019, Chris Angelico wrote:
There's one other potential trap you MAY fall into, but only if you have
multiple Python 3s installed (eg 3.7, 3.8, and 3.9).
ChrisA,
Not likely. I'm the only one using these hosts and I keep only a single,
current, version of software.
So to be abs
On Fri, Aug 9, 2019 at 5:01 AM Rich Shepard wrote:
>
> On Fri, 9 Aug 2019, Chris Angelico wrote:
>
> > Once you're using pip3, you don't need to specify the 3 anywhere else. It
> > should just be "pip3 install numpy". The pip download resolver will make
> > sure that it gets a version that's appro
On Thu, 8 Aug 2019, MRAB wrote:
What's numpy3? Is it different from numpy?
I run Slackware and the SlackBuilds.org packages distinguish buiding between
python2 and python3. I've used those build scripts for years but they've
failed me on this new desktop and one laptop so I used pip3 instead.
On Fri, 9 Aug 2019, Chris Angelico wrote:
Once you're using pip3, you don't need to specify the 3 anywhere else. It
should just be "pip3 install numpy". The pip download resolver will make
sure that it gets a version that's appropriate to your Python (including
architecture/word size, version (x
On 2019-08-08 19:01, Rich Shepard wrote:
On Thu, 8 Aug 2019, Richard Moseley wrote:
You will need to have to install python3-pip (or equivalent on your
repository) to install the version of pip suitable for use with python 3.x.
The program is usually installed as 'pip3' so substitute 'pip' for
On Fri, Aug 9, 2019 at 4:02 AM Rich Shepard wrote:
>
> On Thu, 8 Aug 2019, Richard Moseley wrote:
>
> > You will need to have to install python3-pip (or equivalent on your
> > repository) to install the version of pip suitable for use with python 3.x.
> > The program is usually installed as 'pip3'
On Thu, 8 Aug 2019, Richard Moseley wrote:
You will need to have to install python3-pip (or equivalent on your
repository) to install the version of pip suitable for use with python 3.x.
The program is usually installed as 'pip3' so substitute 'pip' for 'pip3'
to install or upgrade Pypy packages
On Thu, 8 Aug 2019, Richard Moseley wrote:
You will need to have to install python3-pip
Richard,
Aha! I thought it was just pip3.
Hope this helps, Richard Moseley.
Yes, it does.
Many thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
You will need to have to install python3-pip (or equivalent on your
repository) to install the version of pip suitable for use with python 3.x.
The program is usually installed as 'pip3' so substitute 'pip' for 'pip3'
to install or upgrade Pypy packages.
Of course, if possible always create a new '
The host has Python3-3.7.4 installed. Trying to use "pip install numpy3"
fails:
# pip install numpy3
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 won't be maintained after that
date. A future version of pip will drop suppo
10 matches
Mail list logo