We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For compiling opencv and python-boost against a pyenv python I had to add the following link:
~/.pyenv/versions/{envname}/include/python3.6 pointing to ~/.pyenv/versions/3.6.0/include/python3.6.m
~/.pyenv/versions/{envname}/include/python3.6
~/.pyenv/versions/3.6.0/include/python3.6.m
I think this should be added by default.
This issue was move from pyenv/pyenv-installer#52
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
So how to solve it?
Sorry, something went wrong.
@rocchidavide Tell us about your investigations first maybe? ;)
As per Issue 43334: venv does not install libpython - Python tracker, the official CPython devs' position is that development files are not supposed to be present in venvs.
No branches or pull requests
For compiling opencv and python-boost against a pyenv python I had to add the following link:
~/.pyenv/versions/{envname}/include/python3.6
pointing to
~/.pyenv/versions/3.6.0/include/python3.6.m
I think this should be added by default.
This issue was move from pyenv/pyenv-installer#52
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: