On 2018-07-18 02:47, S Lea wrote:
> What do you use, Gene?
> It seems most business program run on Windows.
Many of us here use Linux. Some just rather like it and could use any
OS, while for others, software they rely on for work might only work
properly, or work better, on Linux. (This might be
What do you use, Gene?
It seems most business program run on Windows.
On Tue, Jul 17, 2018 at 5:14 PM, Gene Heskett wrote:
> On Tuesday 17 July 2018 18:48:22 S Lea wrote:
>
> > nd that leads to a
> > question, where did you get it?, and how long ago? Maybe its an old
> > version? Head scratch
On Tuesday 17 July 2018 18:48:22 S Lea wrote:
> nd that leads to a
> question, where did you get it?, and how long ago? Maybe its an old
> version? Head scratcher for sure.
>
> I have 3.7, downloaded a week ago
> https://www.python.org/downloads/
>
> Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018
Also, how does one get a 64 bit version?
On Tue, Jul 17, 2018 at 4:04 PM, S Lea wrote:
> Terry,
>
> BLESS YOU!!!
>
> The second option worked I installed python 3.7 and
> then pycharm-community-2018.1.4. I'm following a video course by TTC How
> To Program: Computer Science Concepts And Python E
Terry,
BLESS YOU!!!
The second option worked I installed python 3.7 and
then pycharm-community-2018.1.4. I'm following a video course by TTC How To
Program: Computer Science Concepts And Python Exercises. The instructor
suggested to install pycharm community. I'm also following a few youtube
vide
nd that leads to a
question, where did you get it?, and how long ago? Maybe its an old
version? Head scratcher for sure.
I have 3.7, downloaded a week ago
https://www.python.org/downloads/
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit
(Intel)] on win32
Type "help",
On 7/16/2018 11:03 PM, S Lea wrote:
Some additional info, which allows me to say the following:
1) Don't know what do you mean by the traceback.
>>> 1/o
Traceback (most recent call last):
File "", line 1, in
1/o
NameError: name 'o' is not defined
The last four lines
2) In DOS, pip i
On Monday 16 July 2018 23:06:19 S Lea wrote:
> 'pip' not recognized as internal or external command, operable program
> or batch.
>
> And for some reason it's a 32 bit version
>
Huh? My ancient wet ram memory is probably out to lunch, but ISTR reading
about someone else with the same problem at l
of python 3.7
On Mon, Jul 16, 2018 at 8:06 PM, S Lea wrote:
> 'pip' not recognized as internal or external command, operable program or
> batch.
>
> And for some reason it's a 32 bit version
>
> On Mon, Jul 16, 2018 at 8:03 PM, S Lea wrote:
>
>> Thank you for reaching out.
>>
>> 1) Don't know w
Also, I can't find the location of Python insallation, it refers
to C:\Users\Precision\PycharmProjects\my first project from
video\venv\Scripts
On Mon, Jul 16, 2018 at 8:06 PM, S Lea wrote:
> of python 3.7
>
> On Mon, Jul 16, 2018 at 8:06 PM, S Lea wrote:
>
>> 'pip' not recognized as internal o
'pip' not recognized as internal or external command, operable program or
batch.
And for some reason it's a 32 bit version
On Mon, Jul 16, 2018 at 8:03 PM, S Lea wrote:
> Thank you for reaching out.
>
> 1) Don't know what do you mean by the traceback.
> 2) In DOS, pip install pandas
> 3) Yes, i
Thank you for reaching out.
1) Don't know what do you mean by the traceback.
2) In DOS, pip install pandas
3) Yes, in DOS, Win 10
4) 3.7
5) Not getting much info
On Sun, Jul 15, 2018 at 5:44 PM, boB Stepp wrote:
> On Sun, Jul 15, 2018 at 7:34 PM S Lea wrote:
> >
> > I can't seem to install th
On Sun, Jul 15, 2018 at 7:34 PM S Lea wrote:
>
> I can't seem to install the pips, DOS gives me the syntex i invalid, any
> thoughts?
You provide insufficient information for anyone to be able to help you.
1) Copy and paste the entire traceback into a plain text email, no
screen shots please.
at happen. Also tell us what kind of system you're running this on (Windows,
Mac, so forth).
A common mistake is to run "pip install" inside Python (the ">>> " prompt)
instead of and the command line prompt, because "pip" is a command in its own
right
I can't seem to install the pips, DOS gives me the syntex i invalid, any
thoughts?
Thank you
--
https://mail.python.org/mailman/listinfo/python-list
I can't seem to install the pips, DOS gives me the syntex i invalid, any
thoughts?
Thank you
--
https://mail.python.org/mailman/listinfo/python-list
Thank you!!!
What finally worked.> py -m pip install pyperclip
-Original Message-
From: Terry Reedy [mailto:tjre...@udel.edu]
Sent: Wednesday, October 11, 2017 1:00 PM
To: python-list@python.org
Subject: Re: Unable to run pip in Windows 10
On 10/11/2017 10:46 AM, Michael Cudd
did you go about this
??
- How exactly do you try to run pip?
Command prompt: c:\Users\FFC>pip import (module)
Try running instead
...> python -m pip install
or to specifically ensure that you run 3.5,
...> py -3.5 -m pip install
and if that fails, copy the entire response.
see from 64 bit python installed on 64 bit
Windows. 'win32' refers to the Windows platform, versus linux, unix,
darwin, etc. Yes, it is confusing.
So your OS is 32 bit?
The next line says that this binary runs fine. So 'No'. The problem is
specific to trying to run pip
On 10/11/2017 08:46 AM, Michael Cuddehe wrote:
> - What exactly did you install?
>>> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC
> v.1900 64 bit (AMD64)] on win32
^^^
So your OS is 32 bit? If so, you can't run 64-bit software on it.
This v
"Access is denied" sounds like you've installed Python for all users
(i.e. in C:\Program Files) and you're not using an elevated prompt to
run pip. If you have Python in C:\Program Files, you either need to
install modules in your user environment (via pip install --user)
whic
reter?
>>> Yes...works fine.
>* How exactly did you go about this
>>> ??
> - How exactly do you try to run pip?
>>> Command prompt: c:\Users\FFC>pip import (module)
>>>
> - What exactly happens when you try?
>>> Windows error message: &quo
gt; ??
- How exactly do you try to run pip?
>> Command prompt: c:\Users\FFC>pip import (module)
>>
- What exactly happens when you try?
>> Windows error message: "This app can't run on your PC"
-Original Message-
From: Python-list
[mailto
e information for anybody to be
able to really help you here. We just don't know what's going on.
- What exactly did you install?
- Can you start the Python interpreter?
* How exactly did you go about this
- How exactly do you try to run pip?
- What exactly happens when you try?
You
On 10 October 2017 at 21:37, Michael Cuddehe wrote:
> I have tried multiple versions, 32 & 64 bit. Same problem.
>
> "This app can't run on your PC. To find a version for your PC, check with
> the software publisher."
It's difficult to know what to say - it runs fine for me (Windows 10,
Python 3.
I have tried multiple versions, 32 & 64 bit. Same problem.
"This app can't run on your PC. To find a version for your PC, check with
the software publisher."
--
https://mail.python.org/mailman/listinfo/python-list
On 24/05/2014 23:47, Igor Korot wrote:
Mark,
On Sat, May 24, 2014 at 3:34 PM, Mark Lawrence wrote:
On 24/05/2014 23:12, Igor Korot wrote:
Hi, ALL,
I'm running Windows XP SP3 with python 2.7.
According to https://pip.pypa.io/en/latest/installing.html all I need
is to download get-pip.py and
Mark,
On Sat, May 24, 2014 at 3:34 PM, Mark Lawrence wrote:
> On 24/05/2014 23:12, Igor Korot wrote:
>>
>> Hi, ALL,
>> I'm running Windows XP SP3 with python 2.7.
>>
>> According to https://pip.pypa.io/en/latest/installing.html all I need
>> is to download get-pip.py and then run "python get-pip.
On 24/05/2014 23:12, Igor Korot wrote:
Hi, ALL,
I'm running Windows XP SP3 with python 2.7.
According to https://pip.pypa.io/en/latest/installing.html all I need
is to download get-pip.py and then run "python get-pip.py".
However, after that running pip does not do anything. It says "pip is
not
Hi, ALL,
I'm running Windows XP SP3 with python 2.7.
According to https://pip.pypa.io/en/latest/installing.html all I need
is to download get-pip.py and then run "python get-pip.py".
However, after that running pip does not do anything. It says "pip is
not recognized as an internal command".
My
30 matches
Mail list logo