1 line
1.7 KiB
Plaintext
1 line
1.7 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Hi everyone!</p> <p>I want to use some python packages that are not in <code>guix</code> main channel. </p> <p>I tried creating a definition with <code>guix import pypi ohio --recursive</code> and put that on my private channel. (<code>ohio</code> is one of the packages that I want to use, as an example)</p> <p>I use it on my personal channel and <code>guix pull</code> works perfectly, I am able to search it afterwards (<code>guix search python-ohio</code>)</p> <p>My plan is use it in a project (with <code>direnv</code>) inside a manifest:</p> <p><code> (specifications->manifest '("python" "python-flake8" "python-pylint" "python-mypy" "python-jedi" "python-black" "python-pyls-black" "python-language-server" "python-yapf" "python-autopep8" "python-pandas" "python-psycopg2" "python-numpy" "python-seaborn" "postgresql" "jupyter" "python-ohio" )) </code></p> <p>but the building fails...</p> <p>How can I debug a package in a personal channel (I am aware about how to test in the <code>guix</code> repo, Is it the same?) What is the workflow? Is there another way? Maybe I can define it in a manifest? How? And in that case, how to test it?</p> <p>Any help will be appreciated</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/nanounanue"> /u/nanounanue </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qp6xnq/testing_python_packages/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/qp6xnq/testing_python_packages/">[comments]</a></span> |