Python, poetry, and pandas

2021-03-09 Thread Sébastien Lerique
Dear all, In the course of trying out poetry for data science projects on guix, I am running into the problem of some poetry-installed packages not finding their desired libraries. (See example below with pandas.) I suppose this is because poetry will download pre-built binary wheels which ha

Guix implementation for bullet-train

2021-03-09 Thread Phil
Hi all, I've implemented a basic Guix plugin for Oh-My-Zsh's Bullet Train theme. I plan to add more functionality going forwards as I think of more use cases. Bullet Train is a fancy console prompt that supports Python, Ruby, Git, AWS, etc - by augmenting the command prompt with contextual about

How to remove extension from service definition?

2021-03-09 Thread znavko--- via
Hello! I wish to remove network-manager-applet extension from profile-service-type which is in the list of extensions of xfce-desktop-service-type [1] and [2] And also I want to see the result. I try it unsuccessfully like this: $ guile > (use-modules (gnu) (gnu services) (gnu services desktop)

nix shellHook equivalent for guix environment?

2021-03-09 Thread Pierre-Antoine Bouttier
Dear all, Do you know if there is any equivalent to shellHook, available for the nix-shell command, for setting up a guix environment through a manifest.scm file? Or maybe another methodology with guix to have approximatively the same behavior? (i.e. in a file that can be put under version con

Re: Question about one package

2021-03-09 Thread Charles Direg
Hello Ricardo and jbranso, thank you very much for your reply. I appreciate your comments and will take them into account. Agreed Ricardo, I will read the cookbook, thanks for the recommendation ... If I would like to continue learning Guix and especially put it as my main system, only that I was

Re: error: corrupt input while restoring archive from socket

2021-03-09 Thread Fulbert
Le Tue, Mar 09, 2021 at 08:52:12AM +0100, divoplade a écrit : > Hello, Hello Divoplade and thanks for your help, > > Le mardi 09 mars 2021 à 08:48 +0100, Fulbert a écrit : > > > > Attached, 2 files with such an error. Note that I have > > translated the messages back to english (from french)… j

Re: Custom 'install phase

2021-03-09 Thread Raghav Gururajan
Hi Ricardo! As Julien wrote this is expected as you have an expression that starts with a string: ("hello" whatever) This will try to apply the string "hello" to the argument “whatever”. I don’t know how to apply a string to anything, and neither does Scheme. I would go with quasiquotati

Re: Custom 'install phase

2021-03-09 Thread Ricardo Wurmus
Raghav Gururajan writes: >(replace 'install > (lambda _ >(for-each (lambda (solution) >(with-directory-excursion solution > ((assoc-ref copy:%standard-phases 'install) >