-
Notifications
You must be signed in to change notification settings - Fork 33
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
New lo_driver.py Incompatible with LROC NAC Images #571
Comments
@thea-mckenna This was introduced in the LO driver and we failed to update the recipe to pull the new dependency. For now to get things working with the most recent version of ALE you will need to run:
We will work to get this sorted and release a fixed version of ALE via conda-forge |
In digging into this more, we can't ship ALE with affine6p since it is not available through conda-forge. For now we can disable the LO drivers and get a new version of ALE available. |
Hi @acpaquette , thanks for checking and for your reply! It is true that we did not try to simply |
@steo85it ALE is somewhat naive when looking for what driver to use, we basically try every driver until one succeeds. Generally, we get around this by enforcing drivers to only work with certain instrument ids but that can easily be broken if someone doesn't enforce that paradigm in a new driver. That pip install should solve this issue and we can find a way to be smarter about driver selection |
Hi, myself and @steo85it got this error when trying to use a template csm script (see here at section 8.12.2) to convert LRO NAC cub files to jsons (which should not trigger an lo_driver.py call). Both of us have found that when reverting our cloned repos to the 57e0d2a commit this issue goes away and the conversion works. We think this might hint to an issue of the LO driver being called for LRO images. Although reverting to the other commit works, it is not optimal.
The text was updated successfully, but these errors were encountered: