Hi,
I have a problem with running Samtools and other software installed by Conda. Every times I get:
dyld: Symbol not found: _stdscr
Referenced from: /Users/bart/miniconda3/bin/samtools
Expected in: /Users/bart/miniconda3/bin/../lib/libncursesw.6.dylib
in /Users/bart/miniconda3/bin/samtools
Abort trap: 6
How can I fix it? I have tried to reinstall Openssl but I did not help me.
related ?
Might be, but two days ago everything was fine. After installation a few (pbalign Canu) extra softwares the problem occurs. I tried to uninstall those programs, but the problem is still visible.
Try this, which helped me in a similar situation:
From there on, always use --freeze-installed to avoid up/downgrading depending on channel.
Are you using conda 4.6? The 4.5 releases don't have a
--freeze-installed
option.I am using Miniconda3 latest version from https://conda.io/en/latest/miniconda.html
conda --version
is what you should tell us. If not conda 4.6, then it is probably--no-update-dependencies
Create a new environment with anaconda:
Now it should let you run samtools without the dependencies