-
Notifications
You must be signed in to change notification settings - Fork 76
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
PyCall::LibPythonFunctionNotFound (Unable to find the required symbol in libpython: _Py_NoneStruct) #149
Comments
ah I have same error when trying to deploy to heroku Gemfile
.ruby-version runtime.txt requirements.txt
build log
I will try with earlier version |
sorry if its not answering the original question but since its have save error message I manage to fix my problem in heroku this buildpacks https://github.com/ReforgeHQ/heroku-buildpack-python I also manage to fix this problem using heroku-20 stack and python 3.8.10 in here #151 |
@ljoglar make sure your python have --enable-shared if there is no result that show --enable-shared on your python you need to recompile ur python with --enable-shared |
@buncis, could you detail how you managed to recompile your py interpreter with |
@bcdavasconcelos I explain my solution on #151 |
Hi!
I really would love to be able to use your library for a project, but I can't seem to make it work, not even with the simplest example... Any help on what I'm missing would be great.
Thanks in advance!
Luis.
The text was updated successfully, but these errors were encountered: