omop-learn
omop-learn copied to clipboard
No module named 'omop_learn'
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 .