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

Non compliant floats in json of pythreejs #107

Open
moorepants opened this issue Jul 18, 2022 · 0 comments
Open

Non compliant floats in json of pythreejs #107

moorepants opened this issue Jul 18, 2022 · 0 comments
Labels
external Requires fixing something in an external library. pythreejs

Comments

@moorepants
Copy link
Owner

WARNING: Cell printed to stderr:
/home/moorepants/miniconda/envs/multibody-book/lib/python3.9/site-packages/jupyter_client/session.py:718: UserWarning: Message serialization failed with:
Out of range float values are not JSON compliant
Supporting this message is deprecated in jupyter-client 7, please make sure your message is JSON-compliant
  content = self.pack(content)

WARNING: Cell printed to stderr:
/home/moorepants/miniconda/envs/multibody-book/lib/python3.9/site-packages/pythreejs/traits.py:203: UserWarning: 64-bit data types not supported for WebGL data, casting to 32-bit.
  warnings.warn('64-bit data types not supported for WebGL '
@moorepants moorepants added external Requires fixing something in an external library. pythreejs labels Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Requires fixing something in an external library. pythreejs
Projects
None yet
Development

No branches or pull requests

1 participant