https://github.com/PyWaves/PyWaves/pull/179 can you test it at least? i did not get it how to fully test
Читать полностью…i can push binary serialization fix, but pyblake2 fix can break some pythons prior to 3.6 i think
Читать полностью…Tbh python project dependencies should be pretty clear, your projects should be setup with some package manager like poetry ( same as package.lock for npm etc).
You need to keep in mind supported versions, not just try to use latest, and upgrade libs accordingly.
But given the lack of support for pywaves it probably means to many people just wanna blindly use but not support to update it ;D
Now I’ll try again, if it doesn’t work I’ll switch to a lower version. I have 3.12 now
Читать полностью…We really need to update pywaves, if i manage to run pywaves in debugger i can update some outdated parts. For now no success. Unfamiliar with python.
Читать полностью…Yep, crossing fingers... throwing a dead rat over your left shoulder... whatever it is in your religion... 🙂
Читать полностью…Do we need to support those old versions? I would rather prefer to have a clean installation (even under Windows)...
Читать полностью…After i managed to run simple example under debugging i fixed 2 errors:
1) get rid of pyblake2 (so it works on windows with python 3.12): https://github.com/deemru/PyWaves/commit/c64cb4950c1d5b8147d5f261a9c2dd097b2f1cc0
2) fix binary serialization in args (so it produces correct invocation proofs): https://github.com/deemru/PyWaves/commit/44440ab390246d1ae4667ca1e64f24a1ae8f2dff
Feel free to do with it whatever.
Like now we find 2-5 things that didnt worked, we want to support it
But for now our time only allow support via funding/testing/paying some subscription
The interesting part is:
Читать полностью…blake2b
hash function was introduced in Python 3.6 as part of thehashlib
module.
Launched with administrator rights. The installation went well, but then it gave me an error:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyblake2
Running setup.py clean for pyblake2
Failed to build pyblake2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyblake2)