wenxuanguan commented on issue #6215: __init__() got an unexpected keyword argument 'ignore_nan' URL: https://github.com/apache/incubator-superset/issues/6215#issuecomment-434167137 > Superset>=0.28.0 requires Python>=3.6 as i've mentioned above, i tried python3.6.4 to pip install superset 0.28.0, but when install dependency package futures (from flower->superset) , it promote "futures requires Python '>=2.6, <3' but the running Python is 3.6.4", all error message is below: Collecting futures (from flower->superset) Downloading http://****/pypi/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/futures-3.2.0.tar.gz futures requires Python '>=2.6, <3' but the running Python is 3.6.4 the problem is superset need python >=3.6, while dependency package need python >=2.6 , < 3,how cloud i fix this thx
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
