Open Bladefidz opened 6 years ago
did you resolved this problem
@danyXu, to be honest, I do not exactly know how this problem occurred and to be solved since a day after this problem occured, my previous OS just break due false package installation. So after install new OS, the problem seems not re occured.
thanks for your reply first. my problem takes place after upgrading some softwares in my Ubuntu 17.So I think the problem is the base libs which are used by acodana.I left this now,if I get it, I will touch here
@dannyXu thank you for follow up. Recently, I got simillar problem when trying to open rstudio installed on opensuse tumbleweed. Some .so libraries just missing, so I just do some tricks: Find related .so libraries in google, download it and placed inside /usr/share directory.
This problem could be caused if libGL is linked against or picking up the wrong libxcb library. Using ldd, I would check which copy of libxcb libGL is using. Maybe Anaconda ships its own version of libxcb and it is not picked up.
Actual Behavior
I used Spyder 3.2.8 with Python 3.6.4 Anaconda custom (64-bit). I just got ImportError: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: undefined symbol: xcb_dri3_get_supported_modifiers when trying to import matplotlib.pyplot as plt
Expected Behavior
But, when I used /usr/bin/python3 to compile corresponding file, matplotlib.pyplot imported without any errors or warning.
Anaconda or Miniconda version:
Operating System:
Linux Mint 18.3 Cinnamon 64-bit / Ubuntu 16.04 64-bit
conda info
conda list --show-channel-urls