-
Notifications
You must be signed in to change notification settings - Fork 7
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
hca prints --help insted of run #112
Comments
What do you get when you run |
$ hca --version I am trying to run this on rhel7 remote server, no gui. Would it be a problem? Does hca use port 443 only? I wonder if any additional traffic blocked by our firewall and that is why it breaks. |
What's the exact command you're running? |
I was given a script "hca-download-census". Inside the script this seems to fail: "hca dss download --bundle-uuid XXXXXXXXXX --replica aws". I tried on my home system - Ubuntu Desktop and it worked without any issues. |
Ohhhh, yeah, I think this might be firewall-related. What do you get when you run |
seems like working |
That looks good. Can you zip up the contents of |
hca_config.zip Thank you |
Hm... that looks okay. What do you get when you run |
i see this: $ hca dss download --help Download a bundle and save it to the local filesystem as a directory. optional arguments: |
So what do you get when you run:
|
this is what is odd: $ hca dss download --bundle-uuid c94a43f9-257f-4cd0-b2fe-eaf6d5d37d18 --replica aws positional arguments: optional arguments: |
Can you update your Python to a newer version? |
this is a big system used by many people - it can't be done quickly and easily. :( |
we have 2.7 and 3.4 |
Which 2.7 version? |
Python 2.7.5 works the same way unfortunately: $ export PATH=/opt/rh/python27/root/usr/bin/:$PATH positional arguments: optional arguments: |
Hi @oskotsky, I recognize where the bug is coming from and will push out a fix shortly. The issue has been fixed in Python 2.7, but, just putting Python 2.7 into your $PATH is not sufficient to trigger its use - you actually have to use |
Thank you! Running in virtualenv solved the problem. It should be encouraged anyway, right? |
@kislyuk pointed the solution - running hca in virtualenv. solves the problem. Thank you so much! |
Closing |
hca dss download --bundle-uuid XXXXXXXXXX --replica aws just prints help output. adding --log-level DEBUG is not recognized as a switch
Thank you
The text was updated successfully, but these errors were encountered: