Jittor / jittor

Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
https://cg.cs.tsinghua.edu.cn/jittor/
Apache License 2.0
3.08k stars 311 forks source link

The error for import jittor #256

Open liang3588 opened 3 years ago

liang3588 commented 3 years ago

When I want to import jittor, it will generate some problems. image image I have already uninstall the jittor and reinstall it, but it doesn't work. How should I solve this problem?

Jittor commented 3 years ago

Thanks for your feedbacks, it seems the library libopcodec not found, could you please find it by command: find /public | libopcodec

---Original--- From: @.> Date: Mon, Aug 9, 2021 09:48 AM To: @.>; Cc: @.***>; Subject: [Jittor/jittor] The error for import jittor (#256)

When I want to import jittor, it will generate some problems.

I have already uninstall the jittor and reinstall it, but it doesn't work. How should I solve this problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

liang3588 commented 3 years ago

(pytorch-3) [liangyaqian@gpu-11-71-1-201 ~]$ find /public | libopcodec -bash: libopcodec: command not found

liang3588 commented 3 years ago

我没有安装libomp-dev,是不是因为这个所以报找不到shared object file的错?但是我没有服务器的sudo权限,不知道该怎么安装libomp-dev这个库?