* Missing zlib and readline when using pyenv
@ 2020-05-21 20:50 Edison Ibáñez
2020-05-24 6:13 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Edison Ibáñez @ 2020-05-21 20:50 UTC (permalink / raw)
To: help-guix
Cheers,
In my normal development flow I have projects that depend on different
versions of python, for this I use pyenv which allows me to configure
the version to be used per project, but when installing any version it
gives me an error indicating that neither readline or zlib is found,
however these two libraries are installed.
How can I solve this problem or because the libraries installed at the
time of python compilation cannot be detected.
Thank you very much for the help.
– Edison Ibáñez
One Emacs to rule them all
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Missing zlib and readline when using pyenv
2020-05-21 20:50 Missing zlib and readline when using pyenv Edison Ibáñez
@ 2020-05-24 6:13 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-05-24 6:13 UTC (permalink / raw)
To: Edison Ibáñez; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 995 bytes --]
On Thu, May 21, 2020 at 03:50:48PM -0500, Edison Ibáñez wrote:
> Cheers,
>
> In my normal development flow I have projects that depend on different
> versions of python, for this I use pyenv which allows me to configure
> the version to be used per project, but when installing any version it
> gives me an error indicating that neither readline or zlib is found,
> however these two libraries are installed.
>
> How can I solve this problem or because the libraries installed at the
> time of python compilation cannot be detected.
>
> Thank you very much for the help.
For this example I'd suggest running 'guix environment ---ad-hoc zlib
readline' and then using pyenv. That should make it so that python can
find the variables.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-24 6:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21 20:50 Missing zlib and readline when using pyenv Edison Ibáñez
2020-05-24 6:13 ` Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.