Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting an error while importing parser #12

Open
musakkhir opened this issue Jul 19, 2018 · 5 comments
Open

I am getting an error while importing parser #12

musakkhir opened this issue Jul 19, 2018 · 5 comments

Comments

@musakkhir
Copy link

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
error

@GeniaSh
Copy link

GeniaSh commented Aug 16, 2018

Same issue here. Is there a solution?

@dpebert7
Copy link

Same issue. I've gone around it using sohrabtowfighi's python3 fork.

pip install git+https://github.com/sohrabtowfighi/quantulum

@AndrewYinLi
Copy link

AndrewYinLi commented Sep 8, 2018

I am still experiencing this issue, but I can confirm the fork works!

@borodache
Copy link

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/

@Hoeuuun
Copy link

Hoeuuun commented Aug 13, 2019

I'm using Python 3, and installing quantulum3 solved the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants