help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem loading numpy and other on a venv in a guix system


From: Wojtek Kosior
Subject: Re: Problem loading numpy and other on a venv in a guix system
Date: Wed, 30 Nov 2022 09:47:33 +0100

> Hi,
> 
> On Tue, 29 Nov 2022 at 16:42, mprodrigues@posteo.net wrote:
> 
> > Importing the numpy C-extensions failed. This error can happen for many 
> > reasons,
> > often due to issues with your setup or how NumPy was installed.  
> 
> Well, I am not sure to understand your configuration.  You are
> installing some packages (say python and python-numpy) using “guix
> shell”  and then installing others using pip loaded with virtualenv.
> Right?
> 
> 
> Cheers,
> simon
> 

I believe Mateus did something like

    guix shell python python-virtualenv coreutils

followed by

    virtualenv -p python3 somedirectory
    . ./somedirectory/bin/activate
    pip install numpy

This is more or less what I used to reproduce the issue

Wojtek

-- (sig_start)
website: https://koszko.org/koszko.html
PGP: https://koszko.org/key.gpg
fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A

Meet Kraków saints!           #47: saint Stanisław ze Szczepanowa
Poznaj świętych krakowskich!  #47: święty Stanisław ze Szczepanowa
https://pl.wikipedia.org/wiki/Stanisław_ze_Szczepanowa
-- (sig_end)


On Wed, 30 Nov 2022 09:13:03 +0100
zimoun <zimon.toutoune@gmail.com> wrote:

> Hi,
> 
> On Tue, 29 Nov 2022 at 16:42, mprodrigues@posteo.net wrote:
> 
> > Importing the numpy C-extensions failed. This error can happen for many 
> > reasons,
> > often due to issues with your setup or how NumPy was installed.  
> 
> Well, I am not sure to understand your configuration.  You are
> installing some packages (say python and python-numpy) using “guix
> shell”  and then installing others using pip loaded with virtualenv.
> Right?
> 
> 
> Cheers,
> simon
> 


Attachment: pgpKGuARj6XWM.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]