Cargo, the Rust package manager, is not installed or is not on PATH

iam getting this as error after commanding pip install jupyterthemes

Hi @yashsonawane18_29d0f9375c726519
Can you please share a screenshot of the error

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Hello @yashsonawane18_29d0f9375c726519,
Before running this command make sure that you python installed in your system preferably latest version.
You can download the latest version using following link:


Then check for whether python is successfully installed in your system using command:
python --version
I it outputs the version then you are good to go.
And now download jypyterthemes by running following command on cmd:
pip install jupyterthemes

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.