Re: Python, poetry, and pandas

2021-03-13 Thread Phil
Sébastien Lerique writes: > Now my wish is to find ways to collaborate with others on this kind of > project, who unfortunately often use macOS. I was exploring the > possibility of Guix on Darwin, but the best way to do that looks like > running Guix System inside Docker: > I haven't tried wi

Re: Python, poetry, and pandas

2021-03-11 Thread Sébastien Lerique
Hi Phil and Simon, Thanks both for the input and advice (not citing it all here). First the details. Simon wrote: How did you installed poetry? Via Guix or something else? Which python packages do you have in your profile? Is Guix System or Guix on foreign distro? I'm using Guix System, and

Re: Python, poetry, and pandas

2021-03-10 Thread zimoun
Hi, On Wed, 10 Mar 2021 at 16:38, Sébastien Lerique wrote: > 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 beca

Re: Python, poetry, and pandas

2021-03-10 Thread Phil
Hi Sébastien, Sébastien Lerique writes: > Dear all, > > (I am aware that python-pandas is packaged for guix, but some packages > I will need down the road might not be; this project is also in > collaboration with non guix users, so I am looking for a workflow > which will work for them too.) >

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