kr-colab / diploSHIC

feature-based deep learning for the identification of selective sweeps
MIT License
49 stars 14 forks source link

ModuleNotFoundError: No module named 'shicstats' #14

Closed SBNoor closed 5 years ago

SBNoor commented 5 years ago

Hi,

I am following the tutorial 'A soup to nuts example'. I am on 'Calculating feature vectors from simulations' section. However, when I run my bash script, it throws me an error: ModuleNotFoundError: No module named 'shicstats' And I haven't been able to figure out why that is so. 'shicstats.pyf' file is in diploSHIC folder where fvTools.py is. Help would be appreciated.

SBNoor commented 5 years ago

Sorry. I thought I was able to figure it out. But I keep on getting that error.

andrewkern commented 5 years ago

it sounds like the installation process didn't go okay. did you call python setup.py install? that will compile and install the diploSHIC python tools

SBNoor commented 5 years ago

Yes, I did. But it could be something went wrong during installation process. I'll install everything again. Thanks.

SBNoor commented 5 years ago

It's working now. Thank you :)