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

Glow.hail - No module found #666

Closed
davipug opened this issue May 23, 2024 · 2 comments
Closed

Glow.hail - No module found #666

davipug opened this issue May 23, 2024 · 2 comments

Comments

@davipug
Copy link

davipug commented May 23, 2024

In November 2023, I used the following code to install and import Glow to use with Hail in a Colab Enterprise Notebook and everything worked fine to read a Hail matrix table and convert it to a Glow dataframe. However, now when running this code I receive a ModuleNotFoundError: No module named 'glow.hail'

Any suggestions on how to resolve the issue?

Thanks.

Install and import Glow:

!pip install glow.py
import glow
from glow.hail import functions

Error message received:

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 3>()
1 #Import Glow and Glow.Hail Functions
2 import glow
----> 3 from glow.Hail import functions

ModuleNotFoundError: No module named 'glow.Hail'

@kermany
Copy link
Collaborator

kermany commented Jun 20, 2024

We removed all Hail dependencies in the latest release:
https://github.com/projectglow/glow/releases

@davipug
Copy link
Author

davipug commented Jun 20, 2024

Thanks for the response, missed that in the release notes.

@davipug davipug closed this as completed Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants