ojhamanvi

Results 3 comments of ojhamanvi

I tried these two command to install > sudo apt-get -y install liblapack-dev libblas-dev >sudo apt-get install -y gfortran but after this I am getting `Command "/home/user/python_projects/test/venv/bin/python -u -c "import...

> I tried installing SciPy manually first, but no luck with that either. Mac OS X 10.15 At last I downgraded my numpy version and downloaded the zip file of...

> I was able to fix it by making a conda environment of python 3.6 and installing the corresponding scipy version, > conda create -n py36 python=3.6 > conda install...