wenxuanguan commented on issue #6215: __init__() got an unexpected keyword argument 'ignore_nan' URL: https://github.com/apache/incubator-superset/issues/6215#issuecomment-435261003 > The latest master should not have `futures` as part of `requirements.txt` anymore. (since #6201) pip install master with `pip install https://github.com/apache/incubator-superset/zipball/master` meet error: ```bash Collecting https://github.com/apache/incubator-superset/zipball/master Downloading https://github.com/apache/incubator-superset/zipball/master / 65.0MB 2.1MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-a1unz9tn-build/setup.py", line 15, in <module> with open(PACKAGE_FILE) as package_file: NotADirectoryError: [Errno 20] Not a directory: '/tmp/pip-a1unz9tn-build/superset/static/assets/package.json' ```
---------------------------------------------------------------- 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]
