I'd like to know why I'm getting this error when using pip install pystan==2.19.1.1 command line

339 Views Asked by At

I'm using this command line to install facebook prophet that I'll gonna use for my capstone project in stock price prediction.

The Error

1

There are 1 best solutions below

0
On

How to install modules using command window:

1st- (In a python terminal) Run This:

import os
import sys
print(os.path.dirname(sys.executable)+'\Scripts\\')

2nd- Copy returned path into file explorer

3rd- Click in file window again (highlighting text) and simply type "cmd" and hit enter

That should open the command prompt window IN THE RIGHT PATH

Now, (in the command prompt window) type:

pip install (and whatever you want installed)