-
Notifications
You must be signed in to change notification settings - Fork 68
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
paraview still seems to be needed via matplotlib #165
Comments
Is there a stack trace or other error message? I don't see any mention of vtk in the matplotlib package, don't know how it's getting referenced. |
UV-CDAT still exits abrubtly with exit code 255 if the vtk VisTrails module is absent. |
The error message doesn't show up because of the way UV-CDAT redirects its output streams; in uvcdat.py, both the The traceback is:
This shows that the UV-CDAT UI tends to import stuff from packages... Apart from spreadsheet, uvcdat and uvcdat_cdms:
This might be showing an issue with how logging is done as well. |
I've started working on fixing these in the branch |
The memoryLogger refs are diagnostic code that should probably be removed when Ben and I complete our investigations of uvcdat memory leaks. Also, DV3D should not require matplotlib (the dependency is supposed to be optional). From: Remi Rampin <notifications@github.commailto:notifications@github.com> This is what I have: uvcdat_cdms imports memoryLogger from vtDV3D.vtUtilities; should this really be inside the vtDV3D package? — |
vtDV3D.SlicePlotModule imports MplFigureCellWidget and MplFigureManager. The import from init to SlicePlotModule was happening in yet another catch-all block, I replaced this with a test on has_package(). |
Please update this branch to current uvcdat-master as it was never tested and got aged. |
Hmm, I cannot merge with uvcdat-master as it is not related with the uvcdat-next branch I based this on. I'm thus rebasing this with:
|
The problems I see are:
blue: temporary memoryLogger deps |
ok merged this branch into master can we close this, or is there still issues? |
There is nothing that should block a release. I'm not sure about the spreadsheet dependencies in red, I think they should either be removed or appear as a package dependency if they are real. So somebody might want to check that. |
ok closing for now. |
@doutriaux1 Lets keep it open until we resolve this. |
Today we started uvcdat before Paraview was built. UV-CDAT didn't start becasue matplotlib needs vtk vistrail module (why?) GUI should be able to start w/o vtk
The text was updated successfully, but these errors were encountered: