-
Notifications
You must be signed in to change notification settings - Fork 4
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
owlcat vs python3-meqtrees-cattery on KERN-7: broken dep? #246
Comments
owlcat depends on meqtrees cattery: https://github.com/ska-sa/owlcat/blob/master/setup.py#L12 unfortunately, meqtrees has not been ported to py3 (yet). if it is an optional dependency, it should be made an optional dependency upstream. |
Actually, meqtrees-cattery has been ported. In fact the whole stack is ported to py3. The only issue is that the meqbrowser app needs qt4, which has been dropped in Focal. So we need to make a plan to package everything except the browser (or even package the browser and have it bomb out with an error message). Cheers, |
cool cool. @Athanaseus can you try to create a package for https://github.com/ska-sa/meqtrees-cattery/releases/tag/v1.7.2 ? |
But also |
I uploaded If I can remember we only need |
Yeah absolutely. I think the only place it uses |
Yes, that's even a better alternative. |
That's just used to insert MODEL_DATA and CORRECTED_DATA columns. Not sure it's even necessary TBH! |
what about this one @Athanaseus , has this been resolved or is this still work in progress? |
This should be resolved. The latest |
The text was updated successfully, but these errors were encountered: