snayfach / MicrobeCensus

MicrobeCensus estimates the average genome size of microbial communities from metagenomic data
http://genomebiology.com/2015/16/1/51
GNU General Public License v3.0
42 stars 16 forks source link

Could not import module 'pkg_resources' #3

Closed tallnutt closed 9 years ago

tallnutt commented 9 years ago

Following the install instructions, get this error: Could not import module 'pkg_resources'

Linux version 3.10-3-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Debian 3.10.11-1 (2013-09-10)

Python 2.7.3

snayfach commented 9 years ago

I think setuptools might be a missing dependency. What happens when you try to import setuptools? Try typing: 'import setuptools' and 'import pkg_resources' without the quotes into your python interpreter and let me know the error you get.

Thanks, Stephen

On Sun, Feb 15, 2015 at 4:50 PM, tallnutt notifications@github.com wrote:

Following the install instructions, get this error: Could not import module 'pkg_resources'

Linux version 3.10-3-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 https://github.com/snayfach/MicrobeCensus/issues/1 SMP Debian 3.10.11-1 (2013-09-10)

Python 2.7.3

— Reply to this email directly or view it on GitHub https://github.com/snayfach/MicrobeCensus/issues/3.

snayfach commented 9 years ago

I've removed the dependency on pkg_resources. Try downloading the latest release and trying again.