algorithmiaio / danku

Exchange ML models in a trustless manner!
148 stars 30 forks source link

Failed with Python3.6, but worked with Python3.5 #16

Closed DeepBrainC closed 5 years ago

DeepBrainC commented 6 years ago

"Danku/venv/include/secp256k1" failed with error code 1 in /tmp/pip-install-hskeszz1/secp256k1" was reported when I compiled it with python3.6. After I change it to Python3.5, this error was not reported any more. What was the problem?

DeepBrainC commented 5 years ago

I think the problem comes from the mismatch of the version of virtualenv

besirkurtulmus commented 5 years ago

That's probably the reason.

You said that it worked with a different version on virtualenv.

Which versions did you compare?

DeepBrainC commented 5 years ago

15.1.0 and 16.0.0 But whatever version I use, Python3.5 works well

besirkurtulmus commented 5 years ago

Good to know.

Closing this issue since now there's a solution.

Thanks for posting this!