Hello @sanjana ,
Try to install it python package using pip:
$ sudo python2 get-pip.py # for python 2.7
$ sudo python3 get-pip.py # for python 3.x
Then install scipy using pip:
$ pip2 install scipy # for python 2.7
$ pip3 install scipy # for python 3.x
Hope it helps!!
Thank You!!
Ready to dive into the world of machine learning? Supercharge your career and join our comprehensive Machine Learning Course today!