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]: datapipes.healpix is not importable #680

Closed
yairchn opened this issue Sep 20, 2024 · 1 comment
Closed

🐛[BUG]: datapipes.healpix is not importable #680

yairchn opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@yairchn
Copy link
Collaborator

yairchn commented Sep 20, 2024

Version

0.7.0

On which installation method(s) does this occur?

Pip

Describe the issue

Both modulus/datapipes/__init__.py and modulus/datapipes/healpix/__init__.py seem to be empty which does not allow to install datapipes/healpix.
This blocks the use of projects like NVDLESM of this datapipes for training.

Minimum reproducible example

pip install modulus
$ python
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import modulus
modulus.datapipes.healpix
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'modulus.datapipes' has no attribute 'healpix'

Relevant log output

No response

Environment details

No response

@yairchn yairchn added ? - Needs Triage Need team to review and classify bug Something isn't working labels Sep 20, 2024
@yairchn yairchn self-assigned this Sep 20, 2024
@dallasfoster
Copy link
Collaborator

Closed with #681

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

2 participants