Score:1

What am i doing wrong in Conda?

in flag

I am a first time user of of Anaconda & Miniconda suite and I have been having problems running code using it. Every time I try to run a python script in Anaconda or miniconda it comes up with this issue:

/miniconda3/lib/libtinfo.so.6: no version information available (required by /bin/bash)
/anaconda3/lib/libtinfo.so.6: no version information available (required by /bin/bash)

I have looked in all the help documents and in my directory and the file is there and symlink to both libtinfo.so.6.2 and libtinfo.so.6

Any suggestions would be appreciated.

Score:0
zw flag

To get libtinfo.so.6 library installed you have to install single package by

sudo apt-get install libtinfo6

and then retry launching Conda.

Will H avatar
in flag
Tried that it has something to do with the link between libtinfo and libtinfo.so/libtinfo.so.6
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.