This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dstufft, eric.araujo, pitrou, steve.dower
Date 2015-10-12.17:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444671317.42.0.28476348382.issue25385@psf.upfronthosting.co.za>
In-reply-to
Content
I'm under Linux, but get the following warning when compiling an extension module.  This only happens with 3.5+.

$ python setup.py build_ext --inplace 
running build_ext
building 'numba._helperlib' extension
C compiler: gcc -pthread -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC

compile options: '-I/home/antoine/35/lib/python3.5/site-packages/numpy/core/include -I/home/antoine/35/include/python3.5m -c'
Warning: Can't read registry to find the necessary compiler setting
Make sure that Python modules winreg, win32api or win32con are installed.
gcc: numba/_helpermod.c
[...]
History
Date User Action Args
2015-10-12 17:35:17pitrousetrecipients: + pitrou, eric.araujo, steve.dower, dstufft
2015-10-12 17:35:17pitrousetmessageid: <1444671317.42.0.28476348382.issue25385@psf.upfronthosting.co.za>
2015-10-12 17:35:17pitroulinkissue25385 messages
2015-10-12 17:35:17pitroucreate