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: | PainSan67 |
Last Packager: | truocolo |
Votes: | 31 |
Popularity: | 0.40 |
First Submitted: | 2022-09-22 16:43 (UTC) |
Last Updated: | 2024-01-27 13:32 (UTC) |
Dependencies (2)
- python2AUR (python2-binAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (466)
- casetta (make)
- clonedigger (make)
- cmsbooklet-git (make)
- cppcoro-git (make)
- cwrap-git (make)
- cython2 (make)
- dnuos (make)
- elyxer (make)
- evernote-sdk-python (make)
- fahcontrol-git (make)
- figleaf (make)
- flacsync
- flacsync-git
- freecad-fcgear-git (make)
- gitinspector
- gitosis-git (requires python2-distribute)
- halberd (make)
- htcondor
- ignore (requires python2-distribute)
- koditools (requires python2-distribute) (make)
- Show 446 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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.
ak2021 commented on 2022-10-10 09:48 (UTC)
Any help with this?
kamazeuci commented on 2022-10-04 19:43 (UTC)
I am having same problem. seems to have to do with PYTHONPATH and PYTHONHOME variables? How should they be set?
jester commented on 2022-10-01 19:48 (UTC)
I have the same problem
gnaggnoyil commented on 2022-09-29 16:14 (UTC)
I've met the following error when building with yay:
Is there anyone facing the same problem here?
« First ‹ Previous 1 2 3 Next › Last »