Closed dmvianna closed 6 years ago
Maybe it's little bit late for an answer but for anyone who gets this error, change the following line:
from verbal_expressions import VerEx, re_escape
with this
from .verbal_expressions import VerEx, re_escape
(Just added a dot at the begining of the module name)
in the init.py file of the Verbal Expressions. The location for the file is printed at the error logs. For @dmvianna it's C:\ProgramData\Anaconda3\envs\pydata\lib\site-packages\verbalexpressions__init__.py
Hope this helps.
Hi, Fatih. Thank you for your comment!
Would you be able to submit a pull request? I don't think it would be best practice to manually change library code in order to use it. This is a bug, it should be fixed upstream.
The fix is already released: https://pypi.org/project/VerbalExpressions/0.0.2/
This is
VerbalExpressions-0.0.1
, which is the version inpypi
.