graspnet/anygrasp_sdk

OpenSSL 1.1.1 not support

yqi19 opened this issue · 4 comments

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

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

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

ubuntu 22.04

Also was wondering about this!