Hi everyone !!
I am new to or-tools. I am interested in testing 'cvrptw' solutions but I have issues running the examples. When running the crvptw.py script (the one from github), I get the following error :
" from ortools.constraint_solver import routing_enums_pb2
ImportError: cannot import name routing_enums_pb2 "
I am not sure what to do...
I also tried the crvptw.py script from
tar.gz file for the or-tools Python package. This script runs successfully (it doesn't use trouting_eums_pb2).
Any idea? Thanks in advance for your help.