Pip installer fails on Windows
Installing discretize from pip returns this error on windows:

Try updating numpy to >1.20.
Did you ever find a solution to this problem? I'm currently having the same issue trying to install on a new computer.
This error implies a binary incompatibility between numpy and discretize, which likely means that pre-built wheels provided for windows on pypi are compiled against a version of numpy that is newer than the one you currently have in your environment.
If you do not want to use conda-forge to install discretize then, as indicated above, try updating your numpy installation, or installing from source.
Assuming that solution worked, closing this issue