You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing UnicodeDecodeError on our build system running py3.6, though I
couldn't reproduce on my local 3.6. This fix addresses the issue.
(cherry picked from commit 885d779)
Make sure these boxes are checked before submitting your issue - thank you!
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 "", line 1, in
File "/tmp/pip-install-liolni/superset/setup.py", line 19, in
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
The text was updated successfully, but these errors were encountered: