Cytoolz 0.11.2 doesn't build
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.
I have the same problem
same issue here
if you are using visualstudio, you have to install visual studio build tools and include the following components
- MSVC v1xx
- Windows 11/10 SDK
- C++ CMake tools for windows
- testing tools core features
- C== AddressSanitizer
Can you please just change cytoolz==0.12.0 in requirements, that works fine.
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.
Please can we update to cytoolz==0.12.0
using python 3.8 instead of 3.11 worked for me
Fixed: https://github.com/dydxprotocol/dydx-v3-python/pull/191