llSourcell / How_to_simulate_a_self_driving_car

This is the code for "How to Simulate a Self-Driving Car" by Siraj Raval on Youtube
430 stars 306 forks source link

Issue with importing cv2. #35

Closed shuvamklu closed 5 years ago

shuvamklu commented 5 years ago

@AbhishekPatnaik While trying to run the pre-trained model.I am getting the error on first line of the util.py. import cv2,os The error showing is.. ImportError: /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates

how to solve this???

Stormwaker commented 5 years ago

You've closed this issue. Does this mean that you've found the solution for it? Could you share it? I'm struggling with it right now...