turi-code / SFrame

SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning.
BSD 3-Clause "New" or "Revised" License
890 stars 326 forks source link

Unable to install Sframes #385

Open Ajithvajrala23 opened 7 years ago

Ajithvajrala23 commented 7 years ago

(C:\Users\Ajith\Anaconda2) C:\Users\Ajith>pip install --upgrade sframe Collecting sframe Using cached SFrame-2.1-cp27-none-win_amd64.whl Requirement already up-to-date: requests==2.9.1 in c:\users\ajith\anaconda2\lib\ site-packages (from sframe) Requirement already up-to-date: certifi==2015.04.28 in c:\users\ajith\anaconda2\ lib\site-packages (from sframe) Requirement already up-to-date: prettytable==0.7.2 in c:\users\ajith\anaconda2\l ib\site-packages (from sframe) Requirement already up-to-date: awscli==1.6.2 in c:\users\ajith\anaconda2\lib\si te-packages (from sframe) Requirement already up-to-date: decorator==4.0.9 in c:\users\ajith\anaconda2\lib \site-packages (from sframe) Requirement already up-to-date: multipledispatch>=0.4.7 in c:\users\ajith\anacon da2\lib\site-packages (from sframe) Collecting tornado==4.3 (from sframe) Collecting boto==2.33.0 (from sframe) Using cached boto-2.33.0-py2.py3-none-any.whl Requirement already up-to-date: bcdoc<0.13.0,>=0.12.0 in c:\users\ajith\anaconda 2\lib\site-packages (from awscli==1.6.2->sframe) Requirement already up-to-date: rsa==3.1.2 in c:\users\ajith\anaconda2\lib\site- packages (from awscli==1.6.2->sframe) Requirement already up-to-date: botocore<0.74.0,>=0.73.0 in c:\users\ajith\anaco nda2\lib\site-packages (from awscli==1.6.2->sframe) Requirement already up-to-date: docutils>=0.10 in c:\users\ajith\anaconda2\lib\s ite-packages (from awscli==1.6.2->sframe) Requirement already up-to-date: six>=1.1.0 in c:\users\ajith\anaconda2\lib\site- packages (from awscli==1.6.2->sframe) Requirement already up-to-date: colorama==0.2.5 in c:\users\ajith\anaconda2\lib\ site-packages (from awscli==1.6.2->sframe) Requirement already up-to-date: singledispatch in c:\users\ajith\anaconda2\lib\s ite-packages (from tornado==4.3->sframe) Requirement already up-to-date: backports-abc>=0.4 in c:\users\ajith\anaconda2\l ib\site-packages (from tornado==4.3->sframe) Requirement already up-to-date: backports.ssl-match-hostname in c:\users\ajith\a naconda2\lib\site-packages (from tornado==4.3->sframe) Requirement already up-to-date: pyasn1>=0.1.3 in c:\users\ajith\anaconda2\lib\si te-packages (from rsa==3.1.2->awscli==1.6.2->sframe) Requirement already up-to-date: python-dateutil>=2.1 in c:\users\ajith\anaconda2 \lib\site-packages (from botocore<0.74.0,>=0.73.0->awscli==1.6.2->sframe) Requirement already up-to-date: jmespath==0.5.0 in c:\users\ajith\anaconda2\lib\ site-packages (from botocore<0.74.0,>=0.73.0->awscli==1.6.2->sframe) Installing collected packages: tornado, boto, sframe Found existing installation: tornado 4.4.2 DEPRECATION: Uninstalling a distutils installed project (tornado) has been d eprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling tornado-4.4.2: Successfully uninstalled tornado-4.4.2 Rolling back uninstall of tornado Exception: Traceback (most recent call last): File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\basecommand.py", line 215 , in main status = self.run(options, args) File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\commands\install.py", lin e 342, in run prefix=options.prefix_path, File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\req\req_set.py", line 784 , in install **kwargs File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\req\req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\wheel.py", line 345, in m ove_wheel_files clobber(source, lib_dir, True) File "C:\Users\Ajith\Anaconda2\lib\site-packages\pip\wheel.py", line 323, in c lobber shutil.copyfile(srcfile, destfile) File "C:\Users\Ajith\Anaconda2\lib\shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 13] Permission denied: 'C:\Users\Ajith\Anaconda2\Lib\site-p ackages\tornado\speedups.pyd'

(C:\Users\Ajith\Anaconda2) C:\Users\Ajith>