-
Notifications
You must be signed in to change notification settings - Fork 1
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
No module named 'ruamel_yaml' #5
Comments
That's a good point. If installing But your points are valid, to minimize the hassles, we should try to separate batoms and api as much as possible. My current design for
The main reason I chose to not render using If installing via pip solves this issue we can leave it as is. But I do have a feeling that all the rendering parts should be intergrated into |
A possible solution is proposed in #7. Can implement after finishing compatibility with batoms v2.2.0 |
Describe the bug
@alchem0x2A
I pull the latest batoms_api, and did a simple test. I got an error with module
ruamel_yaml
.To Reproduce
Input python script:
Reason
The command inside
blender_run
isIn this case, when running blender, the command will import batoms_api inside the Blender's Python. However, we only install
batoms_api
and its dependencies on the local Python environment.We need to avoid importing batoms_api inside Blender. Maybe to use the old method:
The text was updated successfully, but these errors were encountered: