tomas789 / kitti2bag

Convert KITTI dataset to ROS bag file the easy way!
MIT License
702 stars 256 forks source link

To Solve tornado requires an up-to-date SSL module probme #22

Open junzhang2016 opened 5 years ago

junzhang2016 commented 5 years ago

When I pip install kitti2bag, got the problem:

ImportError("Tornado requires an up-to-date SSL module. This means " ImportError: Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+ (although some distributions have backported the necessary changes to older versions).

I solved it by following this command:

sudo pip install 'Tornado>=4.0.0,<5.0.0'

Reference:

https://github.com/JuliaDocs/Documenter.jl/issues/659#event-1509787844

sauravmahuri2007 commented 4 years ago

@junzhang2016: You saved my day.. This finally worked for me after spending hours googling here and there..