super-gradients
super-gradients copied to clipboard
Error in building wheels
Getting errors while building wheels for collected packages:
> treelib, stringcase, pycocotools, termcolor, future, antlr4-python3-runtime
.
I think, setup.py
needs to be revised.
Tried with pip install super-gradients
and pip install git+https://github.com/Deci-AI/super-gradients.git@stable
both
Hi @soumyadbanik .
Does this happen on building wheels or on pip install super-gradients
?
Can you provide some environment details?
OS, Conda (?), python version, installed packages
Thanks
Hi @soumyadbanik .
Does this happen on building wheels or on
pip install super-gradients
? Can you provide some environment details? OS, Conda (?), python version, installed packagesThanks
Hi @ofrimasad,
I created a python environment and did pip install super-gradients
. Then only it was coming.
OS-- NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.5 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
Python 3.8.10
Package Version
pip 20.0.2
pkg-resources 0.0.0
setuptools 44.0.0
Try to pip install wheel
in this environment before installing SuperGradients, looks like it's lacking there
@soumyadbanik any update?
I actually created a conda env and installed super-gradients. It installed successfully.