Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'output': 0.05; 'deprecated': 0.09; 'wrong,': 0.09; 'cc:addr:python-list': 0.11; 'api,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'numpy': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'compilation': 0.24; 'file.': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'disable': 0.31; 'gcc': 0.31; 'this.': 0.32; 'skip:- 30': 0.32; 'skip:b 30': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'sure': 0.39; 'unable': 0.39; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=MIZXcOllVMA4uO1WI6aazNLLEw768lyb4sy2T3cFl0w=; b=J6AeTMs3B2/KYVIvXZ0PRllh/QaC+rhByGrkkmpMOo8PnUAVznO0dv5hxXiADSrpcR fVtfKYvLI+H0Fy99vBW+xJXYuoM1IERpg+YDwFfA1YqTIGKx7A0K8/uSif0Q7QD3sL0I RuY7/LlcBc4/ddAyKbJf+4hJSSJce7TBppWKaUxwoJr8McFK6Rkb1gNPyB7ATCUd15v6 eoO5KIaaCp0TMwtGOef2lsbT1W8md8hhgkxNxc+dKPgCcs95Kh0W0ZdZFru6q6/G0Nke rGdSraqnM6kdkrngEQ7NflOuAlfesbTxJIHSW0SLFYLXBVSPwrG6VeqCN+dMVCV3o+D7 hkgA== MIME-Version: 1.0 X-Received: by 10.107.16.32 with SMTP id y32mr3641388ioi.53.1431183843087; Sat, 09 May 2015 08:04:03 -0700 (PDT) In-Reply-To: <9a85a810-8052-40be-a95d-084f0cb4e2d0@googlegroups.com> References: <9a85a810-8052-40be-a95d-084f0cb4e2d0@googlegroups.com> Date: Sun, 10 May 2015 01:04:03 +1000 Subject: Re: numpy and cython From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431183852 news.xs4all.nl 2941 [2001:888:2000:d::a6]:53296 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90235 On Sun, May 10, 2015 at 12:51 AM, pauld11718 wrote: > Unable to compile : > /usr/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] > #warning "Using deprecated NumPy API, disable it by " \ > ^ > gcc -pthread -shared build/temp.linux-x86_64-3.4/visco.o -L/home/abcd/miniconda3/envs/venv1/lib -lpython3.4m -o /media/abcd/Man_UTD/pythoncode/venv1/visco.cpython-34m.so Looks like a warning to me. Are you sure the compilation isn't working? Check to see if you have an output file. If you don't, there's something else wrong, not just this. ChrisA