-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't seem to get this running on my mac #3
Comments
seems to be a md5sum problem. Could you do the following and post the output, please?
|
I can't seem to get a version from md5sum:
I tried other options and also did a man - nothing. I know it's pretty old though since it's in /sw/bin. I removed that from my path, but apparently, that's my only copy. I'd surprised xcode didn't install one.
|
This is my md5sum version
Could you check If not, you'd better need to update your md5sum (e.g. with Homebrew, run If you have problem updating md5sum, another option is to execute all the commands from |
Well, I updated homebrew and did |
See e.g.
Make sure gnubin is in your PATH,
Then try again |
|
OK. I added that to my path. I got past that issue, but now make dies with this error:
|
Did you create a virtual environment as instructed on the README page? BTW, I generated a latest version for you, https://gitlab.com/zyxue/ncbitax2lin-lineages/blob/master/lineages-2018-03-12.csv.gz |
Cool. Thanks. And yeah. Here's what I did:
Just re-tried it. I still get the same error. Is any of that incorrect? |
No, that doesn't seem to be correct. You created two nested virtual environments... And you weren't activating venv correctly. Try in a new terminal session and just follow the instruction, see if that works |
Right, well. I didn't know the steps for installing pandas. The link wasn't explicit about it. And the command to activate venv hadn't worked. The one I executed was the one that was suggested at the end of the `conda create` command. I'll try a fresh terminal and let you know.
… On Mar 12, 2018, at 5:07 PM, Zhuyi Xue ***@***.***> wrote:
No, that doesn't seem to be correct. You created two nested virtual environments... And you weren't activating venv correctly.
Try in a new terminal session and just follow the instruction, see if that works
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACMadOTmMi2AjsjCTID37q_9S0NfC8MSks5tduOVgaJpZM4SnEG4>.
|
pandas is part of the dependency. It's in
installs everything you need when creating a new virtual environment. It might be beneficial to read a bit about conda https://conda.io/docs/ for long-term purpose. |
I still get the same result. Here's the full session. Did I miss something?:
|
You python seesm to be corrupted...
How did you install miniconda? It's a python problem, not ncbi2taxlin . |
Oh geez. I don't know. It's been too long ago. OK, well never mind. This rabbit hole is getting too deep. Thanks for the help. |
Could be a conda problem, conda/conda#5811. Here are a few options if you still want to make it work.
|
Well, I tried the first 2 and got errors. I'm just going to drop this I guess. Not your fault. Just way more effort than I intended to put in.
|
Conda is great, it will be worthwhile if you figured it out. But it's your call. As a kind suggestion, I meant
You'll see something like such
NOT |
Another way is to go through a more comprehensive tutorial first, and then try this. I thought I've made the procedure straightforward. |
Oh yeah. Whoops. I didn't copy the history back far enough. I tried |
Everything seems to be fine through
conda activate venv
(though I had to switch to bash to get this to work, as it doesn't work in tcsh - perhaps this should be mentioned in the readme...). Anyway, when I run the next commandmake
, I get the error:So it looks like the call to
md5sum
is for some other version?And if I try to run the script, I get:
I'm not very experienced with python. Is this a problem on my end or is there an incompatibility issue or what?
The text was updated successfully, but these errors were encountered: