Closed seralouk closed 4 years ago
I have cloned the repo and tried to install it.
The installation seems to be working fine however, import awkde throws ModuleNotFoundError: No module named 'awkde.backend'
import awkde
ModuleNotFoundError: No module named 'awkde.backend'
Any idea?
Re-trying the installation fixed the problem.
I have cloned the repo and tried to install it.
The installation seems to be working fine however,
import awkde
throwsModuleNotFoundError: No module named 'awkde.backend'
Any idea?