You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: