Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90235
| References | <9a85a810-8052-40be-a95d-084f0cb4e2d0@googlegroups.com> |
|---|---|
| Date | 2015-05-10 01:04 +1000 |
| Subject | Re: numpy and cython |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.283.1431183852.12865.python-list@python.org> (permalink) |
On Sun, May 10, 2015 at 12:51 AM, pauld11718 <pauld11718@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 07:51 -0700
Re: numpy and cython Chris Angelico <rosuav@gmail.com> - 2015-05-10 01:04 +1000
Re: numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 08:56 -0700
Re: numpy and cython pauld11718 <pauld11718@gmail.com> - 2015-05-09 09:09 -0700
Re: numpy and cython Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-09 17:54 +0100
Re: numpy and cython Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-09 17:53 +0100
csiph-web