Wasserwecken / bvhio

Read, write, edit and create .bvh files with hierarchical 3D transforms
MIT License
47 stars 11 forks source link

No module named `SpatialTransform` #3

Closed Sh0cktr4p closed 1 year ago

Sh0cktr4p commented 1 year ago

When I install the latest version of bvhio via pip, a ModuleNotFoundError occurs. Also, it seems like glm is not listed in the dependencies.

Wasserwecken commented 1 year ago

As a workaround you can use "pip install -r requirements.txt" to install the requirements. I gonna check this out

Wasserwecken commented 1 year ago

The package dependencies should be fixed now and installing the package should work as expected. Can you verify that it works for you too?

Thanks for pointing out!