
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
20.0.19 Fails on CentOS 7/older Python 2 - AttributeError: 'module' object has no attribute 'get_makefile_name' Β· Issue #1810 Β· pypa/virtualenv
Description:
Issue 20.0.19 fails on centos 7 with Python 2.7.5 -bash-4.2# virtualenv --version Traceback (most recent call last): File "/usr/bin/virtualenv", line 5, in <module> from virtualenv.__main__ import run_with_catch File "/usr/lib/python2.7/...
Website Age:
17 years and 9 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Video & Online Content
- Mobile Technology & AI
Content Management System {π}
What CMS is github.com built with?
Github.com is built with 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 {π}
module, centos, fails, attributeerror, object, attribute, file, line, python, issue, ianw, getmakefilename, import, getmakefilefilename, usage, sign, older, added, wrap, mentioned, virtualenv, gaborbernat, navigation, pypa, pull, requests, actions, security, closed, call, bug, changed, title, commit, references, conversation, github, projects, milestone, footer, skip, content, menu, product, solutions, resources, open, source, enterprise, pricing,
Topics {βοΈ}
7/site-packages/virtualenv/create/via_global_ref/builtin/builtin_way 7/site-packages/virtualenv/run/plugin/creators 7/site-packages/virtualenv/discovery/py_info 7/site-packages/virtualenv/run/__init__ 7/site-packages/virtualenv/discovery/cached_py_info 7/site-packages/virtualenv/create/creator 7/site-packages/virtualenv/__init__ 553a6dd ianw changed eec1b47 ianw mentioned /usr/bin/virtualenv create virtual environment org/project/virtualenv/20 comment metadata assignees /usr/lib/python2 older python attribute 'get_makefile_filename' wrap usage projects milestone org/issue22199 via_global_ref builtin _ prefixed occur error milestone relationships personal information 20 virtualenv 'module' object discovery recent call plugin reading https limited conversation github create __init__ file collaborators sign python2 python 2 python centos 7 attributeerror usage get_makefile_filename 19 fails call fails centos7 https conversation
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:20.0.19 Fails on CentOS 7/older Python 2 - AttributeError: 'module' object has no attribute 'get_makefile_name'
articleBody:**Issue**
20.0.19 fails on centos 7 with Python 2.7.5
```
-bash-4.2# virtualenv --version
Traceback (most recent call last):
File "/usr/bin/virtualenv", line 5, in <module>
from virtualenv.__main__ import run_with_catch
File "/usr/lib/python2.7/site-packages/virtualenv/__init__.py", line 3, in <module>
from .run import cli_run
File "/usr/lib/python2.7/site-packages/virtualenv/run/__init__.py", line 12, in <module>
from .plugin.creators import CreatorSelector
File "/usr/lib/python2.7/site-packages/virtualenv/run/plugin/creators.py", line 6, in <module>
from virtualenv.create.via_global_ref.builtin.builtin_way import VirtualenvBuiltin
File "/usr/lib/python2.7/site-packages/virtualenv/create/via_global_ref/builtin/builtin_way.py", line 7, in <module>
from virtualenv.create.creator import Creator
File "/usr/lib/python2.7/site-packages/virtualenv/create/creator.py", line 14, in <module>
from virtualenv.discovery.cached_py_info import LogCmd
File "/usr/lib/python2.7/site-packages/virtualenv/discovery/cached_py_info.py", line 26, in <module>
_CACHE[Path(sys.executable)] = PythonInfo()
File "/usr/lib/python2.7/site-packages/virtualenv/discovery/py_info.py", line 82, in __init__
("makefile_filename", sysconfig.get_makefile_filename()),
AttributeError: 'module' object has no attribute 'get_makefile_filename'
```
Seems to be from dfafc1102a0746f3fe6efdee3520a8d83e88b9ef which introduced the usage of this call. After reading https://bugs.python.org/issue22199, it appears this might be _ prefixed on some platforms with older Python, such as CentOS 7 (looks like it only got renamed for 2.7.9?)
author:
url:https://github.com/ianw
type:Person
name:ianw
datePublished:2020-05-04T05:30:10.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:1
url:https://github.com/1810/virtualenv/issues/1810
context:https://schema.org
headline:20.0.19 Fails on CentOS 7/older Python 2 - AttributeError: 'module' object has no attribute 'get_makefile_name'
articleBody:**Issue**
20.0.19 fails on centos 7 with Python 2.7.5
```
-bash-4.2# virtualenv --version
Traceback (most recent call last):
File "/usr/bin/virtualenv", line 5, in <module>
from virtualenv.__main__ import run_with_catch
File "/usr/lib/python2.7/site-packages/virtualenv/__init__.py", line 3, in <module>
from .run import cli_run
File "/usr/lib/python2.7/site-packages/virtualenv/run/__init__.py", line 12, in <module>
from .plugin.creators import CreatorSelector
File "/usr/lib/python2.7/site-packages/virtualenv/run/plugin/creators.py", line 6, in <module>
from virtualenv.create.via_global_ref.builtin.builtin_way import VirtualenvBuiltin
File "/usr/lib/python2.7/site-packages/virtualenv/create/via_global_ref/builtin/builtin_way.py", line 7, in <module>
from virtualenv.create.creator import Creator
File "/usr/lib/python2.7/site-packages/virtualenv/create/creator.py", line 14, in <module>
from virtualenv.discovery.cached_py_info import LogCmd
File "/usr/lib/python2.7/site-packages/virtualenv/discovery/cached_py_info.py", line 26, in <module>
_CACHE[Path(sys.executable)] = PythonInfo()
File "/usr/lib/python2.7/site-packages/virtualenv/discovery/py_info.py", line 82, in __init__
("makefile_filename", sysconfig.get_makefile_filename()),
AttributeError: 'module' object has no attribute 'get_makefile_filename'
```
Seems to be from dfafc1102a0746f3fe6efdee3520a8d83e88b9ef which introduced the usage of this call. After reading https://bugs.python.org/issue22199, it appears this might be _ prefixed on some platforms with older Python, such as CentOS 7 (looks like it only got renamed for 2.7.9?)
author:
url:https://github.com/ianw
type:Person
name:ianw
datePublished:2020-05-04T05:30:10.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:1
url:https://github.com/1810/virtualenv/issues/1810
Person:
url:https://github.com/ianw
name:ianw
url:https://github.com/ianw
name:ianw
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:1
interactionType:https://schema.org/CommentAction
userInteractionCount:1
External Links {π}(5)
- How much does https://github.blog pull in monthly?
- What is the earnings of https://bugs.python.org/issue22199?
- Financial intake of https://pypi.org/project/virtualenv/20.0.20/
- What is the monthly revenue of https://camo.githubusercontent.com/99d744998f60142fe3ce121046a15ce973ac79c5a1bf07f3b221c03a25568742/68747470733a2f2f6d656469612e74656e6f722e636f2f696d616765732f30313138303036663834376163666366643232653862663066643430356534322f74656e6f722e676966?
- How much does https://www.githubstatus.com/ net monthly?
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- 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