Cannot install dm-tree 0.1.6 on ubuntu 18.04 LTS
fxpoignart opened this issue · 5 comments
pip install fails with error:
ERROR: dm_tree-0.1.6-cp38-cp38-manylinux_2_24_x86_64.whl is not a supported wheel on this platform.
My platform is 'Ubuntu 18.04.5 LTS', and I also got this problem!
Failed building wheel for dm-tree
My platform is 'Ubuntu 18.04.5 LTS', and I also got this problem!
Failed building wheel for dm-tree
Same here!
I got the same error on Ubuntu 18.04.1
with pip
20.1.1
version.
Once I updated pip
to 21.1.2
with pip install --upgrade pip
. The issue disappeared and I was able to install it.
I got the same error on
Ubuntu 18.04.1
withpip
20.1.1
version.Once I updated
pip
to21.1.2
withpip install --upgrade pip
. The issue disappeared and I was able to install it.
Yes this worked for me too.
Thanks for sharing the fix @pvasek!