Valdoise
Results
2
comments of
Valdoise
Same here, I followed the install guide and get the following error : ``` File "C:\Users\User\Documents\SY27\Kalman\trajectory.py", line 11, in import ukfm File "C:\Python39\lib\site-packages\ukfm\__init__.py", line 2, in from ukfm.geometry.so2 import SO2...
For me, modification of the package parameter was required, based on your stackoverflow solution : `packages=['ukfm', 'ukfm.geometry', 'ukfm.model', 'ukfm.ukf']` (setup.py, line 11)