Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError issue with 'MovieStatsFlow' tutorial #58

Closed
imohitmayank opened this issue Dec 15, 2019 · 3 comments
Closed

UnicodeDecodeError issue with 'MovieStatsFlow' tutorial #58

imohitmayank opened this issue Dec 15, 2019 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@imohitmayank
Copy link

After following the 'MovieStatsFlow' tutorial over here, after opening the jupyter lab on the provided notebook, getting 'UnicodeDecodeError' on the cell which gets the latest successful run.

Exact error: UnicodeDecodeError: 'ascii' codec can't decode byte 0x85 in position 320: ordinal not in range(128)

Image:
Screenshot from 2019-12-15 21-57-56

@crk-codaio crk-codaio added the help wanted Extra attention is needed label Dec 15, 2019
@crk-codaio
Copy link
Contributor

To help debug the issue could you print the python version in both the notebook and the environment when you ran the flow?
We have seen this happen before if the versions differ but just want to double check.

@imohitmayank
Copy link
Author

Seems to be an Jupyter issue: Jupyter running wrong python kernel.

Running Python 3 on the both the sides (metaflow + lab) seems to work on my end. Lab is always loading python 3 (even if I specify python 2) and the environment was python 2 on default.

Thank you.

@crk-codaio
Copy link
Contributor

Thank you for reporting this. We ll look into reproducing the issue; and see if we can communicate this surprise in a better way.
cc @bergdavidj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants