dydx-v3-python icon indicating copy to clipboard operation
dydx-v3-python copied to clipboard

python package dependencies conflict: ccxt vs dydx - setuptools version

Open normanlmfung opened this issue 3 years ago • 0 comments

hi Dydx team, any chance you can upgrade setuptools version?

ccxt 2.0.1 depends on setuptools>=60.9.0 dydx-v3-python 1.9.1 depends on setuptools==50.3.2

atm the work around is take dydx out of requirements.txt: pip install -r requirements.txt

Then separate install dydx: pip install dydx-v3-python==1.9.1 --user

Thanks

normanlmfung avatar Nov 22 '22 04:11 normanlmfung