
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Unable to install setuptools from GitHub main Β· Issue #1527 Β· pypa/setuptools
Description:
It would be nice if pip were able to install setuptools from GitHub main branch. Instead, if one attempts to pip install, an error about the bootstrap script is emitted: ~ $ pip install git+https://github.com/pypa/setuptools Collecting g...
Website Age:
17 years and 9 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Video & Online Content
- Games
Content Management System {π}
What CMS is github.com built with?
Github.com is powered by WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,666,346 visitors per month in the current month.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 5,347,483 paying customers.
The estimated monthly recurring revenue (MRR) is $22,459,429.
The estimated annual recurring revenues (ARR) are $269,513,148.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
setuptools, metadata, jaraco, install, github, pip, bootstrappy, issue, egginfo, requiremetadata, run, issues, setuppy, commented, sign, unable, main, bootstrap, build, mentioned, julienpalard, projects, githttpsgithubcompypasetuptools, command, python, call, file, line, pep, repo, added, fixes, update, navigation, pypa, code, pull, requests, actions, security, closed, error, script, privatevarfolderscvhnmqxbpdbzgqcrrgntpipreqbuildjhkzir, installing, project, module, privatevarfolderscvhnmqxbpdbzgqcrrgntpipreqbuildjhkzirsetuppy, provide, bootstrapping,
Topics {βοΈ}
/private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/ /pip-req-build-j6hkzir0/setup /pip-req-build-j6hkzir0/ /pypa/setuptools collecting git+https 6b628e3 jaraco changed index --user git+file personal information unable activity jaraco mentioned missing build requirements 8d97476 fridh mentioned github main branch bug projects error code 1 requiring special handling /mirror/pypa/setuptools jaraco added comment metadata assignees jaraco closed command python setup projects milestone git+https py function works bootstrap script build backend build-isolation build setuptools discussion issues /pypa/setuptools python setup pip install pip install reload setup run setup special-case local mirror require_metadata function install setuptools fall back complete output run `bootstrap bootstrapping run bootstrap installing egg-info interact badly extra tooling underlying problem clear indication 0 libreelec/libreelec assigned labels
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
- Can someone shed a light on what I missed?
- Does that clarify?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:Unable to install setuptools from GitHub main
articleBody:It would be nice if pip were able to install setuptools from GitHub main branch. Instead, if one attempts to pip install, an error about the bootstrap script is emitted:
```
~ $ pip install git+https://github.com/pypa/setuptools
Collecting git+https://github.com/pypa/setuptools
Cloning https://github.com/pypa/setuptools to /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0
Installing build dependencies ... done
Missing build requirements in pyproject.toml for git+https://github.com/pypa/setuptools.
The project does not specify a build backend, and pip cannot fall back to setuptools without 'setuptools>=38.2.5'.
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/setup.py", line 193, in <module>
require_metadata()
File "/private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/setup.py", line 24, in require_metadata
raise RuntimeError(msg)
RuntimeError: Cannot build setuptools without metadata. Run `bootstrap.py`.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/
```
I'm wondering if there's a solution to this limitation. I can imagine a few:
- setuptools could wait for and rely on PEP 517 support and provide its own "installer" (itself) that does the bootstrapping.
- pip could special-case the installation of anything that looks like setuptools and run bootstrap.py before installing.
- setuptools could materialize the metadata (egg-info) to the repo, avoiding the need to bootstrap (but requiring special handling of that metadata which is derived from other files in the repo).
- setuptools could inject a hack to bootstrap and relaunch (this hack might interfere or interact badly with pip's injection of setuptools).
There are probably others. Only the first option seems (somewhat) clean.
author:
url:https://github.com/jaraco
type:Person
name:jaraco
datePublished:2018-10-26T16:14:51.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:5
url:https://github.com/1527/setuptools/issues/1527
context:https://schema.org
headline:Unable to install setuptools from GitHub main
articleBody:It would be nice if pip were able to install setuptools from GitHub main branch. Instead, if one attempts to pip install, an error about the bootstrap script is emitted:
```
~ $ pip install git+https://github.com/pypa/setuptools
Collecting git+https://github.com/pypa/setuptools
Cloning https://github.com/pypa/setuptools to /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0
Installing build dependencies ... done
Missing build requirements in pyproject.toml for git+https://github.com/pypa/setuptools.
The project does not specify a build backend, and pip cannot fall back to setuptools without 'setuptools>=38.2.5'.
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/setup.py", line 193, in <module>
require_metadata()
File "/private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/setup.py", line 24, in require_metadata
raise RuntimeError(msg)
RuntimeError: Cannot build setuptools without metadata. Run `bootstrap.py`.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-req-build-j6hkzir0/
```
I'm wondering if there's a solution to this limitation. I can imagine a few:
- setuptools could wait for and rely on PEP 517 support and provide its own "installer" (itself) that does the bootstrapping.
- pip could special-case the installation of anything that looks like setuptools and run bootstrap.py before installing.
- setuptools could materialize the metadata (egg-info) to the repo, avoiding the need to bootstrap (but requiring special handling of that metadata which is derived from other files in the repo).
- setuptools could inject a hack to bootstrap and relaunch (this hack might interfere or interact badly with pip's injection of setuptools).
There are probably others. Only the first option seems (somewhat) clean.
author:
url:https://github.com/jaraco
type:Person
name:jaraco
datePublished:2018-10-26T16:14:51.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:5
url:https://github.com/1527/setuptools/issues/1527
Person:
url:https://github.com/jaraco
name:jaraco
url:https://github.com/jaraco
name:jaraco
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:5
interactionType:https://schema.org/CommentAction
userInteractionCount:5
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Bootstrap
- Clipboard.js
- D3.js
- GSAP
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net