Using the VFPAnalysis plugin, with recent version of ecl2df / res2df gives:
File ".../site-packages/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py", line 11, in <module>
from ecl2df.vfp._vfpdefs import (
ModuleNotFoundError: No module named 'ecl2df.vfp._vfpdefs'; 'ecl2df.vfp' is not a package
Changing to
python -c "from ecl2df.vfp import _vfpdefs as defs; print(defs.ALQ)"
seems to work.
Users can workaround this by either using previous version of ecl2df, or comment out VFPAnalsyis plugin.
Using the VFPAnalysis plugin, with recent version of
ecl2df
/res2df
gives:Changing to
seems to work.
Users can workaround this by either using previous version of
ecl2df
, or comment out VFPAnalsyis plugin.