taichi-dev / taichi_three

A soft renderer based on Taichi (work in progress)
https://t3.142857.red/
MIT License
223 stars 24 forks source link

ModuleNotFoundError: No module named 'transformations' #54

Open hughkhu opened 2 years ago

hughkhu commented 2 years ago

$ 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'

hughkhu commented 2 years ago

Solved by pip install transformations