
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xdįile "/home/xmatt/development/cryptos/freqtrade_copy/.venv/lib/python3.9/site-packages/utils_find_1st/_init_.py", line 3, in Successfully installed numpy-1.19.5 py-find-1st-1.1.4 Installing collected packages: numpy, py-find-1st

doneīuilding wheels for collected packages: py-find-1stīuilding wheel for py-find-1st (PEP 517).

# To make the above work, upgrade numpy to the latest version (which is the one py_find_1st is compiled against).

In very some cases (binary compilation) this can lead to errors like the below when trying to import the dependency. Using pyproject.toml build-dependencies installs the latest version of a library, even if the same pip command installs a fixed version.
