You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this and resolved the issue. The modules are already a part of the repo. I changed the imports in the source files to use relative paths. Works fine in py36. Not sure how well the project actually works.
even with the "conversion" and "exception" modules installed via pip:
...
from util import *
ModuleNotFoundError: No module named 'util'
The text was updated successfully, but these errors were encountered: