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

Unable to handle package.xml format version '3' #19

Closed
stevenczwu opened this issue Mar 31, 2020 · 3 comments
Closed

Unable to handle package.xml format version '3' #19

stevenczwu opened this issue Mar 31, 2020 · 3 comments

Comments

@stevenczwu
Copy link

Hey there. I am trying to run it on a virtual machine, and I got error as this:
Unable to handle package.xml format version '3'

I tried with sudo apt-get update && sudo apt-get install --only-upgrade python-catkin-pkg, but it is still not working... do you have any idea? Thanks!

@niosus
Copy link
Member

niosus commented Apr 13, 2020

Hey @stevenczwu
I guess the fix should be as simple as just allowing for numbers higher than 2 in the version field. I will try to look into this soon.

@niosus
Copy link
Member

niosus commented May 9, 2020

Looking deeper into this, it seems this error has nothing to do with fetch but is an error from somewhere else. I've just modified the tests to check if it works with package.xml format version 3 and it does. So I will close this issue as it is related to some other tool. Feel free to reopen if I am actually wrong.

@niosus niosus closed this as completed May 9, 2020
@niosus
Copy link
Member

niosus commented May 9, 2020

Just as a proof: #20

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

2 participants