
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
`--trusted-host` not passed to `pip` when installing from a lockfile Β· Issue #2979 Β· pypa/pipenv
Description:
Issue description On the latest pipenv release, running pipenv install does not pass --trusted-host to pip. Running pipenv install xyz does. Expected result --trusted-host is passed to pip. Actual result > pipenv install --verbose Instal...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Personal Finance
- Technology & Computing
- Video & Online Content
Content Management System {π}
What CMS is github.com built with?
Github.com uses 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,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
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 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
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 {π}
line, file, index, pipenv, install, trustedhost, pip, issue, version, mypackage, krobotp, installing, commented, private, myhomelibpythonsitepackagespkgresourcesvendorpyparsingpy, error, matteius, repo, httpspypiorgsimple, instring, return, source, verbose, pipfile, techalchemy, indexes, package, loc, doactions, passed, orf, url, call, requirement, myhomelibpythonsitepackagespipenvvendorrequirementslibmodelsrequirementspy, myhomelibpythonsitepackagespipenvvendorclickcorepy, dependencies, fix, httpprivaterepoorgxyzsimple, kwargs, pypi, open, sign, closed, upgrade, verifyssl, packages, edited, edits, pipinstall,
Topics {βοΈ}
6/site-packages/pipenv/vendor/requirementslib/models/utils local/share/virtualenvs/my_project-acqdxuau/bin/python 6/site-packages/pipenv/vendor/requirementslib/models/requirements /tmp/pipenv-0nipwnut-requirements/pipenv-6zqlbkle-requirement /tmp/pipenv-bk_zjaa7-requirements/pipenv-t5vupgq0-requirement local/share/virtualenvs/my_project-acqdxuau/lib/python3 6/site-packages/pipenv/vendor/click/decorators 6/site-packages/pipenv/vendor/click/core /pipenv-wgs4narf-requirements/pipenv-h6s3thx1-requirement 6/site-packages/pkg_resources/_vendor/packaging/requirements 6/site-packages/pkg_resources/_vendor/pyparsing 6/site-packages/pipenv/cli/options local/share/virtualenvs/tmp 6/site-packages/pipenv/cli/command 6/site-packages/pipenv/core org/simple --extra-index-url https 6/site-packages/pkg_resources/__init__ 6/site-packages/pipenv/__main__ /simple --extra-index-url https personal information `--trusted-host` org --extra-index-url https '/var/folders/9w/twrv54nd0v19gsbjhjs3mlhc0000gn/ yktm0kln-68p7vpaz/bin/pip' pipenv/pipenv/core /simple --trusted-host private 8/site-packages/pip pass --trusted-host orf edits author running pipenv install calling pipenv install latest pipenv release trusted-host private '--trusted-host private failed parsing requirement 00 $ ['/users/tom/ closed issue reports /usr/lib64/python3 comment metadata assignees bug fix release '--trusted-host' trusted-host trusted-host long term solution pip directly succeeds org/simple error org/simple warning matching distribution found [packages] aiohttp = setting 'index' option version requirements
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
- Could you perhaps file a separate new ticket about this with some details of how to reproduce?
- Does your Pipfile still have the pypi source in it?
- I don't think this is the best long term solution, but if it sounds OK I could try and prepare a PR?
- This issue report is ancient, can you do some more digging and open a new report?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:`--trusted-host` not passed to `pip` when installing from a lockfile
articleBody:### Issue description
On the *latest* pipenv release, running `pipenv install` does not pass `--trusted-host` to `pip`.
Running `pipenv install xyz` *does*.
### Expected result
`--trusted-host` is passed to `pip`.
### Actual result
```
> pipenv install --verbose
Installing dependencies from Pipfileβ¦
Installing 'aiohttp'βββββββββββββββββββ 0/7 β 00:00:00
$ ['/Users/tom/.local/share/virtualenvs/tmp.YkTM0kln-68P7VPaZ/bin/pip', 'install', '--verbose', '--upgrade', '--no-deps', '-r', '/var/folders/9w/twrv54nd0v19gsbjhjs3mlhc0000gn/T/pipenv-wgs4narf-requirements/pipenv-h6s3thx1-requirement.txt', '-i', 'http://x.x.co.uk:8080', '--require-hashes']
```
And:
```
> pipenv install --verbose pytest
β Installing 'pytest'
$ ['/Users/tom/.local/share/virtualenvs/tmp.YkTM0kln-68P7VPaZ/bin/pip', 'install', '--verbose', '--upgrade', 'pytest', '-i', 'http://x.x.co.uk:8080', '--trusted-host', 'x.x.co.uk']
```
### Steps to replicate
Have a `Pipfile` like this:
```
[[source]]
url = "http://INTERNAL_PYPI:8080"
verify_ssl = false
name = "xyz"
[packages]
aiohttp = "*"
```
Notice how the argument is not passed to pip when calling `pipenv install`.
author:
url:https://github.com/orf
type:Person
name:orf
datePublished:2018-10-10T10:44:47.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:12
url:https://github.com/2979/pipenv/issues/2979
context:https://schema.org
headline:`--trusted-host` not passed to `pip` when installing from a lockfile
articleBody:### Issue description
On the *latest* pipenv release, running `pipenv install` does not pass `--trusted-host` to `pip`.
Running `pipenv install xyz` *does*.
### Expected result
`--trusted-host` is passed to `pip`.
### Actual result
```
> pipenv install --verbose
Installing dependencies from Pipfileβ¦
Installing 'aiohttp'βββββββββββββββββββ 0/7 β 00:00:00
$ ['/Users/tom/.local/share/virtualenvs/tmp.YkTM0kln-68P7VPaZ/bin/pip', 'install', '--verbose', '--upgrade', '--no-deps', '-r', '/var/folders/9w/twrv54nd0v19gsbjhjs3mlhc0000gn/T/pipenv-wgs4narf-requirements/pipenv-h6s3thx1-requirement.txt', '-i', 'http://x.x.co.uk:8080', '--require-hashes']
```
And:
```
> pipenv install --verbose pytest
β Installing 'pytest'
$ ['/Users/tom/.local/share/virtualenvs/tmp.YkTM0kln-68P7VPaZ/bin/pip', 'install', '--verbose', '--upgrade', 'pytest', '-i', 'http://x.x.co.uk:8080', '--trusted-host', 'x.x.co.uk']
```
### Steps to replicate
Have a `Pipfile` like this:
```
[[source]]
url = "http://INTERNAL_PYPI:8080"
verify_ssl = false
name = "xyz"
[packages]
aiohttp = "*"
```
Notice how the argument is not passed to pip when calling `pipenv install`.
author:
url:https://github.com/orf
type:Person
name:orf
datePublished:2018-10-10T10:44:47.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:12
url:https://github.com/2979/pipenv/issues/2979
Person:
url:https://github.com/orf
name:orf
url:https://github.com/orf
name:orf
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:12
interactionType:https://schema.org/CommentAction
userInteractionCount:12
External Links {π}(3)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- 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