uwefladrich / scriptengine-tasks-ecearth

ScriptEngine tasks for the EC-Earth model
GNU General Public License v3.0
3 stars 2 forks source link

PyPI package broken #86

Closed uwefladrich closed 1 year ago

uwefladrich commented 1 year ago

When installing scriptengine-tasks-ecearth from PyPI, the tasks of the package do not register in ScriptEngine. This can be checked by running se --help, which does not list the packages. When installing the package from source (pip install -e) everything works fine.

uwefladrich commented 1 year ago

Could be that the package is just too old (version 0.2.0 from September 2020). Doesn't explain right away why the tasks do not register, but it makes sense to build a new package first and debug then.