Followers

Monday 7 August 2017

How to install Scipy for pycharm? (python 3.6.1) (Windows 10)

Source: stackoverflow.com --- Sunday, August 06, 2017
I have currently tried multiple methods to download and use Scipy in Pycharm and have had no success yet. These are the methods that have already been tried. methods tried so far: downloading scipy directly from the project interpreter in Pycharm. This did not work and returned the error. numpy.distutils.system_info.NotFoundError: no lapack/blas resources found downloading scipy-0.19.1.tar.gz then tried to load the package useing the 'project interpreter' in Pycharm This returned the same error as with method 1 installing scipy using pip and pip 3 (both as user and admin) using the inputs and getting the outputs shown below. after doing some research on this problem i tried changing the path, which did not change the output. using anaconda, was also recommended in multiple places so i downloaded it and installed scipy, THIS WORKED!!!! HOWEVER when trying to import scipy in Pycharm i was unable to call on it. i have since tried making a virtual environment in the project interpreter but have still not been able to use scipy in pycharm. I am sure it is obvious by now I have no idea what I am doing, so the questions are... what am i doing wrong with these methods? what can be done to get scipy to work in pycharm? Thanks in advance for any help offered. Edit: as I am sure this will be helpful here is the echo %PATH% return from console ...



from Windows http://ift.tt/2vFedKX

No comments:

Post a Comment