omop-learn icon indicating copy to clipboard operation
omop-learn copied to clipboard

No module named 'omop_learn'

Open TristanPy opened this issue 7 months ago • 0 comments

I get the following Module error when running your notebook on google collab

ModuleNotFoundError                       Traceback (most recent call last)

[<ipython-input-42-7381acf3eb29>](https://localhost:8080/#) in <cell line: 0>()
----> 1 from omop_learn.backends.bigquery import BigQueryBackend
      
ModuleNotFoundError: No module named 'omop_learn'

Also tried normal installation of omop learn: conda env create -f environment.yml conda activate omop-learn pip install .

TristanPy avatar May 20 '25 11:05 TristanPy