Search Criteria
Package Details: python2-setuptools 2:44.1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-setuptools.git (read-only, click to copy) |
---|---|
Package Base: | python2-setuptools |
Description: | Easily download, build, install, upgrade, and uninstall Python packages |
Upstream URL: | https://pypi.org/project/setuptools/ |
Licenses: | PSF |
Provides: | python2-distribute |
Replaces: | python2-distribute |
Submitter: | jelly |
Maintainer: | tallero |
Last Packager: | jelly |
Votes: | 22 |
Popularity: | 1.49 |
First Submitted: | 2022-09-22 16:43 (UTC) |
Last Updated: | 2022-09-22 16:43 (UTC) |
Dependencies (2)
- python2 (python2-bin)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (738)
- acestream-engine
- aerospike-client-python2
- analyzemft (make)
- analyzemft-git (make)
- android-dumpkey (make)
- bearlibterminal-git (make)
- brave-git (make)
- brutha-git (make)
- butterflow (make)
- clipmanager
- clonedigger (make)
- cmsbooklet-git (make)
- confu-git (make)
- confu2-git (make)
- cppcoro-git (make)
- cwrap-git (make)
- cython2 (make)
- darcsver (requires python2-distribute) (make)
- demimove
- distro-info (make)
- Show 718 more...
Latest Comments
1 2 Next › Last »
gnaggnoyil commented on 2022-12-03 07:58 (UTC)
@eclairevoyant I'm sure I'm using
python2
. I've also tried building in a clean chroot and the result was the same.eclairevoyant commented on 2022-11-30 11:07 (UTC)
This package builds fine. Make sure you're using
python2
, notpython2-bin
, and ensure you're building in a clean chroot.superyu1337 commented on 2022-11-19 00:25 (UTC)
@jbbjarnason after a lot of fiddling around yesterday night, i got it to work by using PYTHONHOME=/usr
I also had pyenv setup previously, which I removed.
jbbjarnason commented on 2022-11-18 10:13 (UTC)
I am getting similar error as @ak2021 and @superyu1337. Both on my laptop and workstation (both running vanilla arch).
superyu1337 commented on 2022-11-18 00:22 (UTC)
I keep getting this error:
drws commented on 2022-10-31 03:53 (UTC) (edited on 2022-10-31 03:53 (UTC) by drws)
I have been able to build the package by fixing the
PKGBUILD
with @emceebois's solution:However, this appears to be a bug in
bootstrap.py
we are working around. This should be only a temporary solution. Has anybody reported or find it reported yet?emceebois commented on 2022-10-26 19:21 (UTC)
I'm not familiar with the PKGBUILD system to be honest but if there's some way to inject arbitrary terminal commands in the PKGBUILD and bootstrap.py doesn't do anything weird with folder ownership or permissions when it creates the .egg-info folder then you should be able to create the .egg-info folder, create the PKG-INFO file, and inject the correct string into it before trying to run the bootstrap.py command.
gnaggnoyil commented on 2022-10-26 17:55 (UTC)
@emceebois Thanks for your workaround. Do you know how can we modify PKGBUILD so that we can apply your workaround and then run
makepkg
to build the package?emceebois commented on 2022-10-25 16:59 (UTC)
Hey @gnaggnoyil, @jester, @kamazeuci, et al. It seems like the bootstrap.py process is trying and failing to infer the version number of the package which it's supposed to put into the setuptools.egg-info folder it creates. I was able to get around this error by doing the following:
python2 bootstrap.py
(this will fail and generate the error, but it creates the setuptools.egg-info folder)Version:44.1.1
python2 bootstrap.py
. This should succeedsudo python2 setup.py install
chowbok commented on 2022-10-24 07:12 (UTC)
This package doesn't compile with python2-bin. You need to compile and install the regular python2 AUR package.
1 2 Next › Last »