
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
pipenv install fails on windows 10 Β· Issue #4436 Β· pypa/pipenv
Description:
Issue description Failure to run install on windows Expected result pipenv install should work Actual result pipenv install fails with exception: PS C:\Users\aucampia\d\dev.azure.com\pdgm\EPConnect\ui-components\guidelines> pipenv 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 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,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, return, pipenv, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvvendorclickcorepy, kwargs, install, issue, invoke, windows, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvcorepy, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvvendorpythonfinderpythonfinderpy, sign, call, cpythonlibrunpypy, main, callbackargs, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvvendorclickdecoratorspy, newfunc, args, init, frostming, type, bug, regression, projects, fails, result, python, windowsfinder, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvvendorpythonfindermodelswindowspy, version, cusersaucampiaappdataroamingpythonpythonsitepackagespipenvvendorpythonfindermodelspathpy, navigation, source, pull, requests, actions, security, closed, description, cusersaucampiaddevazurecompdgmepconnectuicomponentsguidelines, traceback, recent, runmoduleasmain, modspec, runcode, execcode, runglobals, cusersaucampiaappdataroamingpythonpythonscriptspipenvexemainpy,
Topics {βοΈ}
users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\pythonfinder\_vendor\pep514tools\_registry users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\pythonfinder\models\python users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\pythonfinder\models\path users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\pythonfinder\models\windows users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\click\decorators users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\click\core users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\cli\command users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\core users\aucampia\appdata\roaming\python\python37\site-packages\pipenv\utils users\aucampia\appdata\roaming\python\python37\site-packages\pipenv users\aucampia\appdata\roaming\python\python37\scripts\pipenv io/en/latest/advanced/ [[source]] users\aucampia python37\\python python=python python37\lib\runpy fix path handling vendor pythonfinder python models sphinx-bootstrap-theme = //pipenv run install fix paths handling comment metadata assignees assigned labels type projects milestone frostming mentioned command version steps windows projects code traceback version exe\__main__ recent call replicate pipfile org/simple [requires] python_version = generate properly previous behavior milestone relationships _windows_finder = windowsfinder issue github 0c8fb2f sign pypa
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:pipenv install fails on windows 10
articleBody:### Issue description
Failure to run install on windows
### Expected result
`pipenv install` should work
### Actual result
`pipenv install` fails with exception:
```
PS C:\Users\aucampia\d\dev.azure.com\pdgm\EPConnect\ui-components\guidelines> pipenv install --verbose
Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\Scripts\pipenv.exe\__main__.py", line 9, in <module>
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\cli\command.py", line 252, in install
site_packages=state.site_packages
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 1928, in do_install
site_packages=site_packages,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 580, in ensure_project
pypi_mirror=pypi_mirror,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 498, in ensure_virtualenv
python = ensure_python(three=three, python=python)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 388, in ensure_python
path_to_python = find_a_system_python(python)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 354, in find_a_system_python
python_entry = find_python(finder, line)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\utils.py", line 2196, in find_python
result = finder.find_python_version(line)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 276, in find_python_version
if os.name == "nt" and self.windows_finder is not None:
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 129, in windows_finder
self._windows_finder = WindowsFinder()
File "<attrs generated init pipenv.vendor.pythonfinder.models.windows.WindowsFinder>", line 13, in __init__
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 97, in get_versions
version_object, name=name, company=company
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\python.py", line 640, in from_windows_launcher
creation_dict = cls.parse(launcher_entry.info.version)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\_vendor\pep514tools\_registry.py", line 75, in __getattr__
raise AttributeError(attr)
AttributeError: version
```
### Steps to replicate
Pipfile:
```
# https://pipenv.pypa.io/en/latest/basics/
# https://pipenv.pypa.io/en/latest/advanced/
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sphinx = "*"
sphinx-bootstrap-theme = "*"
[requires]
python_version = "3.6"
# pipenv lock -r > requirements.txt
# pipenv lock -r --dev-only > dev-requirements.txt
```
```
pip install --user --upgrade pipenv
pipenv install
```
-------------------------------------------------------------------------------
Adding backticks because output does not generate properly:
```
PS C:\Users\aucampia\d\dev.azure.com\pdgm\EPConnect\ui-components\guidelines> pipenv --support
<details><summary>$ pipenv --support</summary>
Pipenv version: `'2020.8.13'`
Pipenv location: `'C:\\Users\\aucampia\\AppData\\Roaming\\Python\\Python37\\site-packages\\pipenv'`
Python location: `'c:\\python37\\python.exe'`
Python installations found:
Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\Scripts\pipenv.exe\__main__.py", line 9, in <module>
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1236, in invoke
return Command.invoke(self, ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\cli\command.py", line 139, in cli
get_pipenv_diagnostics()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\help.py", line 33, in get_pipenv_diagnostics
python_paths = finder.find_all_python_versions()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 312, in find_all_python_versions
python_version_dict = getattr(self.system_path, "python_version_dict", {})
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 120, in system_path
self._system_path = self.create_system_path()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 86, in create_system_path
ignore_unsupported=self.ignore_unsupported,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 682, in create
instance = instance._run_setup()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 233, in _run_setup
new_instance = new_instance._setup_windows()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 411, in _setup_windows
windows_finder = WindowsFinder.create()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 146, in create
return cls()
File "<attrs generated init pythonfinder.models.windows.WindowsFinder>", line 13, in __init__
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 97, in get_versions
version_object, name=name, company=company
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\python.py", line 640, in from_windows_launcher
creation_dict = cls.parse(launcher_entry.info.version)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\_vendor\pep514tools\_registry.py", line 75, in __getattr__
raise AttributeError(attr)
AttributeError: version
```
author:
url:https://github.com/aucampia
type:Person
name:aucampia
datePublished:2020-08-25T07:29:58.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:0
url:https://github.com/4436/pipenv/issues/4436
context:https://schema.org
headline:pipenv install fails on windows 10
articleBody:### Issue description
Failure to run install on windows
### Expected result
`pipenv install` should work
### Actual result
`pipenv install` fails with exception:
```
PS C:\Users\aucampia\d\dev.azure.com\pdgm\EPConnect\ui-components\guidelines> pipenv install --verbose
Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\Scripts\pipenv.exe\__main__.py", line 9, in <module>
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\cli\command.py", line 252, in install
site_packages=state.site_packages
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 1928, in do_install
site_packages=site_packages,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 580, in ensure_project
pypi_mirror=pypi_mirror,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 498, in ensure_virtualenv
python = ensure_python(three=three, python=python)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 388, in ensure_python
path_to_python = find_a_system_python(python)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\core.py", line 354, in find_a_system_python
python_entry = find_python(finder, line)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\utils.py", line 2196, in find_python
result = finder.find_python_version(line)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 276, in find_python_version
if os.name == "nt" and self.windows_finder is not None:
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 129, in windows_finder
self._windows_finder = WindowsFinder()
File "<attrs generated init pipenv.vendor.pythonfinder.models.windows.WindowsFinder>", line 13, in __init__
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 97, in get_versions
version_object, name=name, company=company
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\python.py", line 640, in from_windows_launcher
creation_dict = cls.parse(launcher_entry.info.version)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\_vendor\pep514tools\_registry.py", line 75, in __getattr__
raise AttributeError(attr)
AttributeError: version
```
### Steps to replicate
Pipfile:
```
# https://pipenv.pypa.io/en/latest/basics/
# https://pipenv.pypa.io/en/latest/advanced/
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sphinx = "*"
sphinx-bootstrap-theme = "*"
[requires]
python_version = "3.6"
# pipenv lock -r > requirements.txt
# pipenv lock -r --dev-only > dev-requirements.txt
```
```
pip install --user --upgrade pipenv
pipenv install
```
-------------------------------------------------------------------------------
Adding backticks because output does not generate properly:
```
PS C:\Users\aucampia\d\dev.azure.com\pdgm\EPConnect\ui-components\guidelines> pipenv --support
<details><summary>$ pipenv --support</summary>
Pipenv version: `'2020.8.13'`
Pipenv location: `'C:\\Users\\aucampia\\AppData\\Roaming\\Python\\Python37\\site-packages\\pipenv'`
Python location: `'c:\\python37\\python.exe'`
Python installations found:
Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\Scripts\pipenv.exe\__main__.py", line 9, in <module>
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1236, in invoke
return Command.invoke(self, ctx)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\cli\command.py", line 139, in cli
get_pipenv_diagnostics()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\help.py", line 33, in get_pipenv_diagnostics
python_paths = finder.find_all_python_versions()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 312, in find_all_python_versions
python_version_dict = getattr(self.system_path, "python_version_dict", {})
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 120, in system_path
self._system_path = self.create_system_path()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 86, in create_system_path
ignore_unsupported=self.ignore_unsupported,
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 682, in create
instance = instance._run_setup()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 233, in _run_setup
new_instance = new_instance._setup_windows()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\path.py", line 411, in _setup_windows
windows_finder = WindowsFinder.create()
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 146, in create
return cls()
File "<attrs generated init pythonfinder.models.windows.WindowsFinder>", line 13, in __init__
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\windows.py", line 97, in get_versions
version_object, name=name, company=company
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\models\python.py", line 640, in from_windows_launcher
creation_dict = cls.parse(launcher_entry.info.version)
File "C:\Users\aucampia\AppData\Roaming\Python\Python37\site-packages\pipenv\vendor\pythonfinder\_vendor\pep514tools\_registry.py", line 75, in __getattr__
raise AttributeError(attr)
AttributeError: version
```
author:
url:https://github.com/aucampia
type:Person
name:aucampia
datePublished:2020-08-25T07:29:58.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:0
url:https://github.com/4436/pipenv/issues/4436
Person:
url:https://github.com/aucampia
name:aucampia
url:https://github.com/aucampia
name:aucampia
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:0
interactionType:https://schema.org/CommentAction
userInteractionCount:0
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Bootstrap
- 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