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

ParseError: syntax error: line 1, column 0 #48

Open
k98vishwas opened this issue May 20, 2022 · 0 comments
Open

ParseError: syntax error: line 1, column 0 #48

k98vishwas opened this issue May 20, 2022 · 0 comments

Comments

@k98vishwas
Copy link

Kindly help me solve this error

Traceback (most recent call last):

File "C:\Users\vishw.conda\envs\demo\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 15, in
tree = ElementTree.parse(infile_xml)

File "C:\Users\vishw.conda\envs\demo\lib\xml\etree\ElementTree.py", line 1196, in parse
tree.parse(source, parser)

File "C:\Users\vishw.conda\envs\demo\lib\xml\etree\ElementTree.py", line 597, in parse
self._root = parser._parse_whole(source)

File "", line unknown
ParseError: syntax error: line 1, column 0

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

1 participant