Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pycrypto

96 views
Skip to first unread message

Christoph Zallmann

unread,
Nov 4, 2015, 7:53:59 AM11/4/15
to
Hey there,



i tried using Python 3.5.0 in combination with pycrypto and everything i got
was crap. Really. I tried so many things, how to solve my problem - using
environment variables, vs 2015 and many more. With python 2.7 or even 3.4 i
heard it was no problem but using 3.5 all i got was one error message that
leads to the next error message. Can you tell me how to install python 3.5
on Windows 10 with a working pycrpto on it? As well pip as easy_install
threw the same errors e.g. "No matching distribution found for pycrypto" or

error: Setup script exyited with error: Unable to find vcvarsall.bat



Can u give me a suited solution that simply works for me?



Thanks and greetings,

Chris

Ian Kelly

unread,
Nov 4, 2015, 10:57:57 AM11/4/15
to

Nagy László Zsolt

unread,
Nov 4, 2015, 1:32:02 PM11/4/15
to



Can u give me a suited solution that simply works for me?

> http://stackoverflow.com/questions/11405549/how-do-i-install-pycrypto-on-windows
Voidspace only has Python 3.3. They are usually behind some minor
versions. The only good way to do this is to compile it from sources.
Unfortunately, not everbody has an MSVC license...

I find it **very** annoying that every time I need to download binary
PyCrypto for the latest CPython, I have to search for it on the net.
Sometimes it cannot be found for a week. :-(

For the OP's question, here is the relevant stackoverflow question:

http://stackoverflow.com/questions/32800336/pycrypto-on-python-3-5

And here are some compiled versions that can be downloaded and installed
with PIP:

https://github.com/sfbahr/PyCrypto-Wheels

Why don't we have binary packages for PyCrypto, uploaded to PyPi? It
seems that there are persons who can compile it, but there are no
official packagers. I would happily do it for others, but I don't have
an MSVC license. :-(



0 new messages