Closed adonese closed 7 years ago
There is an effort underway by other users to get wxPython4 builds added to the conda repositories. See #423 for more details and links.
Duplicate, sort of.
The solution suggested here solves the problem!
I just had to modify the LD_LIBRARY_PATH
.
# In my case I did
$ export LD_LIBRARY_PATH=/home/adonese/anaconda3/lib/python3.5/site-packages/wx:$LD_LIBRARY_PATH
# You might also need to source your bashrc and do ldconfig.
$ source ~/.bashrc
$ sudo ldconfig
Hi, I'm using
I've Anaconda's Python 3.5 installed as my default system's python. I've installed wxPython on it via pip (version 4.0.0b1). Whenever I import it as wx, I got this error message.
Using ldd results in
Rest of ldd results on pastebin