I am getting an error while importing parser
I am getting an error to this line "from quantulum import parser"
File "/usr/local/lib/python3.6/dist-packages/quantulum/parser.py", line 124 value = re.sub(ur'(?<=\d)(%s)10' % r.MULTIPLIERS, 'e', value)
SyntaxError: invalid syntax
Same issue here. Is there a solution?
Same issue. I've gone around it using sohrabtowfighi's python3 fork.
pip install git+https://github.com/sohrabtowfighi/quantulum
I am still experiencing this issue, but I can confirm the fork works!
What version of python are you using? If you are using 3 and above, I think you should install quantulum3 instead of quantulum. Notice the supported python version of the packages: https://pypi.org/project/quantulum/ https://pypi.org/project/quantulum3/
I'm using Python 3, and installing quantulum3 solved the issue. Thanks!