libaio.so.1: cannot open shared object file

前端 未结 7 982
名媛妹妹
名媛妹妹 2021-02-02 05:40

I have a simple test program that when I run I get:

./hello: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or d         


        
7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 06:21

    I'm having a similar issue.

    I found

    conda install pyodbc

    is wrong!

    when I use

    apt-get install python-pyodbc

    I solved this problem。

提交回复
热议问题