Ofek Lev
Ofek Lev
Can you try this? https://www.piwheels.org/project/coincurve/
Thanks! > One solution might be to build the coincurve library with a unique name so the system library doesn't get pulled in. Interesting, can you explain a bit what...
Hmm, any idea why?
Can you give me a way to test like this: ``` $ python -m timeit -s "from coincurve import PrivateKey,PublicKey;pub_key=PrivateKey.from_int(1).public_key;keys=[pub_key, pub_key]" "PublicKey.combine_keys(keys)" 50000 loops, best of 5: 5.87 usec per...
Can you show the installation step?
Can you show the Docker run command?
Can someone please give me an easy way to reproduce the error?
Yup, dunno why yet ``` building '_libsecp256k1' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/2wwb85hrvvfzkhrlwcj3pqi60nlbi9cq-python3-3.8.7/include/python3.8 -Ibuild/temp.linux-x86_64-3.8/include -c build/temp.linux-x86_64-3.8/_libsecp256k1.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_libsecp256k1.o gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib...
@siraben can you try with 14.0.0?
Is there a way to build from a local path rather than from PyPI?