guix-devel
[Top][All Lists]
Advanced

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

Re: help build a python package (odoo)


From: Ben Woodcroft
Subject: Re: help build a python package (odoo)
Date: Sat, 11 Jun 2016 10:03:27 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



On 11/06/16 01:36, Jovany Leandro G.C wrote:
Hi,

i started building  package definition:

Hi there.

[..]
Processing dependencies for odoo==9.0rc20160610
Searching for xlwt
Reading https://pypi.python.org/simple/xlwt/
Download error on https://pypi.python.org/simple/xlwt/: [Errno -2] Name
or service not known -- Some packages may not be found!

This appears to be the problem here. This means that you'll need to add "python2-xlwt" as an input of some kind (input/native-input/propagated-input) into the package definition. Unfortunately, xlwt has not yet been packaged for Guix, so that also needs to be added.

[..]

but if i do manually
~~~
$ guix environment -L$PWD odoo
$ cd odoo-src
$ python setup.py build
$ python setup.py check
~~~

everything works, and download all requirements well *xlwt/simple*

This works because the environment has access to the internet and so can download it, or it is otherwise available on your system via PYTHONPATH or otherwise. I imagine running the same command with "--container" would not work. All packages are built without access to the system or the internet.

Hope that helps. Good luck.
ben



reply via email to

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