-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
How to install curses in pyenv? #240
Comments
The C modules of Python is not a script file and it must not work even if you just copy it. You must rebuild the Python and modules against system's curses library. The lack of library or development headers of curses (e.g. |
Hi, I have the same issue.
You said :
How can I rebuild this module in my pyenv please ? |
@JGroselle Try this:
|
An |
I tried this and it doesn't work on Debian Jessie :/ |
Commenting here since it was the first place I tried for a solution. If you're using LinuxBrew, try this solution: #1479 (comment) |
Is there a way that I can install curses module for pyenv?
For it's not installed by default:
So I tried to copy relative files from system's python3 lib to pyenv lib:
Still gives error
ImportError: No module named '_curses'
.And
pip install curses
not work either...Any help? Thx a lot
Ubuntu 14.04 & pyenv 20140825
The text was updated successfully, but these errors were encountered: