-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Followed your installation instruction. But got this import package error "dot3" from filterpy.kalman.
I search the filterpy.kalman codes, only dot is supported.
Thanks for looking into this.
Tac.
(carnd-term1) EliteBook-8540w:/highway-lane-tracker$ python find_lane.py ./data/test_videos/project_video.mp4/highway-lane-tracker$
/home/th/anaconda3/envs/carnd-term1/lib/python3.5/site-packages/matplotlib/font_manager.py:280: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
'Matplotlib is building the font cache using fc-list. '
Traceback (most recent call last):
File "find_lane.py", line 20, in
from windows import Window, filter_window_list, joint_sliding_window_update, window_image
File "/home/th/highway-lane-tracker/windows.py", line 5, in
from filterpy.kalman import KalmanFilter, logpdf, dot3
ImportError: cannot import name 'dot3'
(carnd-term1)EliteBook-8540w: