XMLSchemaParseError
Quote from frank ebing on January 10, 2026, 10:32 pmHello,
i downloaded the python version on linux fedora. When i try to create a new project in baramFlow i get a error:
File "src/lxml/xmlschema.pxi", line 89, in lxml.etree.XMLSchema.__init__
lxml.etree.XMLSchemaParseError: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'default': [facet 'minExclusive'] The value '0.7' must be greater than '0'., line 668BR, Frank
Hello,
i downloaded the python version on linux fedora. When i try to create a new project in baramFlow i get a error:
File "src/lxml/xmlschema.pxi", line 89, in lxml.etree.XMLSchema.__init__
lxml.etree.XMLSchemaParseError: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'default': [facet 'minExclusive'] The value '0.7' must be greater than '0'., line 668
BR, Frank
Quote from Jake on January 10, 2026, 11:47 pmHi, Frank.
That problem comes from the locale handling in XML library.
Could you try setting following environment variables and running BARAM again?
$ export LC_ALL=C $ export LANG=C BR, Jake
Hi, Frank.
That problem comes from the locale handling in XML library.
Could you try setting following environment variables and running BARAM again?
$ export LC_ALL=C $ export LANG=C BR, Jake
Quote from frank ebing on January 12, 2026, 3:02 amThanks Jake,
that solved the problem.
Thanks Jake,
that solved the problem.