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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: