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

node-expat command fails when trying to convert KITTI to XVIZ #399

Open
bcsuvar opened this issue Mar 6, 2019 · 5 comments
Open

node-expat command fails when trying to convert KITTI to XVIZ #399

bcsuvar opened this issue Mar 6, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@bcsuvar
Copy link

bcsuvar commented Mar 6, 2019

Hi,

I get a problem trying to execute KITTI conversion to XVIZ (https://avs.auto/#/xviz/getting-started/converting-to-xviz/viewing-the-generated-xviz)

Problem seems to be with node-expat. Could someone give me a pointer in where to find the solution?

2019-03-06T17_47_06_319Z-debug.log

Appreciated

@twojtasz
Copy link
Contributor

twojtasz commented Mar 6, 2019

Looks like your on windows.

I suggest these references to see if it helps. Ping me back either way.
xmppo/node-expat#166

This is pulled in because of xml2json, we may want to move to https://www.npmjs.com/package/xml-js or https://www.npmjs.com/package/fast-xml-parser

@twojtasz
Copy link
Contributor

twojtasz commented Mar 6, 2019

@xintongxia putting on your radar

@twojtasz twojtasz added the bug Something isn't working label Mar 6, 2019
@bcsuvar
Copy link
Author

bcsuvar commented Mar 7, 2019

Thanks @twojtasz, appreciate the suggestions. It hasn't worked just yet, but trying to sort it. I'm on windows, so there might be issues with that.

@EliotCao
Copy link

EliotCao commented May 5, 2019

@zoeeer
Copy link

zoeeer commented Oct 16, 2019

I encountered the same problem.
I followed several approaches such as npm install --global --production windows-build-tools, but it still fails at node-gyp rebuild during yarn.
However, I successed by running npm install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants