graspnet / anygrasp_sdk

222 stars 22 forks source link

OpenSSL 1.1.1 not support #38

Open yqi19 opened 3 months ago

yqi19 commented 3 months ago

Hi everyone, thanks for your amazing work. When I am installing, I found that OpenSSL does not support 1.1.1 version anymore.

(py3-mink) yu@yu-G470:~/se3grasp/anygrasp_sdk/grasp_detection$ sudo apt-get install openssl libssl1.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'
E: Couldn't find any package by regex 'libssl1.1'

So I was wondering how do you fix this?

Thanks, Yu

yqi19 commented 3 months ago

In their official website, I also found OpenSSL 1.1.1 is no longer supportive.

chenxi-wang commented 3 months ago

Which linux version are you using? Our code is tested on Ubuntu 20.04.