Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Obtaining pycrypto from git+https://github.com/dlitz/pycrypto.git#egg=pycrypto
- Updating c:\projects\satchmo_test\satchmo_test\src\pycrypto clone
- Running setup.py egg_info for package pycrypto
- Installing collected packages: pycrypto
- Running setup.py develop for pycrypto
- 'sh' is not recognized as an internal or external command,
- operable program or batch file.
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 452, in <module>
- core.setup(**kw)
- File "C:\Python27\lib\distutils\core.py", line 152, in setup
- dist.run_commands()
- File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
- self.run_command(cmd)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 27, in run
- File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 88, in install_for_development
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 247, in run
- self.run_command(cmd_name)
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 274, in run
- raise RuntimeError("autoconf error")
- RuntimeError: autoconf error
- Complete output from command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\satchmo_test\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
- running develop
- running egg_info
- writing pycrypto.egg-info\PKG-INFO
- writing top-level names to pycrypto.egg-info\top_level.txt
- writing dependency_links to pycrypto.egg-info\dependency_links.txt
- warning: manifest_maker: standard file '-c' not found
- reading manifest file 'pycrypto.egg-info\SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- writing manifest file 'pycrypto.egg-info\SOURCES.txt'
- running build_ext
- running build_configure
- 'sh' is not recognized as an internal or external command,
- operable program or batch file.
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 452, in <module>
- core.setup(**kw)
- File "C:\Python27\lib\distutils\core.py", line 152, in setup
- dist.run_commands()
- File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
- self.run_command(cmd)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 27, in run
- File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 88, in install_for_development
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 247, in run
- self.run_command(cmd_name)
- File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
- self.distribution.run_command(command)
- File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
- cmd_obj.run()
- File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 274, in run
- raise RuntimeError("autoconf error")
- RuntimeError: autoconf error
- ----------------------------------------
- Command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\satchmo_test\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement