-
Notifications
You must be signed in to change notification settings - Fork 27
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
an error in meteor #1
Comments
add encode('utf-8') |
i met the same question on spice! input_data is a list composed of dict, in_file is a tempfile.NamedTemporaryFile/ |
I met this problem. (I couldn't use Meteor and Spice) |
Hello, I have found a solution to this problem,in meteor.py:
|
self.meteor_p.stdin.write('{}\n'.format(score_line))
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered: