Deci-AI / super-gradients

Easily train or fine-tune SOTA computer vision models with one open source training library. The home of Yolo-NAS.
https://www.supergradients.com
Apache License 2.0
4.51k stars 489 forks source link

Error in building wheels #898

Closed soumyadbanik closed 1 year ago

soumyadbanik commented 1 year ago

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

image

dagshub[bot] commented 1 year ago

Join the discussion on DagsHub!

ofrimasad commented 1 year ago

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

soumyadbanik commented 1 year ago

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 @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

spsancti commented 1 year ago

Try to pip install wheel in this environment before installing SuperGradients, looks like it's lacking there

Louis-Dupont commented 1 year ago

@soumyadbanik any update?

soumyadbanik commented 1 year ago

I actually created a conda env and installed super-gradients. It installed successfully.