issue after upgrade to 1.0.4
Closed this issue · 4 comments
minhl commented
Environment:
Windows10
Python 3.9.5
pydbml 1.0.4
import pydbml
AttributeError: type object 'ParserElement' has no attribute 'set_default_whitespace_chars'
uninstall 1.0.4 and reinstall 0.4.2 resolved issue.
Vanderhoof commented
@minhl thanks for the report!
Could you tell which version of pyparsing do you have installed?
pip list
minhl commented
pyparsing 2.4.7
Vanderhoof commented
This should be fixed by
pip install pyparsing --upgrade
I'll update the version limit in setup.py
so that problem won't arise after PyDBML install
minhl commented
upgrade pyparsing to 3.0.9 fixed the issue. Thanks.