Skip to content
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

🐛[BUG]: Missing dependency #203

Open
ThomasMGeo opened this issue Dec 11, 2024 · 0 comments
Open

🐛[BUG]: Missing dependency #203

ThomasMGeo opened this issue Dec 11, 2024 · 0 comments
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@ThomasMGeo
Copy link

Version

'0.2.0a0'

On which installation method(s) does this occur?

Source

Describe the issue

Working through the notebook / .py file, when I get to this block:

`# Option 1: Use config file and CLI (use this outside a notebook)

with open('./01_config.json', 'w') as f:

json.dump(config, f)

! python3 -m earth2mip.inference_ensemble 01_config.json

Option 2: Feed in JSON string directly into main function

config_str = json.dumps(config)
inference_ensemble.main(config_str)`

I get this traceback error:

ModuleNotFoundError: No module named 'apex'

I am assuming it's this package, but might be worth adding to pyproject.toml.

Environment details

@ThomasMGeo ThomasMGeo added ? - Needs Triage Need team to review and classify bug Something isn't working labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant