ImportError: libboost_python3-py36.so.1.65.1
Hi Tiago, I am on Ubuntu 19.04, and I upgraded to the graph-tool 2.32 (edited sources.list, update and apt-get install). Now when I try to import graph tool using "import graph_tool.all as gt", I get the following error: import graph_tool.all as gt File "/usr/lib/python3/dist-packages/graph_tool/__init__.py", line 106, in <module> dl_import("from . import libgraph_tool_core as libcore") File "/usr/lib/python3/dist-packages/graph_tool/dl_import.py", line 58, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: libboost_python3-py36.so.1.65.1: cannot open shared object file: No such file or directory Could you kindly suggest a solution? Thanks and regards, Snehal Shekatkar
Am 05.06.20 um 16:59 schrieb Snehal Shekatkar:
Hi Tiago,
I am on Ubuntu 19.04, and I upgraded to the graph-tool 2.32 (edited sources.list, update and apt-get install). Now when I try to import graph tool using "import graph_tool.all as gt", I get the following error:
import graph_tool.all as gt File "/usr/lib/python3/dist-packages/graph_tool/__init__.py", line 106, in <module> dl_import("from . import libgraph_tool_core as libcore") File "/usr/lib/python3/dist-packages/graph_tool/dl_import.py", line 58, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: libboost_python3-py36.so.1.65.1: cannot open shared object file: No such file or directory
Could you kindly suggest a solution?
The latest graph-tool 2.32 was not built for 19.04 because it has been discontinued (reached end of life). Maybe the error above is because you installed a package for another ubuntu version? Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Thanks Tiago. It is true that 19.04 is dead, but somehow when I installed graph-tool, it did show me version 2.32 got installed (on the terminal verbose). I will upgrade to a stable Ubuntu version, and will give another try. Thanks so much for your time. Sent with ProtonMail Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, June 5, 2020 10:26 PM, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
Am 05.06.20 um 16:59 schrieb Snehal Shekatkar:
Hi Tiago, I am on Ubuntu 19.04, and I upgraded to the graph-tool 2.32 (edited sources.list, update and apt-get install). Now when I try to import graph tool using "import graph_tool.all as gt", I get the following error: import graph_tool.all as gt File "/usr/lib/python3/dist-packages/graph_tool/init.py", line 106, in <module> dl_import("from . import libgraph_tool_core as libcore") File "/usr/lib/python3/dist-packages/graph_tool/dl_import.py", line 58, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: libboost_python3-py36.so.1.65.1: cannot open shared object file: No such file or directory Could you kindly suggest a solution?
The latest graph-tool 2.32 was not built for 19.04 because it has been discontinued (reached end of life). Maybe the error above is because you installed a package for another ubuntu version?
Best, Tiago
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tiago de Paula Peixoto tiago@skewed.de
graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
Hi Tiago. Upgrading solved the problem. Thanks again. Sent with ProtonMail Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, June 6, 2020 7:18 AM, Snehal Shekatkar <snehalshekatkar@protonmail.com> wrote:
Thanks Tiago. It is true that 19.04 is dead, but somehow when I installed graph-tool, it did show me version 2.32 got installed (on the terminal verbose). I will upgrade to a stable Ubuntu version, and will give another try. Thanks so much for your time.
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, June 5, 2020 10:26 PM, Tiago de Paula Peixoto tiago@skewed.de wrote:
Am 05.06.20 um 16:59 schrieb Snehal Shekatkar:
Hi Tiago, I am on Ubuntu 19.04, and I upgraded to the graph-tool 2.32 (edited sources.list, update and apt-get install). Now when I try to import graph tool using "import graph_tool.all as gt", I get the following error: import graph_tool.all as gt File "/usr/lib/python3/dist-packages/graph_tool/init.py", line 106, in <module> dl_import("from . import libgraph_tool_core as libcore") File "/usr/lib/python3/dist-packages/graph_tool/dl_import.py", line 58, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: libboost_python3-py36.so.1.65.1: cannot open shared object file: No such file or directory Could you kindly suggest a solution?
The latest graph-tool 2.32 was not built for 19.04 because it has been discontinued (reached end of life). Maybe the error above is because you installed a package for another ubuntu version? Best, Tiago
Tiago de Paula Peixoto tiago@skewed.de graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
participants (2)
-
Snehal Shekatkar -
Tiago de Paula Peixoto