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