RE: Part 2: Coding on Hive With Python - Installing Modules and Fetching Some Data from Hive

avatar

You are viewing a single comment's thread:

Is the command prompt thing the "terminal"?

When I paste "python3 -m pip install beem" I get the same result as I did in Lesson 1.

Am I supposed to put cmd in front of "python3 -m pip install beem".

It doesn't work either way. 😢


Posted via proofofbrain.io



0
0
0.000
11 comments
avatar

On Windows, the file naming is slightly different.

Please instead try python -m pip install beem.

0
0
0.000
avatar

Yeah. I tried that too and got the same error as in Lesson 1, namely . . .

image.png

Posted Using LeoFinance Beta

0
0
0.000
avatar

Python isn’t found on your path.

That’s cool. It looks like Windows will fix it for you if you run ‘Python’ without arguments.

0
0
0.000
avatar

Sorry. I have no idea what this means

if you run ‘Python’ without arguments.

😂

Posted Using LeoFinance Beta

0
0
0.000
avatar

Type in the word Python and hit enter.

0
0
0.000
avatar

When I do that I get this pop up for Microsoft Store

image.png!

Posted Using LeoFinance Beta

0
0
0.000
avatar

Yep. I think you can install Python from the Microsoft store and it will set up your path for you.

0
0
0.000