Holger

Results 36 comments of Holger

Sorry, my tip was not complete: conda config --add channels conda-forge conda install steem

I'm the maintainer of https://github.com/conda-forge/steem-feedstock. @roadscape - You can find a detailed installation guide in the readme file https://github.com/conda-forge/steem-feedstock/blob/master/README.md. Feel free to copy the badges.

You can check here: https://github.com/holgern/beem/blob/master/beem/aes.py how to implement this.

Can you try again with version 0.1.28 ?

Please check https://www.freshports.org/misc/py-pyEDFlib/ Build Build dependencies for Freebsd according to the link above: py37-numpy>=1.16,10 : devel/py-setuptools@py37 python3.7 : lang/python37 gcc10 : lang/gcc10 as : devel/binutils

Hello, can you give me an edf-file that has this kind of error? Best regards, Holger

Strange, on my server: ``` beempy, version 0.24.13 real 0m1.081s user 0m1.033s sys 0m0.049s ``` Does installation of ``` pip3 install -U cryptography ``` or ``` pip3 install -U secp256k1prp...

A downgrade of ecdsa to 0.14 increases the load speed, could you test this also: ``` pip3 install ecdsa==0.14 ``` time beempy --version beempy, version 0.24.13 real 0m0.511s user 0m0.454s...