Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:\Python33\Scripts>pip install ckanclient
- Downloading/unpacking ckanclient
- Downloading ckanclient-0.10.tar.gz
- Running setup.py (path:c:\users\lgms\appdata\local\temp\pip_build_lgms\ckancli
- ent\setup.py) egg_info for package ckanclient
- Traceback (most recent call last):
- File "<string>", line 17, in <module>
- File "c:\users\lgms\appdata\local\temp\pip_build_lgms\ckanclient\setup.py"
- , line 8, in <module>
- from ckanclient import __version__, __description__, __long_description_
- _, __license__
- File ".\ckanclient\__init__.py", line 100
- except HTTPError, inst:
- ^
- SyntaxError: invalid syntax
- Complete output from command python setup.py egg_info:
- Traceback (most recent call last):
- File "<string>", line 17, in <module>
- File "c:\users\lgms\appdata\local\temp\pip_build_lgms\ckanclient\setup.py", li
- ne 8, in <module>
- from ckanclient import __version__, __description__, __long_description__, _
- _license__
- File ".\ckanclient\__init__.py", line 100
- except HTTPError, inst:
- ^
- SyntaxError: invalid syntax
- ----------------------------------------
- Cleaning up...
- Exception:
- Traceback (most recent call last):
- File "C:\Python33\lib\site-packages\pip\commands\install.py", line 278, in run
- requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundl
- e=self.bundle)
- File "C:\Python33\lib\site-packages\pip\req.py", line 1229, in prepare_files
- req_to_install.run_egg_info()
- File "C:\Python33\lib\site-packages\pip\req.py", line 325, in run_egg_info
- command_desc='python setup.py egg_info')
- File "C:\Python33\lib\site-packages\pip\util.py", line 697, in call_subprocess
- % (command_desc, proc.returncode, cwd))
- pip.exceptions.InstallationError: Command python setup.py egg_info failed with e
- rror code 1 in c:\users\lgms\appdata\local\temp\pip_build_lgms\ckanclient
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "C:\Python33\lib\site-packages\pip\basecommand.py", line 122, in main
- status = self.run(options, args)
- File "C:\Python33\lib\site-packages\pip\commands\install.py", line 302, in run
- requirement_set.cleanup_files(bundle=self.bundle)
- File "C:\Python33\lib\site-packages\pip\req.py", line 1333, in cleanup_files
- rmtree(dir)
- File "C:\Python33\lib\site-packages\pip\util.py", line 43, in rmtree
- onerror=rmtree_errorhandler)
- File "C:\Python33\lib\shutil.py", line 478, in rmtree
- return _rmtree_unsafe(path, onerror)
- File "C:\Python33\lib\shutil.py", line 377, in _rmtree_unsafe
- onerror(os.rmdir, path, sys.exc_info())
- File "C:\Python33\lib\shutil.py", line 375, in _rmtree_unsafe
- os.rmdir(path)
- OSError: [WinError 145] A pasta não está vazia: 'c:\\users\\lgms\\appdata\\local
- \\temp\\pip_build_lgms'
- Storing debug log for failure in C:\Users\lgms\pip\pip.log
- c:\Python33\Scripts>
Advertisement
Add Comment
Please, Sign In to add comment