E ImportError: /home/user/anaconda3/lib/python3.7/site-packages/scipy/sparse/../../../../libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /opt/ros/noetic/lib/libtf2.so) #771
Unanswered
nfu64967512
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I met some problem when I install Crazy swarm ROS , I try to run "$CSW_PYTHON -m pytest",
then the result:
~/crazyswarm/ros_ws/src/crazyswarm/scripts$ $CSW_PYTHON -m pytest
=========================================================================================== test session starts ===========================================================================================
platform linux -- Python 3.7.1, pytest-4.0.2, py-1.7.0, pluggy-0.8.0
rootdir: /home/jaja/crazyswarm/ros_ws/src/crazyswarm/scripts, inifile: pytest.ini
plugins: remotedata-0.3.1, openfiles-0.3.1, doctestplus-0.2.0, arraydiff-0.3
collected 31 items
test_collisionAvoidance.py ............ [ 38%]
test_highLevel.py ......... [ 67%]
test_lowLevel.py ...... [ 87%]
test_ros.py F [ 90%]
test_simOnly.py . [ 93%]
test_videoOutput.py s [ 96%]
test_yamlString.py . [100%]
================================================================================================ FAILURES =================================================================================================
_____________________________________________________________________________________________ test_ros_import _____________________________________________________________________________________________
test_ros.py:6:
pycrazyswarm/crazyflie.py:9: in
import tf_conversions
/opt/ros/noetic/lib/python3/dist-packages/tf_conversions/init.py:30: in
from .posemath import *
/opt/ros/noetic/lib/python3/dist-packages/tf_conversions/posemath.py:29: in
from tf import transformations
/opt/ros/noetic/lib/python3/dist-packages/tf/init.py:30: in
from tf2_ros import TransformException as Exception, ConnectivityException, LookupException, ExtrapolationException
/opt/ros/noetic/lib/python3/dist-packages/tf2_ros/init.py:38: in
from tf2_py import *
/opt/ros/noetic/lib/python3/dist-packages/tf2_py/init.py:38: ImportError
I have open another terminal tab and run roscore, but test_ros.py failed,
E ImportError: /home/jaja/anaconda3/lib/python3.7/site-packages/scipy/sparse/../../../../libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /opt/ros/noetic/lib/libtf2.so)
and I can't solve "libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /opt/ros/noetic/lib/libtf2.so)"while test.
If you could give me some pointers about this issue it would be greatly helpful
Beta Was this translation helpful? Give feedback.
All reactions