Search Criteria
Package Details: python-rchitect 0.4.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rchitect.git (read-only, click to copy) |
---|---|
Package Base: | python-rchitect |
Description: | Minimal R API for Python |
Upstream URL: | https://github.com/randy3k/rchitect |
Licenses: | MIT |
Submitter: | mschu |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 3 |
Popularity: | 0.72 |
First Submitted: | 2018-12-31 20:25 (UTC) |
Last Updated: | 2024-08-19 09:51 (UTC) |
Dependencies (8)
- python-cffi
- python-six
- r (r352AUR, r-mklAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
1 2 Next › Last »
LeoMeinel commented on 2024-11-14 17:10 (UTC) (edited on 2024-11-14 17:29 (UTC) by LeoMeinel)
Hello,
First of all, thank you very much for maintaining this package!
Just to give you some context: This issue has probably been present for some time, since I removed
radian
a few months ago because of it. I sadly forgot to report this and numerous other build failures in the past.Using
paru
andmakepkg -si
result in the same error.The following error:
/usr/bin/python: No module named pip
suggests that you might have to add the following:makedepends=('python-pip')
, which for me did resolve the build failure.I'm not sure if this is the recommended way of packaging python packages, but it is a fix. It also seems like a similar issue has been reported in the past, but
python-pip
wasn't added tomakedepends
. I'm really not sure, why not, if it is clearly a make-dependency, but maybe it has been overlooked.Build log (failure)
ishanarora commented on 2024-01-10 08:31 (UTC)
Needs:
Thanks!
khughitt commented on 2023-11-11 11:17 (UTC)
Switching the source to github is indeed enough:
alexanderp commented on 2023-11-10 17:23 (UTC)
package doesn't build. this is blocking
radian
updatebonob commented on 2023-11-03 18:48 (UTC) (edited on 2023-11-03 18:52 (UTC) by bonob)
0.4.4-1 doesn't build, from what I see
$_name
is not defined in the PKGBUILD.I tried to find the format for the source url on files.pythonhosted.org, but I don't know if the used format (
[...]/p/python-rchitect/python-rchitect-[version].tar.gz
I was assuming) is still available there, from the PyPI package page only a link with a hash is available I think.Considering RFC "Sources for Python packaging" https://rfc.archlinux.page/0020-sources-for-python-packaging/, maybe it would make sense to use the source from github instead? (so https://github.com/randy3k/rchitect/archive/refs/tags/v0.4.4.tar.gz for this version.)
bonob commented on 2021-12-13 16:08 (UTC)
The dependency on python-multipledispatch has been removed in 0.2.3.
madmonarchist commented on 2021-09-18 03:06 (UTC)
I had the same error as @carlosal1015 but installing
python-pip
fixes it. Maybe add it to the dependencies? Thanks!carlosal1015 commented on 2021-09-06 23:36 (UTC) (edited on 2021-12-06 13:15 (UTC) by carlosal1015)
Hi, I have the following error:
mschu commented on 2021-01-05 20:24 (UTC)
I have removed python2 support. Please let me know if anyone needs it, then I can add another package
mvondomaros commented on 2020-11-10 21:44 (UTC)
@mschu Thanks for maintaining this actively!
Do you think you split this up into python3 (python-rchitect) and python2 (python2-rchitect) packages? This would comply with the AUR naming conventions for python packages and would not force users to install python2 if they don't want this. Thanks!
1 2 Next › Last »