Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'warnings': 0.03; 'error:': 0.05; 'skip:" 60': 0.05; 'file)': 0.07; 'problem?': 0.07; '__file__,': 0.09; 'errors:': 0.09; 'subject:library': 0.09; 'subject:not': 0.11; "skip:' 30": 0.15; 'subject: \n ': 0.15; 'build_ext': 0.16; 'niet': 0.16; 'setuptools,': 0.16; 'skip:t 120': 0.16; 'subject:Not': 0.16; 'python?': 0.18; 'library': 0.20; 'extension': 0.20; 'fix': 0.21; 'skip:c 70': 0.22; 'trying': 0.22; 'help.': 0.23; 'skip:- 40': 0.25; 'install': 0.25; 'header:User- Agent:1': 0.26; 'command': 0.26; 'error': 0.27; "i'm": 0.30; 'code': 0.30; 'another': 0.32; "can't": 0.32; 'skip:- 30': 0.32; 'run': 0.33; 'version:': 0.33; 'running': 0.34; 'gives': 0.35; 'but': 0.36; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'building': 0.38; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'from:no real name:2**0': 0.60; 'more': 0.63; 'latest': 0.64; 'for:': 0.64; 'received:nl': 0.72; 'subject:; ': 0.91; 'subject:warning': 0.91; 'subject:found': 0.93 Date: Thu, 22 Oct 2015 22:07:07 +0200 Subject: warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. From: caspar@walboomers.nl To: python-list@python.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Fri, 23 Oct 2015 07:08:27 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1445576908 news.xs4all.nl 23775 [2001:888:2000:d::a6]:55593 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97913 Hello, I'm trying to install the yowsup2-2.4.2.tar from pypi, but my system gives warnings and errors: warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. more in detail: running build_ext building 'Crypto.Random.OSRNG.winrandom' extension warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. error: [WinError 2] Het systeem kan het opgegeven bestand niet vinden (dutch for: system can't find a named file) ---------------------------------------- Command "c:\users\ptn\appdata\local\programs\python\python35-32\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\ptn\\AppData\\Local\\Temp\\pip-build-hwbc57ud\\pycrypto\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\ptn\AppData\Local\Temp\pip-_383sc3p-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\ptn\AppData\Local\Temp\pip-build-hwbc57ud\pycrypto I'm using windows-10-X64 and the latest version: python-3.5.0. How to fix this problem? Or should I run another (lower) version of python? Please help. Kind regards, Caspar