nboley / idr

IDR
GNU General Public License v2.0
168 stars 46 forks source link

No module named 'idr.idr' #31

Closed benflynn closed 7 years ago

benflynn commented 7 years ago

Hi,

I'm pretty new to ChIP-Seq analysis and have been trying to install idr on my MAC. I downloaded the idr package along with python3.6.1 |Anaconda 4.4.0. However when I tried 'idr -h' command I received this error:

Traceback (most recent call last): File "/Users/benflynn_1/anaconda3/bin/idr", line 4, in import('pkg_resources').run_script('idr==2.0.3', 'idr') File "/Users/benflynn_1/anaconda3/lib/python3.6/site-packages/setuptools-27.2.0-py3.6.egg/pkg_resources/init.py", line 744, in run_script File "/Users/benflynn_1/anaconda3/lib/python3.6/site-packages/setuptools-27.2.0-py3.6.egg/pkg_resources/init.py", line 1499, in run_script File "/Users/benflynn_1/anaconda3/lib/python3.6/site-packages/idr-2.0.3-py3.6-macosx-10.7-x86_64.egg/EGG-INFO/scripts/idr", line 8, in import idr.idr ModuleNotFoundError: No module named 'idr.idr'

I have tried re-installing idr but am still receiving the same error. Does anyone know what has gone wrong and how to fix this as I can't find a solution with simple googling?

Cheers,

Ben