brielin / Popcorn

Software for estimating correlation of trait effect sizes across populations
33 stars 15 forks source link

ModuleNotFoundError: No module named 'fit' #17

Closed zhangchuyi closed 3 years ago

zhangchuyi commented 3 years ago

Dear Popcorn group,

Thanks for the fantastic software. I haved struggled in some problems for several days. I would appreciate it if you could give me any advice.

if I use command like this:

popcorn fit -v 1 --cfile ~/path/to/EUR_EAS_all_gen_imp.cscore --sfile1 ~/path/to/xx_eas_popcorn.txt --sfile2 ~/path/to/xx_eur_popcorn.txt correlation.txt

Then I got following error :

File "/home/lilab/zhangchuyi/anaconda3/envs/popcorn/lib/python3.8/site-packages/popcorn-0.9.9-py3.8.egg/popcorn/main.py", line 4, in import fit ModuleNotFoundError: No module named 'fit'

I am confused that why this module was not installed successfully when settingup POPRCORN. And how can I import this "fit" module?