question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"CXXABI_1.3.9' not found" error

See original GitHub issue

Summary:

Hi, I installed pyani through conda and I am getting a “CXXABI_1.3.9’ not found” error. No errors in installation

Reproducible Steps:

conda install pyani average_nucleotide_identity.py

Current Output:

Traceback (most recent call last): File “/home/odin/.conda/envs/py36/bin/average_nucleotide_identity.py”, line 4, in <module> import(‘pkg_resources’).run_script(‘pyani==0.2.3’, ‘average_nucleotide_identity.py’) File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/pkg_resources/init.py”, line 742, in run_script self.require(requires)[0].run_script(script_name, ns) File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/pkg_resources/init.py”, line 1510, in run_script exec(script_code, namespace, namespace) File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/pyani-0.2.3-py3.6.egg/EGG-INFO/scripts/average_nucleotide_identity.py”, line 169, in <module> File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/pyani-0.2.3-py3.6.egg/pyani/pyani_graphics.py”, line 29, in <module> File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/cluster/init.py”, line 27, in <module> from . import vq, hierarchy File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/cluster/hierarchy.py”, line 179, in <module> import scipy.spatial.distance as distance File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/spatial/init.py”, line 93, in <module> from .kdtree import * File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/spatial/kdtree.py”, line 8, in <module> import scipy.sparse File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/sparse/init.py”, line 229, in <module> from .csr import * File “/home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/sparse/csr.py”, line 15, in <module> from ._sparsetools import csr_tocsc, csr_tobsr, csr_count_blocks,
ImportError: /home/odin/.conda/envs/py36/lib/python3.6/site-packages/matplotlib/…/…/…/libstdc++.so.6: version `CXXABI_1.3.9’ not found (required by /home/odin/.conda/envs/py36/lib/python3.6/site-packages/scipy/sparse/_sparsetools.cpython-36m-x86_64-linux-gnu.so)

pyani Version:

0.2.3

Python Version:

3.6

Operating System:

Ubuntu 17.04

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

17reactions
jmartin18commented, Feb 20, 2018

I was able to solve by pip uninstalling/reinstalling scipy

0reactions
IsabelMeranercommented, Jan 30, 2019

I was able to solve by pip uninstalling/reinstalling scipy

The same worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not ...
and it returns CXXABI_1.3.9 . But I still can't figure out what is the problem. Any help would be appreciated. python.
Read more >
Import Error: version `CXXABI_1.3.9' not found #92 - GitHub
Hi. I've just forked the repo and tried to run the first code, nsfg.py. I get an error regarding something with matplotlib.
Read more >
Linux install problems - CXXABI_1.3.9 not found - Juno
I installed Julia in my home directory, but used the system yum setup to ... Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ......
Read more >
libstdc++.so.6: version `CXXABI_1.3.9' not found - MediaMonkey
When I try to execute mms I get an error: /lib/libstdc++.so.6: version `CXXABI_1.3.9' not found. Any thoughts?
Read more >
0011895: missing CXXABI_1.3.9 - Dwarf Fortress Bug Tracker
Got an error message saying that I was missing libstdc++.so.6 upon first launching. Ran sudo apt-get install libstdc++.so.6 in my command line, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found