-
Notifications
You must be signed in to change notification settings - Fork 55
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
Issue while running the executable. #122
Comments
Identical error here with current version 0.7.1. Installation was fine, see below. I'd appreciate any help.
|
Setting the shebang of the svtyper executable to a python3 binary solved this issue. Or installing svtyper in an environment where |
@joehagmann Could you elaborate on how you fixed this? Did you manipulate the shebang at |
I had the same issue. I believe it is a python version issue. I have python 3, but I believe SVTyper requires v 2.7. So I did the following: Activate the virtual environment Install svtyper within the virtual environment Run your svtyper command within the virtual environment Deactivate the virtual environment when done |
did anyone fix this problem? appreciate it. |
Hi,
I'm trying to use svtyper on my mac and after installation when I try to run the executable I get this error:
% svtyper
Traceback (most recent call last):
File "/Users/kshitizghimire/miniconda3/bin/svtyper", line 5, in
from svtyper.classic import cli
File "/Users/kshitizghimire/miniconda3/lib/python3.6/site-packages/svtyper/classic.py", line 416
print '--------------------------'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('--------------------------')?
Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered: