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

Cytoolz 0.11.2 doesn't build

Open healthyred opened this issue 3 years ago • 5 comments

Can you guys update the requirements to use a different cytoolz version?

https://github.com/pytoolz/cytoolz/issues/157

I believe 0.11.2 has some issues building / installing on some machines.

healthyred avatar Sep 20 '22 16:09 healthyred

I have the same problem

julian-dotcom avatar Oct 06 '22 10:10 julian-dotcom

same issue here

kylesvec avatar Nov 02 '22 15:11 kylesvec

if you are using visualstudio, you have to install visual studio build tools and include the following components

  1. MSVC v1xx
  2. Windows 11/10 SDK
  3. C++ CMake tools for windows
  4. testing tools core features
  5. C== AddressSanitizer

vincent7q avatar Nov 18 '22 07:11 vincent7q

Can you please just change cytoolz==0.12.0 in requirements, that works fine.

doobran avatar Nov 26 '22 04:11 doobran

You can point to a different requirements text file with cytoolz==0.12.0 if you want and it will install:

pip install dydx-v3-python -r requirements.txt --no-dependencies

Little bit dodgy because some functions might not work but its a interim solution.

doobran avatar Nov 26 '22 04:11 doobran

Please can we update to cytoolz==0.12.0

menaitm avatar Dec 02 '22 16:12 menaitm

using python 3.8 instead of 3.11 worked for me

SC4RECOIN avatar Jan 06 '23 13:01 SC4RECOIN

Fixed: https://github.com/dydxprotocol/dydx-v3-python/pull/191

BrendanChou avatar Jan 27 '23 19:01 BrendanChou