edgars opened a new issue #11166:
URL: https://github.com/apache/incubator-superset/issues/11166
A clear and concise description of what the bug is.
### Expected results
It does not installs on Ubuntu 18.04
### Actual results
Here is the final errors:
```
Building wheels for collected packages: apache-superset, python-geohash,
wtforms-json, idna-ssl
Running setup.py bdist_wheel for apache-superset ... error
Complete output from command /root/incubator-superset/venv/bin/python3 -u
-c "import setuptools,
tokenize;__file__='/tmp/pip-build-oq9qyl9u/apache-superset/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d
/tmp/tmpi5zsh2uqpip-wheel- --python-tag cp36:
fatal: not a git repository (or any of the parent directories): .git
-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
VERSION: 0.37.2
GIT SHA:
-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown
distribution option: 'long_description_content_type'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for apache-superset
Running setup.py clean for apache-superset
Running setup.py bdist_wheel for python-geohash ... error
Complete output from command /root/incubator-superset/venv/bin/python3 -u
-c "import setuptools,
tokenize;__file__='/tmp/pip-build-oq9qyl9u/python-geohash/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d
/tmp/tmp0kng07j7pip-wheel- --python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for python-geohash
Running setup.py clean for python-geohash
Running setup.py bdist_wheel for wtforms-json ... error
Complete output from command /root/incubator-superset/venv/bin/python3 -u
-c "import setuptools,
tokenize;__file__='/tmp/pip-build-oq9qyl9u/wtforms-json/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d
/tmp/tmp92b4dybupip-wheel- --python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for wtforms-json
Running setup.py clean for wtforms-json
Running setup.py bdist_wheel for idna-ssl ... error
Complete output from command /root/incubator-superset/venv/bin/python3 -u
-c "import setuptools,
tokenize;__file__='/tmp/pip-build-oq9qyl9u/idna-ssl/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d
/tmp/tmpmlf1h2qdpip-wheel- --python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for idna-ssl
Running setup.py clean for idna-ssl
Failed to build apache-superset python-geohash wtforms-json idna-ssl
Installing collected packages: python-geohash, decorator, py, retry,
urllib3, selenium, simplejson, typing-extensions, multidict, yarl, idna-ssl,
async-timeout, chardet, aiohttp, slackclient, sqlparse, wtforms-json,
apache-superset
Running setup.py install for python-geohash ... done
Running setup.py install for idna-ssl ... done
Running setup.py install for wtforms-json ... done
Running setup.py install for apache-superset ... done
Successfully installed aiohttp-3.6.2 apache-superset-0.37.2
async-timeout-3.0.1 chardet-3.0.4 decorator-4.4.2 idna-ssl-1.1.0
multidict-4.7.6 py-1.9.0 python-geohash-0.8.5 retry-0.9.2 selenium-3.141.0
simplejson-3.17.2 slackclient-2.5.0 sqlparse-0.3.0 typing-extensions-3.7.4.3
urllib3-1.25.10 wtforms-json-0.3.3 yarl-1.6.0
```
Any idea?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]