equinor / fmu-sumo

Interaction with Sumo in the FMU context
https://fmu-sumo.readthedocs.io/en/latest/
Apache License 2.0
0 stars 6 forks source link

current master is not functional #181

Closed HansKallekleiv closed 1 year ago

HansKallekleiv commented 1 year ago

See CI

E.g.

/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/distutils/dist.py:985: RemovedInSphinx70Warning: setup.py build_sphinx is deprecated.
  cmd_obj.run()
WARNING: autodoc: failed to import module 'explorer' from module 'fmu.sumo'; the following exception was raised:
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/sphinx/ext/autodoc/importer.py", line 66, in import_module
    return importlib.import_module(modname)
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 843, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/__init__.py", line 3, in <module>
    from fmu.sumo.explorer.explorer import Explorer
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/explorer.py", line 4, in <module>
    from fmu.sumo.explorer.objects.case_collection import (
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/objects/__init__.py", line 2, in <module>
    from fmu.sumo.explorer.objects.case import Case
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/objects/case.py", line 7, in <module>
    from fmu.sumo.explorer.objects.table_collection import TableCollection
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/objects/table_collection.py", line 5, in <module>
    from fmu.sumo.explorer.objects.table import Table
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/fmu/sumo/explorer/objects/table.py", line 11, in <module>
    logging.basicConfig(handlers=logging.NullHandler)
  File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/logging/__init__.py", line 2000, in basicConfig
    for h in handlers:
TypeError: 'type' object is not iterable