loosolab/TF-COMB

Installation using pip install .

Closed this issue · 2 comments

I am trying to build a docker file for this package. So, i am doing some test here.

I tried ,
$ mamba create -n tfcomb_env --file required_packages.txt
$ conda activate tfcomb_env
$ pip install .
and go to the python, "from tfcomb import CombObj" and got "ModuleNotFoundError: No module named 'tfcomb.counting' " error.

Would you help me out for it?

Hi @dpwlek1997

I assume you start python from within the TF-Comb folder?
There is an import issue when importing tfcomb if you are within the TF-Comb repository folder. See here.
Please try to change your directory and see if that solves it.

If the error persists let me know. :)
Best
Hendrik

Closing due to inactivity.