Joshua Kitenge

Results 1 comments of Joshua Kitenge

I meet the same problem. I solved this by specifying which directory the file exist in and not the file itself e.g. ``` pyceres_location="../ceres-bin/lib/" import sys sys.path.insert(0, pyceres_location) import PyCeres...