Note that there are some explanatory texts on larger screens.

plurals
  1. POgetting "error: Unable to find vcvarsall.bat" then "RuntimeError: autoconf error" trying to install pycrypto on windows
    primarykey
    data
    text
    <p>After googling around, I found most answers say: install mingw, then use "setup.py install build --compiler=mingw32" to install. This is what I get:</p> <pre><code>C:\Users\Joe\Desktop\pycrypto-2.6&gt;setup.py install build --compiler=mingw32 running install running build running build_py running build_ext running build_configure checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/cygdrive/c/Users/Joe/Desktop/pycrypto-2.6': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details Traceback (most recent call last): File "C:\Users\Joe\Desktop\pycrypto-2.6\setup.py", line 456, in &lt;module&gt; 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\distutils\command\install.py", line 563, in run self.run_command('build') 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:\Python27\lib\distutils\command\build.py", line 127, 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:\Users\Joe\Desktop\pycrypto-2.6\setup.py", line 251, 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:\Users\Joe\Desktop\pycrypto-2.6\setup.py", line 278, in run raise RuntimeError("autoconf error") RuntimeError: autoconf error </code></pre> <p>I've also tried install pycrypto using the prebuilt binaries for windows from <a href="http://www.voidspace.org.uk/python/modules.shtml#pycrypto" rel="nofollow">www.voidspace.org.uk</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload