coincurve
coincurve copied to clipboard
ModuleNotFoundError: No module named 'coincurve._libsecp256k1'
After pip install coincurve and I try to import coincurve
environment detail
https://github.com/SuperCipher/coincurve/blob/d0bc945a1ee6e937944257489c33e0bfac83be85/.gitpod.Dockerfile#L1
Can you show the installation step?
@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.
Can you show the Docker run command?
@ofek
docker run -it cdcb8220e8aa /bin/bash