libpython2.7.so.1.0: cannot open shared object file: No such file or directory

前端 未结 7 1423
Happy的楠姐
Happy的楠姐 2020-12-06 04:25

I have trying to run python script from the terminal but getting the next error message :

ImportError: libpython2.7.so.1.0: cannot open shared object file: N         


        
相关标签:
7条回答
  • 2020-12-06 05:00

    I solved it by using "export LD_LIBRARY_PATH="${WORK_PATH}/venv/lib".

    0 讨论(0)
提交回复
热议问题