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
When the installation was done as per the instructions in the README.md file the following error occurred:
Traceback (most recent call last):
File "build_licenses.py", line 6, in <module>
from .normalize import normalize
ImportError: attempted relative import with no known parent package
Note: The similar issue was occurring for all the python files. Possible cause of this error was the import format :
from .normalize import normalize
from .utils import compressStringToBytes
Due to the dot after the python files name it was showing error.
Version : Python 3.7.7
The text was updated successfully, but these errors were encountered:
When the installation was done as per the instructions in the README.md file the following error occurred:
Note: The similar issue was occurring for all the python files. Possible cause of this error was the import format :
Due to the dot after the python files name it was showing error.
Version : Python 3.7.7
The text was updated successfully, but these errors were encountered: