You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/25 06:39:54 UTC

[GitHub] leehwmj-junta commented on issue #3539: build_sphinx missing urlparse module

leehwmj-junta commented on issue #3539: build_sphinx missing urlparse module
URL: https://github.com/apache/incubator-superset/issues/3539#issuecomment-391957034
 
 
   This problem occurs because your python version is 3.x.
   The urlparse module is renamed to urllib.parse in Python 3.
   
    Lower the python version, or replace import urlparse with import urllib.parse.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org