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

fauna uploads fail in python 3 unicode error #81

Open
lmoncla opened this issue Jan 16, 2018 · 1 comment
Open

fauna uploads fail in python 3 unicode error #81

lmoncla opened this issue Jan 16, 2018 · 1 comment

Comments

@lmoncla
Copy link
Collaborator

lmoncla commented Jan 16, 2018

When uploading new fasta files to fauna with python 3, upload.py fails at lines 59, 102, and 148 with: AttributeError: 'str' object has no attribute 'decode'. This does not occur with python 2.

@rneher
Copy link
Member

rneher commented Jan 16, 2018

none of nextstrain python is currently python3 conform. We should address that soon though. unicode is the default string in python3 and the decode behavior has changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants