NVlabs/Deep_Object_Pose

nvisii-1.2.dev47+gf122b5b.72-cp36-cp36m-manylinux2014_x86_64.whl is not a supported wheel on this platform

Closed this issue · 1 comments

Trying to install the nvisii-wheel linked here under "Rendering 3d predictions using NViSII": https://github.com/NVlabs/Deep_Object_Pose/tree/master/scripts/metrics with

pip3 install nvisii-1.2.dev47+gf122b5b.72-cp36-cp36m-manylinux2014_x86_64.whl

I get the error: nvisii-1.2.dev47+gf122b5b.72-cp36-cp36m-manylinux2014_x86_64.whl is not a supported wheel on this platform

I am in a python virtual environment with:

Python 3.6.15
pip 18.1
Ubuntu 20.04 x86_64

What could be wrong?

pip3 install --upgrade pip solved the problem.