humanoid-path-planner/hpp-fcl

pip install not working

alaflaquiere-sony opened this issue · 1 comments

Hi,

I'm not sure this is the best place to raise such an issue, but the pip install hpp-fcl command recommended on pypi is currently not working.
It leads to the following error:

ERROR: Could not find a version that satisfies the requirement hpp-fcl (from versions: none)
ERROR: No matching distribution found for hpp-fcl

My setup: ubuntu20.04, python3.8

Nvm, looks like upgrading pip was enough to solve the issue!