Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem when executing Qt app from Terminal when using libtorch
Qt 6.11 is out! See what's new in the release blog

Problem when executing Qt app from Terminal when using libtorch

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 217 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ZINE
    wrote on last edited by ZINE
    #1

    Hi all,

    I have a Qt application which use libtorch library and that build and run normally when using Qt Creator. I have Qt 5.9.5 and Ubuntu 18.04.
    However, when I run my Qt app through terminal (./My_app) I got the error below :
    4f67dbc3-bac7-4700-a7c2-c2321cc3cbf8-Screenshot from 2023-06-14 21-32-27.png

    How to fix this error knowing that the libtorch library was used without issues when executing from Qt Creator ?

    JoeCFDJ 1 Reply Last reply
    0
    • Z ZINE

      Hi all,

      I have a Qt application which use libtorch library and that build and run normally when using Qt Creator. I have Qt 5.9.5 and Ubuntu 18.04.
      However, when I run my Qt app through terminal (./My_app) I got the error below :
      4f67dbc3-bac7-4700-a7c2-c2321cc3cbf8-Screenshot from 2023-06-14 21-32-27.png

      How to fix this error knowing that the libtorch library was used without issues when executing from Qt Creator ?

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      @ZINE this lib path is not set. Do the following:
      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path-to-libtorch
      you can use
      locate libtorch.so
      to find its path

      1 Reply Last reply
      1
      • Z ZINE has marked this topic as solved on

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved