Skip to content

Editable dependency installation from subversion failed with PermissionError: [WinError 5] Access is denied #3290

@ivan-alles

Description

@ivan-alles

Issue description

I cannot install an editable dependency from an SVN repository using pipenv as described here.

In the same environment pip works fine:
pip install -e svn+https://repo.com/svn/project/trunk/urobots_annopy/#egg=urobots-annopy

Expected result

The package should be installed.

Actual result

The command crashed with this output:

Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. You can set PIPENV_IGNORE_VIRTUALENVS=1 to force pipenv to ignore that environment and create its
own instead. You can set PIPENV_VERBOSITY=-1 to suppress this warning.
Installing -e svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy…
[ ] Installing...Installing 'urobots-annopy'
$ ['C:\Users\ivan\.virtualenvs\python-BeLxqA3G\Scripts\pip.exe', 'install', '--verbose', '--upgrade', '-e', 'svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy', '-i', 'https://pypi.org/simple']
Adding urobots-annopy to Pipfile's [packages]…
Installation Succeeded
Pipfile.lock (f8f5f9) out of date, updating to (cd5a95)…
Locking [dev-packages] dependencies…
Success!
Using pip: -i https://pypi.org/simple
Using pip: -i https://pypi.org/simple
Using pip: -i https://pypi.org/simple

                      ROUND 1

Current constraints:
cython

Finding the best candidates:
found candidate cython==0.29 (constraint was )

Finding secondary dependencies:
cython==0.29 requires -

Result of round 1: stable, done

Locking [packages] dependencies…
[ ] Pinning VCS Packages...INFO:pipenv.patched.notpip._internal.vcs.subversion:Checking out https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/ to c:\users\ivan\appdata\local\temp\requirementslibmeiof5lm\urobots-annopy
Locking Failed!
Using pip: -i https://pypi.org/simple
Using pip: -i https://pypi.org/simple
Using pip: -i https://pypi.org/simple

                      ROUND 1

Current constraints:
numpy
opencv-contrib-python
urobots-annopy from svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy (from -r C:\Users\ivan\AppData\Local\Temp\pipenv2o5i_hi9requirements\pipenv-wwh91r1d-constraints.txt (line 4))

Finding the best candidates:
found candidate numpy==1.15.4 (constraint was )
found candidate opencv-contrib-python==3.4.3.18 (constraint was )
found candidate -e svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy (constraint was )

Finding secondary dependencies:
numpy==1.15.4 requires -
Traceback (most recent call last):
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 126, in
main()
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 119, in main
parsed.requirements_dir, parsed.packages)
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 85, in _main
requirements_dir=requirements_dir,
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 69, in resolve
req_dir=requirements_dir
File "c:\python36\lib\site-packages\pipenv\utils.py", line 695, in resolve_deps
req_dir=req_dir,
File "c:\python36\lib\site-packages\pipenv\utils.py", line 469, in actually_resolve_deps
resolved_tree = resolver.resolve()
File "c:\python36\lib\site-packages\pipenv\utils.py", line 398, in resolve
results = self.resolver.resolve(max_rounds=environments.PIPENV_MAX_ROUNDS)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 102, in resolve
has_changed, best_matches = self._resolve_one_round()
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 206, in _resolve_one_round
for dep in self._iter_dependencies(best_match):
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 280, in _iter_dependencies
for dependency in self.repository.get_dependencies(ireq):
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 234, in get_dependencies
legacy_results = self.get_legacy_dependencies(ireq)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 426, in get_legacy_dependencies
results, ireq = self.resolve_reqs(download_dir, ireq, wheel_cache)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 297, in resolve_reqs
results = resolver._resolve_one(reqset, ireq)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\resolve.py", line 260, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\resolve.py", line 197, in _get_abstract_dist_for
req, self.require_hashes, self.use_user_site, self.finder,
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\operations\prepare.py", line 321, in prepare_editable_requirement
abstract_dist.prep_for_dist(finder, self.build_isolation)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\operations\prepare.py", line 127, in prep_for_dist
self.req.run_egg_info()
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\req\req_install.py", line 474, in run_egg_info
command_desc='python setup.py egg_info')
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\utils\misc.py", line 705, in call_subprocess
% (command_desc, proc.returncode, cwd))
pipenv.patched.notpip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in C:\Users\ivan\AppData\Local\Temp\tmpz5_5qmm1source\urobots-annopy
Traceback (most recent call last):
File "c:\python36\lib\weakref.py", line 624, in _exitfunc
f()
File "c:\python36\lib\weakref.py", line 548, in call
return info.func(*info.args, **(info.kwargs or {}))
File "c:\python36\lib\tempfile.py", line 799, in _cleanup
_shutil.rmtree(name)
File "c:\python36\lib\shutil.py", line 494, in rmtree
return _rmtree_unsafe(path, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 389, in _rmtree_unsafe
onerror(os.unlink, fullname, sys.exc_info())
File "c:\python36\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpz5_5qmm1source\urobots-annopy\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'
Using pip: -i https://pypi.org/simple
Using pip: -i https://pypi.org/simple

                      ROUND 1

Current constraints:
numpy
opencv-contrib-python
urobots-annopy from svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy (from -r C:\Users\ivan\AppData\Local\Temp\pipenv2o5i_hi9requirements\pipenv-wwh91r1d-constraints.txt (line 4))

Finding the best candidates:
found candidate numpy==1.15.4 (constraint was )
found candidate opencv-contrib-python==3.4.3.18 (constraint was )
found candidate -e svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy (constraint was )

Finding secondary dependencies:
numpy==1.15.4 requires -
Traceback (most recent call last):
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 126, in
main()
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 119, in main
parsed.requirements_dir, parsed.packages)
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 85, in _main
requirements_dir=requirements_dir,
File "c:/python36/lib/site-packages/pipenv/resolver.py", line 69, in resolve
req_dir=requirements_dir
File "c:\python36\lib\site-packages\pipenv\utils.py", line 695, in resolve_deps
req_dir=req_dir,
File "c:\python36\lib\site-packages\pipenv\utils.py", line 469, in actually_resolve_deps
resolved_tree = resolver.resolve()
File "c:\python36\lib\site-packages\pipenv\utils.py", line 398, in resolve
results = self.resolver.resolve(max_rounds=environments.PIPENV_MAX_ROUNDS)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 102, in resolve
has_changed, best_matches = self._resolve_one_round()
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 206, in _resolve_one_round
for dep in self._iter_dependencies(best_match):
File "c:\python36\lib\site-packages\pipenv\patched\piptools\resolver.py", line 280, in _iter_dependencies
for dependency in self.repository.get_dependencies(ireq):
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 234, in get_dependencies
legacy_results = self.get_legacy_dependencies(ireq)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 426, in get_legacy_dependencies
results, ireq = self.resolve_reqs(download_dir, ireq, wheel_cache)
File "c:\python36\lib\site-packages\pipenv\patched\piptools\repositories\pypi.py", line 297, in resolve_reqs
results = resolver._resolve_one(reqset, ireq)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\resolve.py", line 260, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\resolve.py", line 197, in _get_abstract_dist_for
req, self.require_hashes, self.use_user_site, self.finder,
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\operations\prepare.py", line 321, in prepare_editable_requirement
abstract_dist.prep_for_dist(finder, self.build_isolation)
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\operations\prepare.py", line 127, in prep_for_dist
self.req.run_egg_info()
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\req\req_install.py", line 474, in run_egg_info
command_desc='python setup.py egg_info')
File "c:\python36\lib\site-packages\pipenv\patched\notpip_internal\utils\misc.py", line 705, in call_subprocess
% (command_desc, proc.returncode, cwd))
pipenv.patched.notpip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in C:\Users\ivan\AppData\Local\Temp\tmpz5_5qmm1source\urobots-annopy
Traceback (most recent call last):
File "c:\python36\lib\weakref.py", line 624, in _exitfunc
f()
File "c:\python36\lib\weakref.py", line 548, in call
return info.func(*info.args, **(info.kwargs or {}))
File "c:\python36\lib\tempfile.py", line 799, in _cleanup
_shutil.rmtree(name)
File "c:\python36\lib\shutil.py", line 494, in rmtree
return _rmtree_unsafe(path, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 384, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "c:\python36\lib\shutil.py", line 389, in _rmtree_unsafe
onerror(os.unlink, fullname, sys.exc_info())
File "c:\python36\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpz5_5qmm1source\urobots-annopy\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'

Steps to replicate

c:\Python36\Scripts\pipenv install --verbose -e svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/#egg=urobots-annopy


$ pipenv --support

Pipenv version: '2018.11.14'

Pipenv location: 'c:\\python36\\lib\\site-packages\\pipenv'

Python location: 'c:\\python36\\python.exe'

Python installations found:

  • 5.2.0: C:\Anaconda3-5.2.0-64\python.exe
  • 4.2.0: C:\Anaconda3-4.2.0-64\python.exe
  • 4.1.1: C:\Anaconda3-4.1.1-64\python.exe
  • 3.6.6: C:\Python36\python.exe
  • 3.5: d:\Anaconda3\Scripts\python.exe
  • 2.7: d:\Program Files\Anaconda2\Scripts\python.exe

PEP 508 Information:

{'implementation_name': 'cpython',
 'implementation_version': '3.6.6',
 'os_name': 'nt',
 'platform_machine': 'AMD64',
 'platform_python_implementation': 'CPython',
 'platform_release': '7',
 'platform_system': 'Windows',
 'platform_version': '6.1.7601',
 'python_full_version': '3.6.6',
 'python_version': '3.6',
 'sys_platform': 'win32'}

System environment variables:

  • PATH
  • PROCESSOR_LEVEL
  • MSMPI_LIB32
  • FP_NO_HOST_CHECK
  • VS140COMNTOOLS
  • IVP_3D_CAMERA
  • HALCONIMAGES
  • SESSIONNAME
  • ALLUSERSPROFILE
  • NVCUDASAMPLES7_5_ROOT
  • INTEL_DEV_REDIST
  • PROCESSOR_ARCHITECTURE
  • MIC_LD_LIBRARY_PATH
  • PSMODULEPATH
  • PUREGEV_ROOT
  • SYSTEMDRIVE
  • UR_PYTHON3_DIR
  • HALCONROOT
  • CUDNN_PATH
  • CUB_PATH
  • MSMPI_INC
  • MOZ_PLUGIN_PATH
  • COGNEX_CCF_PATH
  • IVANROOT
  • ZLIB_PATH
  • POSTGRESQL_DIR
  • USERNAME
  • OPENNI2_LIB64
  • PROGRAMFILES(X86)
  • QTMSBUILD
  • PATHEXT
  • IVAN_BACKUP
  • MSMPI_LIB64
  • UR_UEYE_DIR
  • SICK_EASYRANGER_ROOT
  • NVCUDASAMPLES8_0_ROOT
  • PROGRAMDATA
  • PROGRAMW6432
  • VIRTUAL_ENV
  • HOMEPATH
  • NVCUDASAMPLES9_1_ROOT
  • CUDA_PATH_V8_0
  • PROCESSOR_IDENTIFIER
  • VSSDK140INSTALL
  • PROGRAMFILES
  • PUBLIC
  • WINDIR
  • HALCONEXAMPLES
  • HALCONARCH
  • LOCALAPPDATA
  • OPENNI2_INCLUDE64
  • MSMPI_BIN
  • BOOST_INCLUDE_PATH
  • USERDOMAIN
  • LOGONSERVER
  • CUDA_PATH_V7_5
  • KINECTSDK10_DIR
  • PROMPT
  • OPENNI2_REDIST64
  • LANG
  • CNTK_MKL_PATH
  • VS120COMNTOOLS
  • APPDATA
  • VBOX_MSI_INSTALL_PATH
  • NVTOOLSEXT_PATH
  • COMMONPROGRAMFILES
  • TESSDATA_PREFIX
  • OS
  • COMPUTERNAME
  • UR_LIB_DIR
  • BOOST_LIB_PATH
  • CNTK_MKL
  • NVCUDASAMPLES_ROOT
  • CUDA_PATH
  • PROCESSOR_REVISION
  • COMMONPROGRAMW6432
  • COMSPEC
  • NVCUDASAMPLES9_0_ROOT
  • _OLD_VIRTUAL_PROMPT
  • _OLD_VIRTUAL_PATH
  • ACML_FMA
  • UR_BLOB_DIR
  • OPENCV_PATH_V31
  • SYSTEMROOT
  • TEMP
  • HOMEDRIVE
  • USERPROFILE
  • CUDA_PATH_V9_1
  • TMP
  • VS110COMNTOOLS
  • CUDA_PATH_V9_0
  • COMMONPROGRAMFILES(X86)
  • NUMBER_OF_PROCESSORS
  • IMAGEMAGICK_BINARY
  • PIP_DISABLE_PIP_VERSION_CHECK
  • PYTHONDONTWRITEBYTECODE
  • PIP_SHIMS_BASE_MODULE
  • PIP_PYTHON_PATH
  • PYTHONFINDER_IGNORE_UNSUPPORTED

Pipenvûspecific environment variables:

Debugûspecific environment variables:

  • PATH: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\libnvvp;C:\Program Files\ImageMagick-7.0.7-Q16;C:\Program Files (x86)\SICK\3D Cameras\icon\lib;C:\ProgramData\Oracle\Java\javapath;D:\Program Files\Microsoft MPI\Bin\;C:\Program Files\PostgreSQL\9.5\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\SlikSvn\bin;C:\Program Files\WinRAR;C:\Program Files (x86)\Araxis\Araxis Merge 2001 Professional;D:\tools;C:\Program Files (x86)\DATEV\SiPacompact;C:\Program Files (x86)\CMake\bin;d:\Program Files\MVTec\HALCON-13.0\bin\x64-win64;D:\Program Files (x86)\Graphviz2.38\bin;D:\Program Files\OpenNI2\Redist;C:\Program Files (x86)\Common Files\Pleora\eBUS SDK;C:\Program Files\Common Files\Pleora\eBUS SDK;C:\Program Files (x86)\SICK\EasyRanger\;C:\Program Files\Git\cmd;D:\tools\TortoiseSVN\bin;D:\lib\NVIDIA\cudnn-9.0-windows7-x64-v7\bin;D:\Program Files\MVTec\HALCON-13.0\bin\x64-win64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\ivan\AppData\Local\GitHubDesktop\bin;C:\Users\ivan\AppData\Local\Programs\Microsoft VS Code\bin
  • LANG: en_US
  • VIRTUAL_ENV: C:\Users\ivan\.virtualenvs\python-BeLxqA3G

Contents of Pipfile ('D:\ivan\dev\photometric_stereo\python\Pipfile'):

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
cython = "*"

[packages]
numpy = "*"
opencv-contrib-python = "*"
urobots-annopy = {editable = true,svn = "https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy/"}

[requires]
python_version = "3.6"

Contents of Pipfile.lock ('D:\ivan\dev\photometric_stereo\python\Pipfile.lock'):

{
    "_meta": {
        "hash": {
            "sha256": "a0b97d5abf7091106bd6831043772c147f562d5d01dfd37f099787d08bcd5a95"
        },
        "pipfile-spec": 6,
        "requires": {
            "python_version": "3.6"
        },
        "sources": [
            {
                "name": "pypi",
                "url": "https://pypi.org/simple",
                "verify_ssl": true
            }
        ]
    },
    "default": {
        "numpy": {
            "hashes": [
                "sha256:0df89ca13c25eaa1621a3f09af4c8ba20da849692dcae184cb55e80952c453fb",
                "sha256:154c35f195fd3e1fad2569930ca51907057ae35e03938f89a8aedae91dd1b7c7",
                "sha256:18e84323cdb8de3325e741a7a8dd4a82db74fde363dce32b625324c7b32aa6d7",
                "sha256:1e8956c37fc138d65ded2d96ab3949bd49038cc6e8a4494b1515b0ba88c91565",
                "sha256:23557bdbca3ccbde3abaa12a6e82299bc92d2b9139011f8c16ca1bb8c75d1e95",
                "sha256:24fd645a5e5d224aa6e39d93e4a722fafa9160154f296fd5ef9580191c755053",
                "sha256:36e36b6868e4440760d4b9b44587ea1dc1f06532858d10abba98e851e154ca70",
                "sha256:3d734559db35aa3697dadcea492a423118c5c55d176da2f3be9c98d4803fc2a7",
                "sha256:416a2070acf3a2b5d586f9a6507bb97e33574df5bd7508ea970bbf4fc563fa52",
                "sha256:4a22dc3f5221a644dfe4a63bf990052cc674ef12a157b1056969079985c92816",
                "sha256:4d8d3e5aa6087490912c14a3c10fbdd380b40b421c13920ff468163bc50e016f",
                "sha256:4f41fd159fba1245e1958a99d349df49c616b133636e0cf668f169bce2aeac2d",
                "sha256:561ef098c50f91fbac2cc9305b68c915e9eb915a74d9038ecf8af274d748f76f",
                "sha256:56994e14b386b5c0a9b875a76d22d707b315fa037affc7819cda08b6d0489756",
                "sha256:73a1f2a529604c50c262179fcca59c87a05ff4614fe8a15c186934d84d09d9a5",
                "sha256:7da99445fd890206bfcc7419f79871ba8e73d9d9e6b82fe09980bc5bb4efc35f",
                "sha256:99d59e0bcadac4aa3280616591fb7bcd560e2218f5e31d5223a2e12a1425d495",
                "sha256:a4cc09489843c70b22e8373ca3dfa52b3fab778b57cf81462f1203b0852e95e3",
                "sha256:a61dc29cfca9831a03442a21d4b5fd77e3067beca4b5f81f1a89a04a71cf93fa",
                "sha256:b1853df739b32fa913cc59ad9137caa9cc3d97ff871e2bbd89c2a2a1d4a69451",
                "sha256:b1f44c335532c0581b77491b7715a871d0dd72e97487ac0f57337ccf3ab3469b",
                "sha256:b261e0cb0d6faa8fd6863af26d30351fd2ffdb15b82e51e81e96b9e9e2e7ba16",
                "sha256:c857ae5dba375ea26a6228f98c195fec0898a0fd91bcf0e8a0cae6d9faf3eca7",
                "sha256:cf5bb4a7d53a71bb6a0144d31df784a973b36d8687d615ef6a7e9b1809917a9b",
                "sha256:db9814ff0457b46f2e1d494c1efa4111ca089e08c8b983635ebffb9c1573361f",
                "sha256:df04f4bad8a359daa2ff74f8108ea051670cafbca533bb2636c58b16e962989e",
                "sha256:ecf81720934a0e18526177e645cbd6a8a21bb0ddc887ff9738de07a1df5c6b61",
                "sha256:edfa6fba9157e0e3be0f40168eb142511012683ac3dc82420bee4a3f3981b30e"
            ],
            "index": "pypi",
            "version": "==1.15.4"
        },
        "opencv-contrib-python": {
            "hashes": [
                "sha256:04eced1eb41396cdd60c54c8e6153aff1fca67a6c7d038206a8878e92aa85362",
                "sha256:0f6f51c61be0cde3fa88e4e219e9c33b507de31857372e4e8809934eb14d38b3",
                "sha256:26c56b4b60279b3423356f28327d03a4675968a88bcd91df1bd4ddcfb12887f7",
                "sha256:352d73318ecee216f95cb9c52fc23fc36b950048c33df57d4840a573916ed117",
                "sha256:47f562f2d0484b2db206f0e261faa3c398805e9e9f3c4311f2a0dab9009fcee5",
                "sha256:50c539417df11961e66c4b6ba78a12ab97f3a29b6bf1fe1079e22c66882b87b3",
                "sha256:521c442916d3e8d1dcf15705aad15f044cfd012c5fd1fa8ec737db9280fe8126",
                "sha256:5bb0e0a5fd54b848ecc918b8096bc279841f0034087dd985b5a0e6b348bbcaaa",
                "sha256:6240b9f060d0d47bdd88686818b8658d49205c936644df4b6fa74c103da65076",
                "sha256:7c448e0ee0f953c27ed0b0f6271425d4fbb5d2396820e2ab825bc2a1f48e09f5",
                "sha256:893ba6a7347cca7f085924929fc2f0b6932e72470209b3ca185de4945223a917",
                "sha256:8ef658bbe73b4decf4b4afaa02ca1e966e30be15fa03a0a4cd82c11f55f422b2",
                "sha256:a5f1dffabfa9c0a7660f1ffe0ffc7efdbc06c39b0149c80ac0b266e73eff705c",
                "sha256:b2bb3b1fae9fa716ececa2e3820c52a7eac3cd1817836df16a02e12bf6cd90dd",
                "sha256:bbe998e9b5322ee7f20d5872d132cad6d77656cf96ba63644f8895ab4a2be307",
                "sha256:bf2fc2ba648f6c6047422470bc37a4f6d4efdee1fa5e38926fd30fab74359526",
                "sha256:c0666bacbab29258b4e9160499b03e8dd4afcfbe2bbdf55f1b799a795aaaf476",
                "sha256:c857478760f9651a5fe414900075eb4a687fd6d7d65b0bfe399404c5b68b6c11",
                "sha256:c9248eb525ba9ccaba2ac67d9d73141592c5066847789ce33d81d0ed56498c02",
                "sha256:d15e028aeb5e9d17282cc86b678b1d6d0dfa9c678aa467c4841a53a41284f77c",
                "sha256:d467821106b7e9870b9ff5ae376fa2bbd9d20439bbd20f33605860820eb641f3",
                "sha256:df552ca8f70b0fdba958aa9dfb3d44a67de9ff3cf923e0feafbdf0c1a2983401",
                "sha256:e195a29ae6de44aae555c24a31268258e7e82a94fa1ad2c743a58521ae31384e",
                "sha256:ec325512014a94fc9db7d5d133ac4b1c87df1881dc334baf80eba1b163f50cce",
                "sha256:f3a6cf3c75ea3966f9e85d6f2108e2c5dd2261793a5fc525b43f40f78847d2a6",
                "sha256:f73d02679c3d8cdaaa6b08ebaebd161113b306295ef278a4f65531345f1c7796",
                "sha256:fdcd259cdaf5054769dd20ba318a1862257b90cb88cfa3dee4e614ad6ebe6617"
            ],
            "index": "pypi",
            "version": "==3.4.3.18"
        }
    },
    "develop": {
        "cython": {
            "hashes": [
                "sha256:a7716a98f0b9b8f61ddb2bae7997daf546ac8fc594be6ba397f4bde7d76bfc62"
            ],
            "index": "pypi",
            "version": "==0.29"
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Awaiting Update ⏳This issue requires more information before assistance can be provided.Status: Needs More InformationThis issue does not provide enough information to take further action.Type: Possible BugThis issue describes a possible bug in pipenv.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions