1

In my ubuntu, not performing well when I am going to install pystan and fbprophet, using pip3 command. So, my system hangs badly. I am tried so many logics still got errors, kindly please guide me how i can rectify this issues ?

Ravindra
  • 11
  • 2

1 Answers1

0

Did you try this? PyStan requires a C++ compiler to be available to Python during installation and runtime and can be done by this command -

apt-get install build-essential

Uno
  • 1
  • 3