super-gradients icon indicating copy to clipboard operation
super-gradients copied to clipboard

PIP package versions have conflicting dependencies.

Open ganymedenet opened this issue 1 year ago • 4 comments

Hey,

I have some conflicts during pip install

image

My requirements.txt

aiohttp
sqlalchemy
pandas
aiosqlite
matplotlib
super_gradients

ganymedenet avatar May 04 '23 20:05 ganymedenet

What version of python are you using? Could you please also dump pip freeze output to see what versions of already installed packages you have? Thanks!

BloodAxe avatar May 04 '23 20:05 BloodAxe

I would suggest remove forcely torch requirements when install, let users to define which version they want use, in 2023, mostly users are using torch2.0 (which is also stable for now). You should eventually and actually ASAP upgrade to torcrh2.0 rather than forcely less than 1.14

lucasjinreal avatar May 05 '23 11:05 lucasjinreal

I agree, that's quite restricting. Hopefully that would be resolved in a next feature update.

BloodAxe avatar May 05 '23 11:05 BloodAxe

This is fixed in master branch already and will be available in the next version release https://github.com/Deci-AI/super-gradients/pull/944 https://github.com/Deci-AI/super-gradients/pull/908

BloodAxe avatar May 09 '23 07:05 BloodAxe