Sai Bhargav Avula

Results 1 comments of Sai Bhargav Avula

The issue is related to the Python path. One easy solution to handle this in your case would be Adding the directory to the Python path using import sys sys.path.append("PATH_TO_YOUR_PACKAGE")...