-
Notifications
You must be signed in to change notification settings - Fork 214
Installation with python 3.7 #132
Comments
Due to some CPython changes, the cppfiles in randomkit/ need to be regenerated with a recent cython. Would you mind doing so and submitting a PR? Thanks! |
Done @vene. :) |
Running setup.py install for sklearn-contrib-lightning ... error
ERROR: Command "/data/dsenv/bin/python3 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-94tpbsr9/sklearn-contrib-lightning/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-lomn90hi/install-record.txt --single-version-externally-managed --compile --install-headers /data/dsenv/include/site/python3.7/sklearn-contrib-lightning" failed with error code 1 in /tmp/pip-install-94tpbsr9/sklearn-contrib-lightning/ |
Same here, did you manage to resolve this? |
@barocsi My issue should have been fixed with #133. I'm not sure about @selvamshan's issue which looks to be different. |
Thanks! @ZeerakW |
this reminds me now it's time to test & build wheels for python 3.8 too :) maybe in a couple of days.. |
Has this been fixed yet? |
@mohataher This should be fixed in #133 |
Hey folks,
Installing this wit python 3.7 results in some errors which seem to be Cython related (see: pandas-dev/pandas#21785, pandas-dev/pandas#21785, scikit-learn-contrib/py-earth#191).
Trying to install from source doesn't seem to work either for whatever reason.
The issue occurs on both OSX (10.14 - python 3.7.2) and Ubuntu (14.04 - python 3.7.1)
The text was updated successfully, but these errors were encountered: