I have an error after upgrade Fedora 30 version. I try to run my Django project, but I got an error like
python: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
How can I fix it?
Copy the library file libpython3.6m.so.1.0 to your /usr/lib/. If you have downloaded Python3.6.x and installed it manually you will find the file libpython3.6m.so.1.0 in the folder where you've extracted Python3.6.x or in /usr/local/lib/.
That worked for me under Debian 8.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With