On 03/09/2025 15:45, Oscar Benjamin wrote:
On Wed, 3 Sep 2025, 15:40 Rob Cliffe, wrote:
On 03/09/2025 15:35, Oscar Benjamin wrote:
On Wed, 3 Sep 2025, 15:21 Rob Cliffe via Python-list,
wrote:
On 03/09/2025 14:59, Mats Wichmann wrote:
> On 9/3/25 07:20, R
It's never a good idea to run pip install without --only-binary. This
should be the default that you never change. The current default is a
security hazard as well as leads you to the situation you are in with
no good way of debugging the problem.
What you could try doing: download the wheel you a
On Wed, 3 Sep 2025, 15:40 Rob Cliffe, wrote:
>
>
> On 03/09/2025 15:35, Oscar Benjamin wrote:
>
>
>
> On Wed, 3 Sep 2025, 15:21 Rob Cliffe via Python-list, <
> [email protected]> wrote:
>
>>
>>
>> On 03/09/2025 14:59, Mats Wichmann wrote:
>> > On 9/3/25 07:20, Rob Cliffe wrote:
>> >>
>> >>
>
On 03/09/2025 15:35, Oscar Benjamin wrote:
On Wed, 3 Sep 2025, 15:21 Rob Cliffe via Python-list,
wrote:
On 03/09/2025 14:59, Mats Wichmann wrote:
> On 9/3/25 07:20, Rob Cliffe wrote:
>>
>>
>> On 03/09/2025 00:01, Mats Wichmann wrote:
>>> On 9/2/25 14:51, Rob Clif
On Wed, 3 Sep 2025, 15:21 Rob Cliffe via Python-list, <
[email protected]> wrote:
>
>
> On 03/09/2025 14:59, Mats Wichmann wrote:
> > On 9/3/25 07:20, Rob Cliffe wrote:
> >>
> >>
> >> On 03/09/2025 00:01, Mats Wichmann wrote:
> >>> On 9/2/25 14:51, Rob Cliffe via Python-list wrote:
> >
>
> >
On 03/09/2025 14:59, Mats Wichmann wrote:
On 9/3/25 07:20, Rob Cliffe wrote:
On 03/09/2025 00:01, Mats Wichmann wrote:
On 9/2/25 14:51, Rob Cliffe via Python-list wrote:
There are two roots here:
(1) it's not finding a prebuilt wheel. You can see that because
it's proposing to use the
On 9/3/25 07:20, Rob Cliffe wrote:
On 03/09/2025 00:01, Mats Wichmann wrote:
On 9/2/25 14:51, Rob Cliffe via Python-list wrote:
There are two roots here:
(1) it's not finding a prebuilt wheel. You can see that because it's
proposing to use the source distribution instead:
> Collecting
On 03/09/2025 00:01, Mats Wichmann wrote:
On 9/2/25 14:51, Rob Cliffe via Python-list wrote:
There are two roots here:
(1) it's not finding a prebuilt wheel. You can see that because it's
proposing to use the source distribution instead:
> Collecting matplotlib
> Using cached matplot
On 9/2/25 14:51, Rob Cliffe via Python-list wrote:
Hello, can anyone help? All assistance gratefully received. I am
running python 3.13.3 on a Windows 11 machine and trying to do
pip install matplotlib
(No, I don't need to say "python -m ...", I am running the right version
of python.exe
Hello, can anyone help? All assistance gratefully received. I am
running python 3.13.3 on a Windows 11 machine and trying to do
pip install matplotlib
(No, I don't need to say "python -m ...", I am running the right version
of python.exe.)
This starts by generating the following output (wh
Thank you Jussi. I didn't realize there was a separate version--I have it
installed now
cheers
fritz
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, 27 Jul 2017 04:40:40 -0700, FS wrote:
> I just installed matplotlib on debian and I tried to import it on
> python3. It cannot be found however it can be found on python 2.x. No
> surprise:
> A 'find -name matplotliib' reveals:
> /usr/share/matplotlib /usr/lib/python2.7/dist-packages/mat
FS writes:
> I just installed matplotlib on debian and I tried to import it on
> python3. It cannot be found however it can be found on python 2.x. No
> surprise:
> A 'find -name matplotliib' reveals:
> /usr/share/matplotlib
> /usr/lib/python2.7/dist-packages/matplotlib
>
> I am not sure how the
I just installed matplotlib on debian and I tried to import it on python3. It
cannot be found however it can be found on python 2.x. No surprise:
A 'find -name matplotliib' reveals:
/usr/share/matplotlib
/usr/lib/python2.7/dist-packages/matplotlib
I am not sure how the apt-get elected to place
On Monday, 13 April 2015 15:58:58 UTC-4, Ned Deily wrote:
> In article <[email protected]>,
> Pippo wrote:
> > I am trying to install matplotlib and I keep getting error:
> [...]
> > File
> >
> > "/Library/Frameworks/Python.framework/Versions/3.3/lib/pyt
In article <[email protected]>,
Pippo wrote:
> I am trying to install matplotlib and I keep getting error:
[...]
> File
> "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/v
> ersion.py", line 343, in _cmp
> if self.version <
Hi guys,
I am trying to install matplotlib and I keep getting error:
Traceback (most recent call last):
File "setup.py", line 155, in
result = package.check()
File
"/Users/sepidehghanavati/Desktop/Programs/python/matplotlib-1.4.3/setupext.py",
line 961, in check
min_version='2.3',
[email protected]
Subject: Re: Error when installing matplotlib-1.3. on Windows
On 2014-03-17 01:20, [email protected] wrote: > I'm trying to install
matplotlib from locally stored source archive file > (Portable Python 2.7 on
Windows): > > pip install E:\matplotlib-1.3.1.win32-p
On 2014-03-17 01:20, [email protected] wrote:
I'm trying to install matplotlib from locally stored source archive file
(Portable Python 2.7 on Windows):
pip install E:\matplotlib-1.3.1.win32-py2.7.exe
Got error, below is log:
E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 03:10:1
I'm trying to install matplotlib from locally stored source archive file
(Portable Python 2.7 on Windows):
pip install E:\matplotlib-1.3.1.win32-py2.7.exe
Got error, below is log:
E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 03:10:16
Exception:
Traceback (most recent call last):
Am 04.11.2013 01:59, schrieb Ned Deily:
> In article <[email protected]>,
> Piet van Oostrum wrote:
>> I tried to install matplotlib 1.3.1 on the release candidates of Python
>> 2.7.6
>> and 3.3.3.
>
> [...]
>
> Please open an issue on the Python bug tracker f
In article <[email protected]>,
Piet van Oostrum wrote:
> I tried to install matplotlib 1.3.1 on the release candidates of Python 2.7.6
> and 3.3.3.
[...]
Please open an issue on the Python bug tracker for the Python component of
this.
http://bugs.python.org
Hello,
I tried to install matplotlib 1.3.1 on the release candidates of Python 2.7.6
and 3.3.3.
I am on Mac OS X 10.6.8.
Although the installation gave no problems, there is a problem with Tcl/Tk.
The new Pythons have their own embedded Tcl/Tk, but when installing matplotlib
it links to the
In article
,
Alex Ter-Sarkissov wrote:
> that's quite weird: if I run python2.7-32 in terminal, it works like you
> said, but when I add it as an interpreter in Eclipse, matplotlib.pyplot
> doesn't get imported for some reason. Even more strange, either way
> platform.architecture() reports 64-b
g here?
cheers,
Alex
27 декабря 2011 г. 3:54 пользователь Ned Deily написал:
> In article
> ,
> Alex Ter-Sarkissov wrote:
> > hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from
> 2.6). I
> > have a problem with installing matplotlib (I found the version f
thanks Ned,
that's quite weird: if I run python2.7-32 in terminal, it works like you
said, but when I add it as an interpreter in Eclipse, matplotlib.pyplot
doesn't get imported for some reason. Even more strange, either way
platform.architecture() reports 64-bit. What's wrong here?
cheers,
Alex
In article
,
Alex Ter-Sarkissov wrote:
> hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from 2.6). I
> have a problem with installing matplotlib (I found the version for python
> 2.7. MacOs 10.3, no later versions). If I run python in terminal using arch
> -i386 pyth
hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from 2.6). I
have a problem with installing matplotlib (I found the version for python
2.7. MacOs 10.3, no later versions). If I run python in terminal using arch
-i386 python, and then
from matplotlib.pylab import *
and similar
On Feb 15, 12:20 pm, "Alf P. Steinbach" wrote:
> * katrine:
>
>
>
> > Hope you guys don't mind a question about building matplotlib from a
> > biologist who wants to learn how to use python.
>
> > I am trying to install matplotlib on my mac with OS X 10.4.11, using
> > python 2.6.4 and Xcode 2.2.1
* katrine:
Hope you guys don't mind a question about building matplotlib from a
biologist who wants to learn how to use python.
I am trying to install matplotlib on my mac with OS X 10.4.11, using
python 2.6.4 and Xcode 2.2.1. I have had a few fights with freetype
and Tkinter, and I think I've
Hi,
Hope you guys don't mind a question about building matplotlib from a
biologist who wants to learn how to use python.
I am trying to install matplotlib on my mac with OS X 10.4.11, using
python 2.6.4 and Xcode 2.2.1. I have had a few fights with freetype
and Tkinter, and I think I've got those
Anish Chapagain schrieb:
On Sep 3, 12:39 pm, Uwe Schmitt <[EMAIL PROTECTED]>
wrote:
On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
Hi!!
I'm having installation problem for installing numpy and scipy in
Cygwin for Python, and am obstruct in madway for project, i followed
scipy.or
On Sep 3, 12:39 pm, Uwe Schmitt <[EMAIL PROTECTED]>
wrote:
> On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
>
> > Hi!!
> > I'm having installation problem for installing numpy and scipy in
> > Cygwin for Python, and am obstruct in madway for project, i followed
> > scipy.org guidelin
On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
> Hi!!
> I'm having installation problem for installing numpy and scipy in
> Cygwin for Python, and am obstruct in madway for project, i followed
> scipy.org guidelines but there's few error thrown as
> failed..with exit status 1
Hi!!
I'm having installation problem for installing numpy and scipy in
Cygwin for Python, and am obstruct in madway for project, i followed
scipy.org guidelines but there's few error thrown as
failed..with exit status 1
please if someone has installed these module help me
thank's and re
Hi!!
I need to run matplotlib for one project with pylab and scipy module,
i'm using cygwin so as to link system call operation with few GUI
support,
but am unable to install numpy and scipy without these matplotlib is
also not installed
Please help me for proper installation of these module in cy
has anyone had any success compiling matplotlib in cygwin? i had some
rebasing problems that i got around, but when i finally got everything
to install without any complaints and did "import pylab" i got dumped
out of python altogether without any errors.
some thing i did:
cd /usr/lib
ln -s libt
37 matches
Mail list logo