On Thu, 26 May 2022 11:59:09 -0400 Luis Felipe
wrote
> I often have to change the source of Python packages to use the source
> repository instead of fetching from pypi because the latter doesn't include
> test suites.
This is a good point. Thank you.
> However, the build
Hi Matt,
> Could it be because only wheel files are hosted and not any source?
I often have to change the source of Python packages to use the source
repository instead of fetching from pypi because the latter doesn't include
test suites.
However, the build still fails in the sanity-check phas
Could it be because only wheel files are hosted and not any source?
On Wed, 25 May 2022 12:36:52 -0400 Enrico Schwass
wrote
> You can try to disable the test stage. There are most errors coming from.
> See here for an example. It is not my page but might be of help to you
> https://felsoci.sk/blog/installing-python-modules-on-guix.html
Thank you
On Wed, 25 May 2022 10:30:27 -0400 zimoun
wrote
> > ERROR: Could not find a version that satisfies the requirement
> > PySide2>=5.15 (from versions: none)
> > ERROR: No matching distribution found for PySide2>=5.15
>
> Why do you specify in requirements.txt
>
> PySide2=
Hi
You can try to disable the test stage. There are most errors coming from.
See here for an example. It is not my page but might be of help to you
https://felsoci.sk/blog/installing-python-modules-on-guix.html
bye
Enno
> Am 2022/05/25 um 15:07 schrieb Matt :
>
> I'm trying to package a Pyt
Hi,
On mer., 25 mai 2022 at 08:52, Matt wrote:
> ERROR: Could not find a version that satisfies the requirement PySide2>=5.15
> (from versions: none)
> ERROR: No matching distribution found for PySide2>=5.15
Why do you specify in requirements.txt
PySide2==5.15.2.1
? When Guix provides 5
I'm trying to package a Python application I'm writing. It runs on Guix from
source with the python-pyside-2 package installed and runs on Debian using a
Python venv. I've uploaded the application to PyPI. Doing a guix import pypi,
I get this Guix definition:
(use-modules
(guix packages)
(