vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
338 stars 38 forks source link

funcparserlib 0.3.6 install fails #71

Closed amal-khailtash closed 2 years ago

amal-khailtash commented 2 years ago

Installation via pip with Python 3.10.0 fails with:

error in funcparserlib setup command: use_2to3 is invalid.

bruno-at-bareos commented 2 years ago

see issue#70 with pip install funcparserlib==1.0.0a0 it will work ....

amal-khailtash commented 2 years ago

Thank you! That fixes the issue.