graspnet / anygrasp_sdk

222 stars 22 forks source link

./license_checker -f does not work #37

Open PranayG opened 3 months ago

PranayG commented 3 months ago

Screenshot from 2024-03-18 14-52-56

I have installed the requirements.txt file and tried fetching a new feature ID. This error is persistent in many systems I have tried in. The OS is Ubuntu 22.04 as well.

Error : libcrypto.so.1.1: cannot open shared object file: No such file or directory

chenxi-wang commented 3 months ago

Seems like a dependency issue. You can install this lib manually.

yqi19 commented 3 months ago

I encounter with the same issue, do you resolve this?

Screenshot from 2024-03-18 14-52-56

I have installed the requirements.txt file and tried fetching a new feature ID. This error is persistent in many systems I have tried in. The OS is Ubuntu 22.04 as well.

Error : libcrypto.so.1.1: cannot open shared object file: No such file or directory

I encounter with the same issue, do you resolve this?

yqi19 commented 3 months ago

Seems like a dependency issue. You can install this lib manually.

I encounter with the same issue, do you resolve this? The lib does not support 1.1.1 on their official website.

yuqi0166 commented 3 months ago

Here is my solution to this: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory

follow the instructions to re-install a OpenSSL 1.1.1 (this will not overlap with your current OpenSSL)