In line 51 of `__init__.py`, there is the following line: ```python from past.builtins import basestring ``` However, there is no `path` file or library, hence returning the following error: ``` ModuleNotFoundError: No module named 'past' ```
In line 51 of
__init__.py, there is the following line:However, there is no
pathfile or library, hence returning the following error: