-
Notifications
You must be signed in to change notification settings - Fork 160
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
ig_assets version 2.2.2 incompatible. Needs to be in range [2.0.6, 2.2.1) #355
Comments
Could you solve it? I'm facing the same issue. |
@nblkStudy I solved the problem by directly modify the file, "ig_assets version 2.2.2 incompatible. Needs to be in range [2.0.6, 2.2.1)" to "ig_assets version 2.2.2 incompatible. Needs to be in range [2.0.6, 2.2.3)". It worked out then. I'm not sure will it cause some further issue. |
It seems to me as though the current version on our |
@cgokmen Maybe the problem comes from Lines 101 to 114 in 7d95982
As I'm using the older version of iGibson. So the MAX_ASSETS_VERSION_EXCL may be smaller than 2.2.2. However the only version available is 2.2.2. |
I think removing this check for those versions particularly won't break anything, but why do you need to be at an older version of iGibson? Both you and @nblkStudy . |
@cgokmen I'm using iGibson 2.2.0. Since the request of repository I'm working on is to install iGibson==2.2.0. I'm not sure if I'm using the latest of version of iGibson will bring some potential Issues. |
When I'm trying to run the igibson 1.4.0, it failed due the following errer:
I can't find where to download the older vision of ig_assets, from the https://storage.googleapis.com/gibson_scenes/assets_igibson.tar.gz I can only download the latest version of assets which is 2.2.2. How can I download the older version of ig_assets?
The text was updated successfully, but these errors were encountered: