Open tae898 opened 2 years ago
at src/chatbots/bots there are several scripts / modules that try to do following:
src/chatbots/bots
import chatbots.util.driver_util as d_util import chatbots.util.capsule_util as c_util import chatbots.util.face_util as f_util
This is not gonna work unless you manually add the paths, which is not a good practice.
at
src/chatbots/bots
there are several scripts / modules that try to do following:This is not gonna work unless you manually add the paths, which is not a good practice.