pyloess icon indicating copy to clipboard operation
pyloess copied to clipboard

pyloess cannot be built on Mac OSX with python 3.6

Open yjiangnan opened this issue 6 years ago • 0 comments

Hi,

I did sudo python3 setup.py install but many errors occured in file "src/_loess.c"

The file seems to be automatically generated and is very outdated: /* Generated by Pyrex 0.9.5.1a on Sun Mar 25 18:15:15 2007 */

But generated from what? Is it from _loess.pyx? Then why not put it in the setup.py file to do it automatically when compiling?

Edit: it seems to be an issue with python3. I can successfully compile with python2. Can you add python3 support, please?

yjiangnan avatar Aug 17 '17 23:08 yjiangnan