-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Hi,
The tool was originally written with only python 2 support— that to me seems like the first thing to change (looks like you’re using python 3)
On Mar 18, 2021, at 2:20 PM, robeach78 ***@***.******@***.***>> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#90>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD32FYP6DKK2IC3PF52AZ6DTEJVDLANCNFSM4ZNNJNSA>.
|
HI, I also got the same issue. Thanks, |
I also have the same issue. |
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
The text was updated successfully, but these errors were encountered: