Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with python script #90

Open
robeach78 opened this issue Mar 18, 2021 · 3 comments
Open

problem with python script #90

robeach78 opened this issue Mar 18, 2021 · 3 comments

Comments

@robeach78
Copy link

I am running hichipper for the first time and I run into this error:

Traceback (most recent call last):
File "/users/mbeato/rferrari/.local/bin/hichipper", line 11, in
load_entry_point('hichipper==0.7.9', 'console_scripts', 'hichipper')()
File "/software/as/el7.2/EasyBuild/CRG/software/Python/3.8.2-GCCcore-9.3.0/lib/python3.8/site-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/software/as/el7.2/EasyBuild/CRG/software/Python/3.8.2-GCCcore-9.3.0/lib/python3.8/site-packages/pkg_resources/init.py", line 2852, in load_entry_point
return ep.load()
File "/software/as/el7.2/EasyBuild/CRG/software/Python/3.8.2-GCCcore-9.3.0/lib/python3.8/site-packages/pkg_resources/init.py", line 2443, in load
return self.resolve()
File "/software/as/el7.2/EasyBuild/CRG/software/Python/3.8.2-GCCcore-9.3.0/lib/python3.8/site-packages/pkg_resources/init.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/users/mbeato/rferrari/.local/lib/python3.8/site-packages/hichipper-0.7.9-py3.8.egg/hichipper/cli.py", line 136
if make_ucsc or make_washu:
^
TabError: inconsistent use of tabs and spaces in indentation

what is this about?

Thanks a lot in advance.

R

@caleblareau
Copy link
Contributor

caleblareau commented Mar 22, 2021 via email

@yanchunzhang
Copy link

HI, I also got the same issue.
I tried install to a python2 version but the MACS2 package will failed installation. While I installed it successfully under python3, then this error happen. What should I do to solve this?

Thanks,
Yanchun

@ntukirafang
Copy link

ntukirafang commented Oct 31, 2023

I also have the same issue.
Did anyone know how to install MACS2 under python3(such as Python 2.7)?
After installing MACS2, pip install hichipper can be solved.
In my case, I installed the MACS2.1.4 version(suitable for Python 2.7) and double check Cython version is 0.27.2.
Then, with python2.7 setup.py again, you will successfully install hichipper package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants