You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gwf
Traceback (most recent call last):
File "/home/michaelk/miniconda3/envs/gwf-test/lib/python3.12/importlib/metadata/__init__.py", line 285, in __getitem__
return next(iter(self.select(name=name)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/michaelk/miniconda3/envs/gwf-test/bin/gwf", line 5, in <module>
from gwf.cli import main
File "/home/michaelk/miniconda3/envs/gwf-test/lib/python3.12/site-packages/gwf/cli.py", line 114, in <module>
@with_plugins(entry_points(group="gwf.plugins"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/michaelk/miniconda3/envs/gwf-test/lib/python3.12/site-packages/gwf/utils.py", line 29, in entry_points
return eps[group]
~~~^^^^^^^
File "/home/michaelk/miniconda3/envs/gwf-test/lib/python3.12/importlib/metadata/__init__.py", line 287, in __getitem__
raise KeyError(name)
KeyError: 'gwf.plugins'
The text was updated successfully, but these errors were encountered:
Create a simple environment with
gwf
and newest python version:Now
gwf
fails with an obscure error message:The text was updated successfully, but these errors were encountered: