fatiharaci / spotweety

spotweety.club - a twitter analyzer for spotify
http://spotweety.club/
0 stars 0 forks source link

pycrypto gives error with vcvarsall.bat #11

Closed fatiharaci closed 7 years ago

fatiharaci commented 7 years ago

copying lib\Crypto\PublicKey_slowmath.py -> build\lib.win32-3.5\Crypto\PublicKey copying lib\Crypto\PublicKey__init__.py -> build\lib.win32-3.5\Crypto\PublicKey creating build\lib.win32-3.5\Crypto\Signature copying lib\Crypto\Signature\PKCS1_PSS.py -> build\lib.win32-3.5\Crypto\Signature copying lib\Crypto\Signature\PKCS1_v1_5.py -> build\lib.win32-3.5\Crypto\Signature copying lib\Crypto\Signature__init__.py -> build\lib.win32-3.5\Crypto\Signature Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. building 'Crypto.Random.OSRNG.winrandom' extension error: Unable to find vcvarsall.bat PS C:\Users\araci\Desktop\dist\pycrypto-2.6.1> PS C:\Users\araci\Desktop\dist\pycrypto-2.6.1>

fatiharaci commented 7 years ago

http://pythonwheels.com/

fatiharaci commented 7 years ago

https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/

fatiharaci commented 7 years ago

even using pythonwheels there is no solution to this problem. This part is coded without using this package.