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/07/04 01:34:11 UTC

[GitHub] darylerwin opened a new issue #5339: 0.26.0 upgrade fails - looks to be a change in the setup.py throwing this error

darylerwin opened a new issue #5339: 0.26.0 upgrade fails - looks to be a change in the setup.py throwing this error
URL: https://github.com/apache/incubator-superset/issues/5339
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ x] I have reproduced the issue with at least the latest released version of superset
   - [ x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   0.26.0 upgrade
   
   ### Expected results
   perform the update
   
   ### Actual results
   . ./venv25rc3/bin/activate
   python -V
   Python 2.7.12
   pip -V
   pip 10.0.1 from /home/derwin/venv25rc3/local/lib/python2.7/site-packages/pip (python 2.7
   
   pip install superset --upgrade
   Collecting superset
     Using cached https://files.pythonhosted.org/packages/89/36/3dcf6e8e9ab80e94af0bc4e6ddf296d8ece737f52b39f721e0296267a9e8/superset-0.26.0.tar.gz
       Complete output from command python setup.py egg_info:
       Traceback (most recent call last):
         File "<string>", line 1, in <module>
         File "/tmp/pip-install-liolni/superset/setup.py", line 19, in <module>
           with open('README.md', encoding='utf-8') as f:
       TypeError: 'encoding' is an invalid keyword argument for this function
   
   ### Steps to reproduce
   pip install superset --upgrade
   
   I see that setup.py was just updated to include this encoding code - did that change the requirements to install/update setup from 2.7 to 3.x?
   
   Also tried running 
   wget https://raw.githubusercontent.com/apache/incubator-superset/master/requirements.txt
   pip install -r requirements.txt

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