Hello,
Thank you for making this handy package. I installed the package using the setup.py file and tried importing it but I get an import error.
>>> from g2p_en import g2p Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/g2p_en/__init__.py", line 1, in <module> from g2p import g2p, Session ImportError: cannot import name 'g2p'
I also tried uninstalling the package and installing it again using pip but the problem persisted. Am I doing something wrong?
Hello, Thank you for making this handy package. I installed the package using the setup.py file and tried importing it but I get an import error.
>>> from g2p_en import g2p Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/g2p_en/__init__.py", line 1, in <module> from g2p import g2p, Session ImportError: cannot import name 'g2p'
I also tried uninstalling the package and installing it again using pip but the problem persisted. Am I doing something wrong?
Thanks in advance. Matt