Re: Error installing packages or upgrading pip

2023-05-20 Thread Mats Wichmann
On 5/18/23 04:30, Test Only wrote: Hi there, I hope you are in a great health I am having a problem with python even though I uninstall and reinstall it again multiple times Ummm... there's usually not a great reason to do that. I know it's the traditional "Windows Way" of the past, but usual

Error installing packages or upgrading pip

2023-05-18 Thread Test Only
Hi there, I hope you are in a great health I am having a problem with python even though I uninstall and reinstall it again multiple times the error I get when I try to upgrade or install a package for example pip install requests I get this error which I could not find a solution for pip in

Re: Complaints on installing packages

2020-01-13 Thread Peter Pearson
On Sun, 12 Jan 2020 15:21:52 +0100, ofomi matthew wrote: > Good day Python Team, > I'm Matt by name and I have been having difficulties in installing packages > on my pycharm.it keeps telling me "error installing package". Please how do > I rectify this issues step by

Complaints on installing packages

2020-01-13 Thread ofomi matthew
Good day Python Team, I'm Matt by name and I have been having difficulties in installing packages on my pycharm.it keeps telling me "error installing package". Please how do I rectify this issues step by step. Looking forward to get a response as soon as possible. Than

Re: problem in installing packages

2019-05-29 Thread Joe Pfeiffer
Joel Goldstick writes: > On Wed, May 29, 2019 at 1:17 AM Sri Tharun wrote: >> >> Problem not resolved.Yet >> >> On Wed 29 May, 2019, 6:39 AM Tharun, wrote: >> >> > >> > >>> sudo apt-get update >> > >> > File "", line 1 >> > >> > sudo apt-get update >> >^ >> > SyntaxError:

Re: problem in installing packages

2019-05-28 Thread Joel Goldstick
On Wed, May 29, 2019 at 1:17 AM Sri Tharun wrote: > > Problem not resolved.Yet > > On Wed 29 May, 2019, 6:39 AM Tharun, wrote: > > > > > > > >>> sudo apt-get update > > > > File "", line 1 > > > > sudo apt-get update > > > >^ > > > > SyntaxError: invalid syntax > > > > > > >

Re: problem in installing packages

2019-05-28 Thread Sri Tharun
Problem not resolved.Yet On Wed 29 May, 2019, 6:39 AM Tharun, wrote: > > > >>> sudo apt-get update > > File "", line 1 > > sudo apt-get update > >^ > > SyntaxError: invalid syntax > > > > > > This was the problem > > Sent from Mail

Re: Python stopped installing packages

2019-01-29 Thread Ian Clark
according to https://pypi.org/project/discord.py/ Discord.py only supports 3.4 and 3.5 On Tue, Jan 29, 2019 at 4:52 PM Hamish Allen <101929...@gmail.com> wrote: > Hi, > > Recently I’ve been trying to code a Discord bot in Python 3.6.2, then I > realised that some features of discord.py were only

Python stopped installing packages

2019-01-29 Thread Hamish Allen
Hi, Recently I’ve been trying to code a Discord bot in Python 3.6.2, then I realised that some features of discord.py were only available in Python 3.7+ (as seen here on the right near the top https://docs.python.org/3/library/asyncio.html), so I downloaded 3.7.2. After correctly changing the

Re: Installing packages on Mac OS X 10.7.5

2012-12-05 Thread Hans Mulder
On 6/12/12 00:56:55, Irmen de Jong wrote: > On 6-12-2012 0:12, John Dildy wrote: >> I have python v2.7.1 and I am trying to install packages on the Mac OS X >> v10.7.5 >> I am trying to install: >> Distribute >> Nose >> virtualenv >> If anyone can help me that would be great > > Avoid changing st

Re: Installing packages on Mac OS X 10.7.5

2012-12-05 Thread Irmen de Jong
On 6-12-2012 0:12, John Dildy wrote: > Hello Everyone! > > I have python v2.7.1 and I am trying to install packages on the Mac OS X > v10.7.5 > > I am trying to install: > > Distribute > > Nose > > virtualenv > > If anyone can help me that would be great > > John Dildy > > jdild...@gmail.c

Installing packages on Mac OS X 10.7.5

2012-12-05 Thread John Dildy
Hello Everyone! I have python v2.7.1 and I am trying to install packages on the Mac OS X v10.7.5 I am trying to install: Distribute Nose virtualenv If anyone can help me that would be great John Dildy jdild...@gmail.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone able to help on installing packages?

2012-09-24 Thread Dwight Hutto
You could just take the python code, and put it in the site packages file. Depends on the package. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone able to help on installing packages?

2012-09-24 Thread Oscar Benjamin
On 24 September 2012 21:27, John Mordecai Dildy wrote: > Anyone have Ideas on nose and distribute? Your post has no context and simply asks a very vague question. Had you explained what you tried and what happened and perhaps shown an error message I might have been able to answer your question

Re: Anyone able to help on installing packages?

2012-09-24 Thread John Mordecai Dildy
Anyone have Ideas on nose and distribute? -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone able to help on installing packages?

2012-09-23 Thread John Mordecai Dildy
On Sunday, September 23, 2012 1:48:52 PM UTC-4, John Mordecai Dildy wrote: > Hello everyone out there. Ive been trying to install packages like > distribute, nose, and virturalenv and believe me it is a hard process to do. > I tried everything I could think of to install. > > > > I have done

Re: Anyone able to help on installing packages?

2012-09-23 Thread Oscar Benjamin
Please send your reply to the mailing list (python-list@python.org) rather than privately to me. On 23 September 2012 20:57, John Dildy wrote: > When I give input at the start of terminal using the command pip install > virtualenv: > > Downloading/unpacking virtualenv > Running setup.py egg_i

Re: Anyone able to help on installing packages?

2012-09-23 Thread Oscar Benjamin
On Sep 23, 2012 6:56 PM, "John Mordecai Dildy" wrote: > > Hello everyone out there. Ive been trying to install packages like distribute, nose, and virturalenv and believe me it is a hard process to do. I tried everything I could think of to install. > > I have done the following: > > pip install

Anyone able to help on installing packages?

2012-09-23 Thread John Mordecai Dildy
Hello everyone out there. Ive been trying to install packages like distribute, nose, and virturalenv and believe me it is a hard process to do. I tried everything I could think of to install. I have done the following: pip install "package name" easy_install "package name" Would anyone help

Re: Installing packages

2008-11-13 Thread [EMAIL PROTECTED]
On Nov 13, 2:25 pm, Alan Baljeu <[EMAIL PROTECTED]> wrote: > I'm new to Python, and just downloaded Py2.6.  I also want to use Nose.  So I > downloaded the latest sources, but it's not at all clear what's the best way > to put this stuff into the Python package system.  Nose supports > easy_inst

Re: Installing packages

2008-11-13 Thread Diez B. Roggisch
Alan Baljeu schrieb: I'm new to Python, and just downloaded Py2.6. I also want to use Nose. So I downloaded the latest sources, but it's not at all clear what's the best way to put this stuff into the Python package system. Nose supports easy_install, easy_install doesn't have an installer for

Installing packages

2008-11-13 Thread Alan Baljeu
I'm new to Python, and just downloaded Py2.6. I also want to use Nose. So I downloaded the latest sources, but it's not at all clear what's the best way to put this stuff into the Python package system. Nose supports easy_install, easy_install doesn't have an installer for Windows and Py2.6,

Re: Newbie: Installing packages on windows

2006-12-11 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I'm reading the python tutorials on docs.python.org, but I'm still not > sure how install a package. I have downloaded pylint in zip form from > www.logilab.org, but I'm unsure what to do with it. The file I wish to > test (i.e. the file I have writen myself) is located

Newbie: Installing packages on windows

2006-12-11 Thread bg_ie
Hi, I'm reading the python tutorials on docs.python.org, but I'm still not sure how install a package. I have downloaded pylint in zip form from www.logilab.org, but I'm unsure what to do with it. The file I wish to test (i.e. the file I have writen myself) is located in C:\Python25\ Hope you can

Installing packages in /usr/local

2006-02-16 Thread Torsten Bronger
Hallöchen! I use the Suse 10.0 RPM of Python 2.4. Unfortunately, it doesn't seem to look for packages in /usr/local because "prefix" and "exec_prefix" in site.py are the same (namely usr/). I have my own packages in /usr/local/lib/python/site-packages. (Due to easier backup, I don't want to cha