You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/20 23:34:00 UTC

[GitHub] mistercrunch commented on issue #4856: Fix 'pip install .'

mistercrunch commented on issue #4856: Fix 'pip install .'
URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383247670
 
 
   Probably because of https://github.com/apache/incubator-superset/blob/master/tox.ini#L29, if you install the requirements.txt first and then run `pip install .` then it works.
   
   For me if I try a simple `pip install .` from an empty virtualenv I get the error above. Note that setuptools is not aware of `requirements.txt`, only of what's in `setup.py`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services