Hello.

Updated to python3.6

I'm trying to run python, and since I have python3.5 in all the venvs, I swear that I can't find libpython3.5m.so.1.0

Checking: find /usr/lib -name '*libpython*' 2> /dev/null

I get:

 /usr/lib/libpython3.6m.so /usr/lib/libreoffice/program/libpythonloaderlo.so /usr/lib/libpython3.so /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.a /usr/lib/libpython3.6m.so.1.0 /usr/lib/libpython2.7.so /usr/lib/python2.7/config/libpython2.7.so /usr/lib/libpython2.7.so.1.0 

Further I check: cat /var/log/pacman.log | grep 'upgraded python ' cat /var/log/pacman.log | grep 'upgraded python '

and get:

 [2016-11-08 19:39] [ALPM] upgraded python (3.5.1-2 -> 3.5.2-1) Двоичный файл (стандартный ввод) совпадает 

And after pacman -Syu, there is still no update in pacmna's logs.

What to do? How to be?

Thank you in advance!

    1 answer 1

    The solution is not the best, but it works:

    sudo ln -s /usr/lib/libpython3.6m.so.1.0 /usr/lib/libpython3.5m.so.1.0 .

    But at the same time it was necessary to reinstall python.