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

clarify that Python must be compiled with shared library support #138

Closed
copernican opened this issue Dec 21, 2017 · 1 comment
Closed

Comments

@copernican
Copy link

@copernican copernican commented Dec 21, 2017

@jjallaire's comment here states that reticulate needs to bind to the Python shared library, which implies that the shared library needs to exist. If Python is compiled from source without the --enable-shared flag, this will not be the case. I was not able to find this shared library requirement explicitly mentioned in the reticulate documentation, so it might be helpful to add it, possibly in the Python Version Configuration vignette.

@jjallaire
Copy link
Member

@jjallaire jjallaire commented Dec 22, 2017

Thanks for the feedback , done here: 23a61ec

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