You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AWS EC2 Ubuntu 18.04. I was able to install everything successfully. While I was trying to load Detectron2LayoutModel, I get following error
python3: Relink `/lib/x86_64-linux-gnu/libsystemd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
python3: Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
Segmentation fault (core dumped)
To Reproduce
Steps to reproduce the behavior:
I launched a t2.large AWS Ubuntu 18.04 and ran following command
python3: Relink `/lib/x86_64-linux-gnu/libsystemd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
python3: Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
Segmentation fault (core dumped)
Environment
Ubuntu 18.04 - AWS t2.large Instance
layout parser version = 0.3.2
Python 3.6.9
Any one else facing this issue?
The text was updated successfully, but these errors were encountered:
I am using AWS EC2 Ubuntu 18.04. I was able to install everything successfully. While I was trying to load Detectron2LayoutModel, I get following error
To Reproduce
Steps to reproduce the behavior:
I launched a t2.large AWS Ubuntu 18.04 and ran following command
and then ran the following script.
Output -
Environment
Any one else facing this issue?
The text was updated successfully, but these errors were encountered: