coincurve icon indicating copy to clipboard operation
coincurve copied to clipboard

ModuleNotFoundError: No module named 'coincurve._libsecp256k1'

Open SuperCipher opened this issue 5 years ago • 4 comments

After pip install coincurve and I try to import coincurve Screen Shot 2020-11-23 at 21 57 26 environment detail https://github.com/SuperCipher/coincurve/blob/d0bc945a1ee6e937944257489c33e0bfac83be85/.gitpod.Dockerfile#L1

SuperCipher avatar Nov 24 '20 08:11 SuperCipher

Can you show the installation step?

ofek avatar Jan 18 '21 01:01 ofek

@ofek I setup docker with this config https://github.com/SuperCipher/coincurve/blob/SuperCipher/gitpod-setup/.gitpod.Dockerfile and run pip install . inside coincurve directory. then I try import coincurve in python.

SuperCipher avatar Feb 24 '21 12:02 SuperCipher

Can you show the Docker run command?

ofek avatar Feb 24 '21 13:02 ofek

@ofek docker run -it cdcb8220e8aa /bin/bash

SuperCipher avatar Feb 25 '21 04:02 SuperCipher