-
Notifications
You must be signed in to change notification settings - Fork 184
all-in-one error #15
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
Comments
version information:
|
I was able to fix this by converting the output to a string decoded_output = output.decode("utf-8")
return float(decoded_output[decoded_output.index('=') + 1:decoded_output.rindex("'")]) |
Please can I get an estimated time this fix will be applied to the all_in_one_no_pm.py script so it can be run in python3 today is 08-17-2019 |
@kflmiami420 well, the solution is to append see #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unfortunately there is a new error. when running this from ipython:
The text was updated successfully, but these errors were encountered: