error while loading shared libraries: libpython3.7m(2.7).so.1.0: cannot open shared object file: N
Python3問題:
./out: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
解決辦法:
1、cd /etc/ld.so.conf.d
2、vim python3.conf
3、新增 /root/anaconda3/lib(替換成你的路徑)
4、ldconfig
Python2問題:
./out: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
解決辦法:
1、vi /etc/ld.so.conf.d/python2.7.conf
2、新增 /root/anaconda3/lib(替換成你的路徑)
3、ldconfig
相關文章
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- error while loading shared libraries: libclntsh.so.10.1ErrorWhile
- MySQL 啟動報錯 error while loading shared librariesMySqlErrorWhile
- mongod: error while loading shared libraries: libstdc++.so.6GoErrorWhileC++
- ggsci: error while loading shared libraries: libnnz11.soErrorWhile
- error while loading shared libraries: libgconf-2.so.4:ErrorWhileGC
- 故障解決:error while loading shared libraries: libncurses.so.5ErrorWhile
- libmysqlclient.so.16: cannot open shared object file: No such file or directoryIBMMySqlclientObject
- python libclntsh.so.12.1: cannot open shared object filePythonObject
- ImportError: libffi.so.7: cannot open shared object file: No such file or directoryImportErrorObject
- MongoDB報錯mongorestore: error while loading shared libraries: libsasl2.so.2MongoDBRESTErrorWhile
- libcudart.so.8.0: cannot open shared object file解決方案DartObject
- MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1MySqlErrorWhile
- 呼叫torchtext報錯OSError: libtorch_cpu.so: cannot open shared object file: No such file or directoryErrorObject
- CentOS7提示 libsasl2.so.2: cannot open shared object fileCentOSObject
- linux puppeteer 截圖提示缺少chrome-linux/chrome error while loading shared libraries: libXdamage.so.1LinuxChromeErrorWhile
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- linux編譯Android原始碼的時候出錯:error while loading shared libraries: libstdc++.so.6Linux編譯Android原始碼ErrorWhileC++
- Nginx安裝啟動過程報錯libpcre.so.1 cannot open shared object file: No such file or directoryNginxObject
- conda環境下ImportError: libmkl_intel_lp64.so.1: cannot open shared object file問題解決ImportErrorIBMIntelObject
- 影片匯聚平臺EasyCVR啟動出現報錯“cannot open shared object file”的原因排查與解決VRObject
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- “no source“: Error: #5: cannot open source input file “C:\Users\xxx\AppData\Local\Temp\p4228: PermiErrorAPP
- std::make_shared
- 共享池 shared pool
- iostat -n來統計NFS讀寫資訊時碰到了Cannot open /proc/self/mountstats: No such file or directoryiOSNFS
- [20200212]使用DBMS_SHARED_POOL.MARKHOT與檢視v$open_cursor.txt
- OGG-15050 Error loading Java VM runtime library: (2 No such file or directory)ErrorJava
- Random.Shared.Next 使用random
- vlc play video shared by sambaIDESamba
- Oracle Shared Pool Memory ManagementOracle
- Flutter shared_preferences 探究Flutter
- Cannot dlopen some GPU libraries.GPU
- 視覺SLAM十四講第九講 執行程式中碰到的shared libraries相關的坑。視覺SLAM行程
- How to compile libusb as shared/static libraryCompile