Skip to content
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

relocation R_X86_64_32S against _Py_NotImplementedStruct can not be used when making a shared object; #10

Open
flurrux opened this issue Jul 22, 2019 · 1 comment

Comments

@flurrux
Copy link

flurrux commented Jul 22, 2019

when running the make -j8 command, i'm getting following error messages:

Screenshot from 2019-07-22 17-07-20 (copy)

@hukaidong
Copy link

This happens if your python is not compiled as a share enabled library. The fix is based on whatever environment you used to install python. If you were compiled python from source or pyenv, you need to add --enable-shared flag when installing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants