
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
[BUG] PR #3061 breaks zip importing with "ImportError: The 'jaraco' package is required;" Β· Issue #3084 Β· pypa/setuptools
Description:
setuptools version 60.7.1 Python version 3.8.10 OS ubuntu 20.04 Additional environment information n/a Description this breaks virtualenv (and others as it seems from Nuitka/Nuitka#1406) https://github.com/pypa/virtualenv/runs/5077580857...
Website Age:
17 years and 9 months (reg. 2007-10-09).
Matching Content Categories {π}
- Video & Online Content
- Technology & Computing
- Personal Finance
Content Management System {π}
What CMS is github.com built with?
Github.com utilizes 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,394 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,507 paying customers.
The estimated monthly recurring revenue (MRR) is $22,459,531.
The estimated annual recurring revenues (ARR) are $269,514,368.
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 {π}
file, line, module, jaraco, loadmodule, package, zipimport, setuptools, frozen, call, sign, bug, breaks, zip, importerror, required, issue, traceback, recent, string, status, issues, projects, importing, asottile, python, distribution, import, fix, importer, navigation, pull, requests, actions, security, closed, description, version, information, tmppytestofasottilepytesttestzipimportercanimportssitepackageszippkgresourcesexterninitpy, createmodule, bundled, warning, consult, packager, pythonpathsetuptoolspynoneanywhl, dist, error, processing, tmpyvirtualenvvenvlibpythonsitepackagesdistutilsprecedencepth,
Topics {βοΈ}
asottile/pytest-1/test_zip_importer_can_import_s0/venv/bin/python' asottile/pytest-1/test_zip_importer_can_import_s0/site-packages zip/pkg_resources/extern/__init__ 8/site-packages/distutils-precedence /virtualenv/venv/lib/python3 whl/pkg_resources/extern/__init__ zip/setuptools/version zip/setuptools/__init__ zip/pkg_resources/__init__ reproduce $ pythonpath=setuptools-60 /pypa/virtualenv/runs/5077580857 breaks virtualenv whl/setuptools/version whl/setuptools/__init__ whl/pkg_resources/__init__ /usr/lib/python3 support namespace packages projects milestone comment metadata assignees triage issues jaraco closed command '['/tmp/pytest check_suite_focus=true traceback zip importer asottile mentioned /virtualenv/setuptools-60 easy fix jaraco removed whl python 'jaraco' package exit status 1 /tmp/pytest issue namespace package jaraco description recent call module '_distutils_hack' standard importer tests rely milestone relationships 8/site setuptools load_module importerror subprocess call status //github github distribution package
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
- Com/pypa/virtualenv/runs/5077580857?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:[BUG] PR #3061 breaks zip importing with "ImportError: The 'jaraco' package is required;"
articleBody:### setuptools version
60.7.1
### Python version
3.8.10
### OS
ubuntu 20.04
### Additional environment information
n/a
### Description
this breaks virtualenv (and others as it seems from nuitka/nuitka#1406) https://github.com/pypa/virtualenv/runs/5077580857?check_suite_focus=true
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/setuptools/__init__.py", line 16, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/setuptools/version.py", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/__init__.py", line 74, in <module>
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/extern/__init__.py", line 52, in create_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/extern/__init__.py", line 44, in load_module
ImportError: The 'jaraco' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
```
via this subprocess call
```
E subprocess.CalledProcessError: Command '['/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/venv/bin/python', '-c', 'from setuptools.dist import Distribution']' returned non-zero exit status 1.
```
note that this is exercising the zipimporter, so this likely breaks zip importing
### Expected behavior
not crashing
### How to Reproduce
```console
$ PYTHONPATH=setuptools-60.7.1-py3-none-any.whl python -c 'from setuptools import dist'
```
### Output
```console
$ PYTHONPATH=setuptools-60.7.1-py3-none-any.whl python -c 'from setuptools import dist'
Error processing line 1 of /tmp/y/virtualenv/venv/lib/python3.8/site-packages/distutils-precedence.pth:
Traceback (most recent call last):
File "/usr/lib/python3.8/site.py", line 175, in addpackage
exec(line)
File "<string>", line 1, in <module>
AttributeError: module '_distutils_hack' has no attribute 'ensure_shim'
Remainder of file ignored
Error processing line 1 of /tmp/y/virtualenv/venv/lib/python3.8/site-packages/distutils-precedence.pth:
Traceback (most recent call last):
File "/usr/lib/python3.8/site.py", line 175, in addpackage
exec(line)
File "<string>", line 1, in <module>
AttributeError: module '_distutils_hack' has no attribute 'ensure_shim'
Remainder of file ignored
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/setuptools/__init__.py", line 16, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/setuptools/version.py", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/__init__.py", line 74, in <module>
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/extern/__init__.py", line 52, in create_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/extern/__init__.py", line 44, in load_module
ImportError: The 'jaraco' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
```
author:
url:https://github.com/asottile
type:Person
name:asottile
datePublished:2022-02-05T13:21:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:2
url:https://github.com/3084/setuptools/issues/3084
context:https://schema.org
headline:[BUG] PR #3061 breaks zip importing with "ImportError: The 'jaraco' package is required;"
articleBody:### setuptools version
60.7.1
### Python version
3.8.10
### OS
ubuntu 20.04
### Additional environment information
n/a
### Description
this breaks virtualenv (and others as it seems from nuitka/nuitka#1406) https://github.com/pypa/virtualenv/runs/5077580857?check_suite_focus=true
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/setuptools/__init__.py", line 16, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/setuptools/version.py", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/__init__.py", line 74, in <module>
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/extern/__init__.py", line 52, in create_module
File "/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/site-packages.zip/pkg_resources/extern/__init__.py", line 44, in load_module
ImportError: The 'jaraco' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
```
via this subprocess call
```
E subprocess.CalledProcessError: Command '['/tmp/pytest-of-asottile/pytest-1/test_zip_importer_can_import_s0/venv/bin/python', '-c', 'from setuptools.dist import Distribution']' returned non-zero exit status 1.
```
note that this is exercising the zipimporter, so this likely breaks zip importing
### Expected behavior
not crashing
### How to Reproduce
```console
$ PYTHONPATH=setuptools-60.7.1-py3-none-any.whl python -c 'from setuptools import dist'
```
### Output
```console
$ PYTHONPATH=setuptools-60.7.1-py3-none-any.whl python -c 'from setuptools import dist'
Error processing line 1 of /tmp/y/virtualenv/venv/lib/python3.8/site-packages/distutils-precedence.pth:
Traceback (most recent call last):
File "/usr/lib/python3.8/site.py", line 175, in addpackage
exec(line)
File "<string>", line 1, in <module>
AttributeError: module '_distutils_hack' has no attribute 'ensure_shim'
Remainder of file ignored
Error processing line 1 of /tmp/y/virtualenv/venv/lib/python3.8/site-packages/distutils-precedence.pth:
Traceback (most recent call last):
File "/usr/lib/python3.8/site.py", line 175, in addpackage
exec(line)
File "<string>", line 1, in <module>
AttributeError: module '_distutils_hack' has no attribute 'ensure_shim'
Remainder of file ignored
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/setuptools/__init__.py", line 16, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/setuptools/version.py", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/__init__.py", line 74, in <module>
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/extern/__init__.py", line 52, in create_module
File "/tmp/y/virtualenv/setuptools-60.7.1-py3-none-any.whl/pkg_resources/extern/__init__.py", line 44, in load_module
ImportError: The 'jaraco' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
```
author:
url:https://github.com/asottile
type:Person
name:asottile
datePublished:2022-02-05T13:21:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:2
url:https://github.com/3084/setuptools/issues/3084
Person:
url:https://github.com/asottile
name:asottile
url:https://github.com/asottile
name:asottile
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:2
interactionType:https://schema.org/CommentAction
userInteractionCount:2
External Links {π}(2)
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