OpenSSL 1.1.1 not support
yqi19 opened this issue · 4 comments
yqi19 commented
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
In their official website, I also found OpenSSL 1.1.1 is no longer supportive.
chenxi-wang commented
Which linux version are you using? Our code is tested on Ubuntu 20.04.
rgong-bdai commented
ubuntu 22.04
raymondyu5 commented
Also was wondering about this!