-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on Ubuntu, MacOS #89
Comments
I am also getting build issue while compiling with python3 (python3.5) Cython 0.29.10. while same code was working fine with Python2.7. i compare the log it found below difference |
the complete Error logs as below: user@user-OptiPlex-7010:~/PycharmProjects/sharpnel1.5/shrapnel-1.0.5$ python3 setup.py build |
Did you try the 'py3' branch? I think it requires a recent version, like 3.7+ |
Hi after try with 3.7 now i am getting Error coro/ssl/openssl.c: In function ‘__Pyx_ExceptionReset’: Process finished with exit code 1 |
Did you try the 'py3' branch? |
It seems to have problem when building with cython 0.29.10 (currently installed by pip3).
"pip3 install coro" failed as well as build from source by "python3 setup.py build.
Platform: Ubuntu and MacOS (10.14.5)
Python: 3.7.3
The text was updated successfully, but these errors were encountered: