lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

cannot import name 'BisonParser' from 'bison' #27

Open yh0508619 opened 3 years ago

yh0508619 commented 3 years ago

When trying to run the javaparser.py with python3.9 the following error message pops up: cannot import name 'BisonParser' from 'bison'

Does anyone encounter the same problem?

Run in Ubuntu 18.04 Bison, Flex, and Pybison have been installed using pip3

sbrodehl commented 3 years ago

Hey @yh0508619,

which pybison version do you use and what is the exact command you execute, which produces the error above?