Closed seamcat closed 10 years ago
It looks like you're using Python 3.3 which is unsupported by pyjnius. Pyjnius is required for sikuli_cpython, so you'll want to install Python 2.7 if you want to use this library. On Mar 24, 2014 7:41 AM, "seamcat" notifications@github.com wrote:
In win 7 (64-bit) trying to install this module and get 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 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=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 error code 1
and the rest lot of error lines.
Reply to this email directly or view it on GitHubhttps://github.com/kevlened/sikuli_cpython/issues/5 .
oh, that is the problem... thanks. will try 2.7 version
In win 7 (64-bit) trying to install this module and get 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 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=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 error code 1
and the rest lot of error lines.