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

ModuleNotFoundError: No module named 'transformations' #54

Open
hughkhu opened this issue Jul 5, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'transformations' #54

hughkhu opened this issue Jul 5, 2022 · 1 comment

Comments

@hughkhu
Copy link

hughkhu commented Jul 5, 2022

$ python docs/connect.py
[Taichi] mode=release
[Taichi] version 0.7.13, llvm 10.0.0, commit 26bda350, win, python 3.8.13
[Tina] version 0.1.1
[Tina] Taichi properties hacked
[Taichi] Starting on arch=cuda
[Taichi] materializing...
[Tina] Hint: MMB to orbit, Shift+MMB to pan, wheel to zoom
Traceback (most recent call last):
File "docs/connect.py", line 18, in
scene.input(gui)
File "G:\codes\taichi_three\tina\scene\raster.py", line 225, in input
changed = self.control.apply_camera(self.engine)
File "G:\codes\taichi_three\tina\util\control.py", line 117, in apply_camera
view, proj = self.get_camera()
File "G:\codes\taichi_three\tina\util\control.py", line 103, in get_camera
from .matrix import lookat, orthogonal, perspective, affine
File "G:\codes\taichi_three\tina\util\matrix.py", line 2, in
from transformations import quaternion_matrix, quaternion_multiply, quaternion_from_matrix
ModuleNotFoundError: No module named 'transformations'

  • Version
    python 3.8.13 h6244533_0
    taichi 0.7.13 pypi_0 pypi
    taichi-tina 0.1.1 pypi_0 pypi

  • Platform
    Windows 10

@hughkhu
Copy link
Author

hughkhu commented Jul 5, 2022

Solved by pip install transformations

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

1 participant