When trying to install the package via pip
I see the error has inconsistent version: filename has '0.1.3', but metadata has 0+unknown
It works when changing the command to pip install selectinf --use-deprecated=legacy-resolver but this will be removed from pip in the future. Is it possible to update the metadata?
When trying to install the package via pip
I see the error
has inconsistent version: filename has '0.1.3', but metadata has 0+unknownIt works when changing the command to
pip install selectinf --use-deprecated=legacy-resolverbut this will be removed from pip in the future. Is it possible to update the metadata?