Re: Cannot install pkg_resources using pip

2023-04-17 Thread Peter J. Holzer
On 2023-04-16 17:03:43 -0400, Thomas Passin wrote: > On 4/16/2023 4:42 PM, Rich Shepard wrote: > > Python3-3.9.10 installed on this Slackware64-14.2 desktop. [...] > > # pip install setuptools > > bash: /usr/bin/pip: /usr/bin/python3.7: bad interpreter: No such file or > > directory > > > > There

Re: Cannot install pkg_resources using pip

2023-04-17 Thread Rich Shepard
On Mon, 17 Apr 2023, aapost wrote: Slackware isn't as straight forward in it's management as other distros (not standardized anyway). I've used Slackware for 20 years; it's completely rationale and comfortable for me. :-) That being said, if you start from python source ... If worse came t

Re: Cannot install pkg_resources using pip [RESOLVED]

2023-04-17 Thread Rich Shepard
On Sun, 16 Apr 2023, Rich Shepard wrote: How do I clean this up? My thanks for the suggestions and ideas you sent me on this issue. I've resolved it by not trying to build pulseaudio-equalizer. I don't need it because I learned this morning that my Yamaha CM500 headset clearly heard the Zoom a

Re: Cannot install pkg_resources using pip

2023-04-17 Thread aapost
On 4/17/23 08:45, Rich Shepard wrote: On Sun, 16 Apr 2023, Thomas Passin wrote: Slackware isn't as straight forward in it's management as other distros (not standardized anyway). If this is someone elses install I would be cautious in using any advice I am providing, as it would be better for

Re: Cannot install pkg_resources using pip

2023-04-17 Thread Rich Shepard
On Sun, 16 Apr 2023, Thomas Passin wrote: Sorry, Rich, I've never dealt with this so someone else will have to give suggestions. Thomas, This is all new to me, too. I would try to see if there are any versions available. It could be that meson says it needs version x but only version y > x

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Thomas Passin
On 4/16/2023 6:27 PM, Rich Shepard wrote: If pip has not been installed (very possible on Linux), then you will need to get it.  If python3.9 is not the system-upgraded version, then do an internet search for "linux python install pip". There's a pip website that has an installer for it. I neve

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Thomas Passin
On 4/16/2023 6:34 PM, Rich Shepard wrote: On Sun, 16 Apr 2023, Rich Shepard wrote: I'll download the installer from there. But, I still cannot install the pkg_resources module that meson wants to start the build of pulseaudio-equalizer: # pip install pkg_resources ERROR: Could not find a vers

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Thomas Passin
On 4/16/2023 6:27 PM, Rich Shepard wrote: On Sun, 16 Apr 2023, Thomas Passin wrote: [snip] It should have been installed with the upgrade to 3.9.10 In my experience, on Windows pip is always included but on Linux hardly ever. I have always needed to install the system installer pip packag

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Rich Shepard wrote: I'll download the installer from there. But, I still cannot install the pkg_resources module that meson wants to start the build of pulseaudio-equalizer: # pip install pkg_resources ERROR: Could not find a version that satisfies the requirement pkg_reso

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Rich Shepard
On Sun, 16 Apr 2023, Thomas Passin wrote: It worked then because your path found a pip script. When there are more than one Python installations, it can be unclear which one will get run, depending on how the path got set up after the last version was installed. Thomas, I probably last used p

Re: Cannot install pkg_resources using pip

2023-04-16 Thread Thomas Passin
On 4/16/2023 4:42 PM, Rich Shepard wrote: Python3-3.9.10 installed on this Slackware64-14.2 desktop. Trying to run meson to build an application I'm told it's missing pkg_resources, which is part of setuptools. The command fails: # pip install setuptools bash: /usr/bin/pip: /usr/bin/python3.7: ba

Re: Cannot install python on my system

2019-06-17 Thread Terry Reedy
On 6/16/2019 6:45 PM, EMAX ENGRG SERVICES LTD wrote: Please I have difficulties installing python on my system. After downloading the extension, yet it would not take me to sequence of agreeing to license and terms. You need to be much more detailed and specific as to what you did and what

Re: Cannot install python on my system

2019-06-17 Thread Igor Korot
Hi, On Mon, Jun 17, 2019 at 5:18 AM EMAX ENGRG SERVICES LTD wrote: > > > > Sent from Mail for Windows 10 > Sir, > Please I have difficulties installing python on my system. After downloading > the extension, yet it would not take me to sequence of agreeing to license > and terms. I am looking

Re: Cannot install readline in pythonbrew install of 3.3.0

2013-04-06 Thread Ned Deily
In article <5160bcbc.3030...@gmail.com>, Gene wrote: > I hope someone can help with this problem with pythonbrew on my mac > running OS X 10.8.3 with updated Xcode and CLT. [...] > The python 3.3.0 install using pythonbrew was made with default options > and seems to be working okay but when I

Re: cannot install

2009-02-12 Thread Benjamin Kaplan
On Thu, Feb 12, 2009 at 3:41 AM, Vladimír Župka wrote: > Here is config.log: > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by python configure 3.0, which was > generated by GNU Autoconf 2.61.

Re: cannot install

2009-02-11 Thread Benjamin Kaplan
2009/2/11 administrator > I tried as admin with Python-3.0 in my home directory but no success yet. > Is there another help? > > Macintosh:~ admin$ export > PATH=/opt/local/bin:/opt/local/sbin:/Developer/usr/bin:$PATH > Macintosh:~ admin$ echo $PATH > > /opt/local/bin:/opt/local/sbin:/Developer/u

Re: cannot install

2009-02-09 Thread Benjamin Kaplan
On Mon, Feb 9, 2009 at 9:05 AM, Vladimír Župka wrote: > I have Mac OS X Leopard 10.5.6 and I downloaded and unpacked Python 3.0 > into a folder (/Library/Frameworks/Python.framework) and ran commands: > > cd /Library/Frameworks/Python.framework/Python-3.0 > python setup.py install > > and got the

Re: Cannot install pysqlite on Cygwin

2008-09-29 Thread Tilman Kispersky
On Sep 29, 12:37 pm, Tilman Kispersky <[EMAIL PROTECTED]> wrote: > On Sep 29, 7:49 am, Steve Holden <[EMAIL PROTECTED]> wrote: > > > > > Tilman Kispersky wrote: > > > I am trying to install sqlite for use with python oncygwin. I have > > > installed the sqlite packages fromcygwin(that is libsqlite

Re: Cannot install pysqlite on Cygwin

2008-09-29 Thread Tilman Kispersky
On Sep 29, 7:49 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Tilman Kispersky wrote: > > I am trying to install sqlite for use with python oncygwin. I have > > installed the sqlite packages fromcygwin(that is libsqlite3-devel > > and libsqlite3_0).  When attempting to easy_install pysqlite I get:

Re: Cannot install pysqlite on Cygwin

2008-09-29 Thread Steve Holden
Tilman Kispersky wrote: > I am trying to install sqlite for use with python on cygwin. I have > installed the sqlite packages from cygwin (that is libsqlite3-devel > and libsqlite3_0). When attempting to easy_install pysqlite I get: > > $ easy_install pysqlite > Searching for pysqlite > Reading h

Re: Cannot install pysqlite on Cygwin

2008-09-29 Thread Gerhard Häring
Tilman Kispersky wrote: I am trying to install sqlite for use with python on cygwin. I have installed the sqlite packages from cygwin (that is libsqlite3-devel and libsqlite3_0). When attempting to easy_install pysqlite I get: [...] build/temp.cygwin-1.5.25-i686-2.5/src/connection.o: In function

Re: Cannot install python under Win32

2008-06-10 Thread Payala
Hi Martin, I checked the md5 checksum, it is the following: d806af2312a33a8d817a6cc3d2ee7bed *python-2.5.2.msi which doesn't match with the one on the website ( http://www.python.org/download/releases/2.5.2/ ) d71e45968fdc4e206bb69fbf4cb82b2d python-2.5.2.msi (11294720 bytes, signature) File si

Re: Cannot install python under Win32

2008-06-10 Thread Martin v. Löwis
> DEBUG: Error 2356: Couldn't locate cabinet in stream: python. That sounds bad indeed. In the original file, that stream is definitely present, so most likely, you experienced a corruption in download. Please check the md5 sum of the MSI file; if it differs, download again (preferably using a di

Re: Cannot install python under Win32

2008-06-10 Thread Payala
On Jun 10, 8:56 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Hello, I have tried to install python 2.5.1 and 2.5.2 with the same > > error. The installer starts fine, but when it gets to the part that > > says "Status: Copying new files" it terminates with an error code of > > 2356. > > > D

Re: Cannot install python under Win32

2008-06-10 Thread Payala
On Jun 10, 8:56 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Hello, I have tried to install python 2.5.1 and 2.5.2 with the same > > error. The installer starts fine, but when it gets to the part that > > says "Status: Copying new files" it terminates with an error code of > > 2356. > > > D

Re: Cannot install python under Win32

2008-06-10 Thread Martin v. Löwis
> Hello, I have tried to install python 2.5.1 and 2.5.2 with the same > error. The installer starts fine, but when it gets to the part that > says "Status: Copying new files" it terminates with an error code of > 2356. > > Does anyone have a clue to what to do? Run the installer with msiexec /i

Re: Cannot install Pypvm (Python Parallel Virtual Machine)

2008-05-09 Thread Paul Boddie
On 9 Mai, 17:22, [EMAIL PROTECTED] wrote: > Thanks for the reply. > > I've found and installed the package containing pvm3.h. (The file is > now located under "share/pvm3/include/pvm3.h".) But Pypvm can't find > it. There is a pvm-dev package in Ubuntu, but it looks like Fedora employs a different

Re: Cannot install Pypvm (Python Parallel Virtual Machine)

2008-05-09 Thread spectrumdt
Thanks for the reply. I've found and installed the package containing pvm3.h. (The file is now located under "share/pvm3/include/pvm3.h".) But Pypvm can't find it. Someone recommended that I install the equivalent of what is called "build-essential" in Ubuntu. I was told that the equivalent can b

Re: Cannot install Pypvm (Python Parallel Virtual Machine)

2008-05-06 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hello. > > I am trying to install Pypvm (http://pypvm.sourceforge.net/), the > Python interface to PVM ("Parallel Virtual Machine"). Unfortunately, > installation fails. I am hoping someone can help me fix it. > > I am running Fedora Core 8 Linux. > > The official Pyp

Re: cannot install scipy

2006-02-06 Thread Travis Oliphant
Robert Kern wrote: > nitro wrote: > >>Hi, >> >>I am using a Debian system. I installed NumPy and everything works >>well. When I try to install SciPy, I get the following error. Any help >>would be appreciated. >> >>=== >>[EMAIL PROTECTED]:~/scipy/scipy-0.4.4$ python setup.py install >>import core

Re: cannot install scipy

2006-02-03 Thread Robert Kern
John M. Gabriele wrote: > Why not just "apt-get install python-scipy"? > > That's one of the best parts of running Debian. :) It's also one of the worst parts of running Debian (speaking as a happy once-Debian-now-Ubuntu user). In this case, python-scipy is a pretty ancient version of scipy usin

Re: cannot install scipy

2006-02-03 Thread Robert Kern
nitro wrote: > Hi, > > I am using a Debian system. I installed NumPy and everything works > well. When I try to install SciPy, I get the following error. Any help > would be appreciated. > > === > [EMAIL PROTECTED]:~/scipy/scipy-0.4.4$ python setup.py install > import core -> failed: > /usr/lib/p

Re: cannot install scipy

2006-02-03 Thread nitro
I should add the following informtion that it also printed out: === Ran 972 tests in 2.471s FAILED (failures=1) === -- http://mail.python.org/mailman/listinfo/python-list

Re: cannot install scipy

2006-02-03 Thread nitro
I just ran and had one test fail - any ideas? scipy.test(level=1, verbosity=2) == FAIL: check_cdf (scipy.stats.distributions.test_distributions.test_fatiguelife) -

Re: cannot install scipy

2006-02-03 Thread nitro
LOL! Thanks- ashamed :-) nitro -- http://mail.python.org/mailman/listinfo/python-list

Re: cannot install scipy

2006-02-03 Thread John M. Gabriele
nitro wrote: > Hi, > > I am using a Debian system. I installed NumPy and everything works > well. When I try to install SciPy, I get the following error. Any help > would be appreciated. > > === > [EMAIL PROTECTED]:~/scipy/scipy-0.4.4$ python setup.py install > import core -> failed: > /usr/lib/p