Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ivan-alles opened this issue Nov 23, 2018 · 11 comments
Labels
Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided. Status: Needs More Information This issue does not provide enough information to take further action. Type: Possible Bug This issue describes a possible bug in pipenv.

Comments

@ivan-alles
Copy link

ivan-alles commented Nov 23, 2018

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"
        }
    }
}
@frostming
Copy link
Contributor

Please fill in the issue template.

@techalchemy
Copy link
Member

This didn’t fail because of the permission error, the permission error just happened after th failure. I backported some more (unmerged) changes from python 3.8’s TemporaryDirectory to help with that already.

This looks weird to me. Is the svn repo public?

@ivan-alles
Copy link
Author

What the actual failure was then? I can run python setup.py egg_info in the checkout directory without problem.

How can I get these backport changes? We are using python 3.6 from pypi.

The repo is not public.

Can the error be caused by tortoise svn trying to "index" the checkout directory in the background?

@techalchemy
Copy link
Member

You can try pip install -e git+https://github.com/pypa/pipenv.git@master#egg=pipenv and let me know if that helps

Essentially what happened was:

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

This says there was an error when pip attempted to resolve the dependencies in your package, and after the error, the interpreter attempted to exit. Upon exiting it attempts to clean up the directories it created, including the SVN directory. The SVN subprocess still owned the directory in question, so python wasn't able to remove it, which it informed you about when it exited. However, this is simply a side-effect of exiting, which it did due to the original error.

The original error is not possible to diagnose without more info. Can you run pipenv-resolver '-e svn+https://subversion.assembla.com/svn/brmain/anno/trunk/source/python/urobots_annopy' and let me see the output?

@techalchemy techalchemy added Type: Possible Bug This issue describes a possible bug in pipenv. Status: Needs More Information This issue does not provide enough information to take further action. Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided. labels Nov 24, 2018
@ivan-alles
Copy link
Author

I install pipenv from github as you suggested and it works. The new pipenv version is 2018.11.15.dev0, the failed one was 2018.11.14.

Thank you!

@techalchemy
Copy link
Member

Neat, thanks for the update!

@ivan-alles
Copy link
Author

The problem ist not gone after update, I appears every now and then. I tried to create a public repo to reproduce it, but is blocked by #3307.

@ivan-alles ivan-alles reopened this Nov 29, 2018
@techalchemy
Copy link
Member

After update to the latest version of pipenv on master? I can no longer reproduce this. Please provide something reproducible, because the caret issue is resolved

@ivan-alles
Copy link
Author

ivan-alles commented Nov 29, 2018

I overlooked the necessity to update pipenv. Caret works now indeed!

Now I can reproduce the original problem:

Steps to reproduce:

  1. checkout with svn this repo:

https://eu-subversion.assembla.com/svn/testuuu^testuuu-first-space/test_pyenv/trunk/test_pipenv

  1. Go to the checkout directory.

  2. Run pipenv install

Expected result

Successful installation of all packages.

If I remove the line test-package1 = {editable = true,svn = "https://eu-subversion.assembla.com/svn/testuuu^testuuu-first-space/test_pyenv/trunk/test_package_1"} from Pipfile, everything is ok.

Installing this package alone in a clean venv without Pipfile works also fine.

Actual result

Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…

[ ===] Locking...�Success!
Locking [packages] dependencies…

[ ] Pinning VCS Packages...�
[ ] Locking...�
[ =] Locking VCS Dependencies...�Success!
RESULTS:

[{"version": "7.0", "hashes": ["sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13", "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"], "name": "click"}, {"version": "4.90.0.0", "index": "pypi", "hashes": ["sha256:54c389176d359259c930f22035f1c006df37b4be9a71954a7fa864d679adc3a4", "sha256:95231365add652e16966c8dbb3e2eb715b46b3763ebd23aa252b963885daa41b"], "name": "pyueye"}, {"version": "1.1.0", "hashes": ["sha256:048ef924c1623740e70204aa7143ec592504045ae4429b59c30054cb31e3c432", "sha256:130f844e7f5bdd8e9f3f42e7102ef1d49b2e6fdf0d7526df3f87281a532d8c8b", "sha256:19f637c2ac5ae9da8bfd98cef74d64b7e1bb8a63038a3505cd182c3fac5eb4d9", "sha256:1b8a7a87ad1b92bd887568ce54b23565f3fd7018c4180136e1cf412b405a47af", "sha256:1c25694ca680b6919de53a4bb3bdd0602beafc63ff001fea2f2fc16ec3a11834", "sha256:1f19ef5d3908110e1e891deefb5586aae1b49a7440db952454b4e281b41620cd", "sha256:1fa6058938190ebe8290e5cae6c351e14e7bb44505c4a7624555ce57fbbeba0d", "sha256:31cbb1359e8c25f9f48e156e59e2eaad51cd5242c05ed18a8de6dbe85184e4b7", "sha256:3e835d8841ae7863f64e40e19477f7eb398674da6a47f09871673742531e6f4b", "sha256:4e97332c9ce444b0c2c38dd22ddc61c743eb208d916e4265a2a3b575bdccb1d3", "sha256:525396ee324ee2da82919f2ee9c9e73b012f23e7640131dd1b53a90206a0f09c", "sha256:52b07fbc32032c21ad4ab060fec137b76eb804c4b9a1c7c7dc562549306afad2", "sha256:52ccb45e77a1085ec5461cde794e1aa037df79f473cbc69b974e73940655c8d7", "sha256:5c3fbebd7de20ce93103cb3183b47671f2885307df4a17a0ad56a1dd51273d36", "sha256:5e5851969aea17660e55f6a3be00037a25b96a9b44d2083651812c99d53b14d1", "sha256:5edfa27b2d3eefa2210fb2f5d539fbed81722b49f083b2c6566455eb7422fd7e", "sha256:7d263e5770efddf465a9e31b78362d84d015cc894ca2c131901a4445eaa61ee1", "sha256:83381342bfc22b3c8c06f2dd93a505413888694302de25add756254beee8449c", "sha256:857eebb2c1dc60e4219ec8e98dfa19553dae33608237e107db9c6078b1167856", "sha256:98e439297f78fca3a6169fd330fbe88d78b3bb72f967ad9961bcac0d7fdd1550", "sha256:bf54103892a83c64db58125b3f2a43df6d2cb2d28889f14c78519394feb41492", "sha256:d9ac82be533394d341b41d78aca7ed0e0f4ba5a2231602e2f05aa87f25c51672", "sha256:e982fe07ede9fada6ff6705af70514a52beb1b2c3d25d4e873e82114cf3c5401", "sha256:edce2ea7f3dfc981c4ddc97add8a61381d9642dc3273737e756517cc03e84dd6", "sha256:efdc45ef1afc238db84cb4963aa689c0408912a0239b0721cb172b4016eb31d6", "sha256:f137c02498f8b935892d5c0172560d7ab54bc45039de8805075e19079c639a9c", "sha256:f82e347a72f955b7017a39708a3667f106e6ad4d10b25f237396a7115d8ed5fd", "sha256:fb7c206e01ad85ce57feeaaa0bf784b97fa3cad0d4a5737bc5295785f5c613a1"], "name": "markupsafe"}, {"version": "1.1.0", "hashes": ["sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19", "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"], "name": "itsdangerous"}, {"version": "1.1.6", "hashes": ["sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850", "sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a", "sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79", "sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1"], "name": "enum34"}, {"version": "1.15.4", "index": "pypi", "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"], "name": "numpy"}, {"version": "1.1.0", "hashes": ["sha256:0611ee97296265af4a21164a5323f8c1b4e8e15c582d3dfa7610825900136bb7", "sha256:08237eda23fd8e4e54838258b124f1cd141379a5f281b0a234ca99b38918c07a", "sha256:0e645dbfc03f279e1946cf07c9c754c2a1859cb4a41c5f70b25f6b3a586b6dbd", "sha256:0e9bb7efe5f051ea7212555b290e784b82f21ffd0f655405ac4f87e288b730b3", "sha256:108c16640849e5827e7d51023efb3bd79244098c3f21e4897a1007720cb7ce37", "sha256:340ef70f5b0f4e2b4b43c8c8061165911bc6b2ad16f8de85d9774545e2c47463", "sha256:3ad73dfc6f82e494195144bd3a129c7241e761179b7cb5c07b9a0ede99c686f3", "sha256:3b243c77a822cd034dad53058d7c2abf80062aa6f4a32e9799c95d6391558631", "sha256:404a00314e85eca9d46b80929571b938e97a143b4f2ddc2b2b3c91a4c4ead9c5", "sha256:423b3ff76957d29d1cce1bc0d62ebaf9a3fdfaf62344e3fdec14619bb7b5ad3a", "sha256:42d9149a2fff7affdd352d157fa5717033767857c11bd55aa4a519a44343dfef", "sha256:625f25a6b7d795e8830cb70439453c9f163e6870e710ec99eba5722775b318f3", "sha256:698c6409da58686f2df3d6f815491fd5b4c2de6817a45379517c92366eea208f", "sha256:729f8f8363d32cebcb946de278324ab43d28096f36593be6281ca1ee86ce6559", "sha256:8190770146a4c8ed5d330d5b5ad1c76251c63349d25c96b3094875b930c44692", "sha256:878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1", "sha256:8b984f0821577d889f3c7ca8445564175fb4ac7c7f9659b7c60bef95b2b70e76", "sha256:8f841bbc21d3dad2111a94c490fb0a591b8612ffea86b8e5571746ae76a3deac", "sha256:c22b27371b3866c92796e5d7907e914f0e58a36d3222c5d436ddd3f0e354227a", "sha256:d0cdd5658b49a722783b8b4f61a6f1f9c75042d0e29a30ccb6cacc9b25f6d9e2", "sha256:d40dc7f494b06dcee0d303e51a00451b2da6119acbeaccf8369f2d29e28917ac", "sha256:d8491d4784aceb1f100ddb8e31239c54e4afab8d607928a9f7ef2469ec35ae01", "sha256:dfc5080c38dde3f43d8fbb9c0539a7839683475226cf83e4b24363b227dfe552", "sha256:e24e22c8d98d3c704bb3410bce9b69e122a8de487ad3dbfe9985d154e5c03a40", "sha256:e7a01e53163818d56eabddcafdc2090e9daba178aad05516b20c6591c4811020", "sha256:ee677635393414930541a096fc8e61634304bb0153e4e02b75685b11eba14cae", "sha256:f0521af1b722265d824d6ad055acfe9bd3341765735c44b5a4d0069e189a0f40", "sha256:f25c281f12c0da726c6ed00535ca5d1622ec755c30a3f8eafef26cf43fede694"], "name": "scipy"}, {"version": "2.0.0", "index": "pypi", "hashes": ["sha256:251ec5cde0d20ebd467b12fd8a4db0f52d2fbf6e12660a969a226823ba38644e", "sha256:8c8073b97aa7030c28118961e2c6c92f046e4cb57aeba7df87146f7baa6530c5"], "name": "pydot-ng"}, {"version": "1.0.2", "index": "pypi", "hashes": ["sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48", "sha256:a080b744b7e345ccfcbc77954861cb05b3c63786e93f2b3875e0913d44b43f05"], "name": "flask"}, {"version": "2.10", "hashes": ["sha256:74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd", "sha256:f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"], "name": "jinja2"}, {"version": "2.5.1", "index": "pypi", "hashes": ["sha256:571dcc95ef6c0c150a28eb1236812f75bddb3e0016128b125500d3e816414362", "sha256:5d51642f3dce0008284317a4086c1df06552360f72985013483de94c2c47abc0", "sha256:9a24f9ffcfc786e67e95434b83f3ce8349a97830e09e73d7a8e979b4763d5dc5", "sha256:b0b71e02ec7353860e3539b1b403253a4179c0c99925abc7fa65103f602f3f4b", "sha256:c4965d1901a3b94b8fe693211b63be3775c52dcaf2fcfff29793c8f17a4ab79f", "sha256:fb54bfdb3bfb26c6656b502760ba33fee941b18d4ddbc9f08c9d76a6f53280aa"], "name": "cntk-gpu"}, {"version": "3.4.4.19", "index": "pypi", "hashes": ["sha256:04e80efc7d10371694922fe69a718bb88e4775c6914244d7acc14a43a7371ac7", "sha256:09ae3400ad01fd8c9065a53275aede3f328ad540c793336f2e4c10df4678368f", "sha256:0f614c9ae12e4d5a04eb7bdf7bb2c244274b3da72a8c40658d30eccd2aa0694e", "sha256:12f06febc1d006b1da169f71e91d760307ac3ef94b5b6d46b37246a74659ec8f", "sha256:1bafbb04519add1c14a4212510beb4e79d4abedb3dd1e07e414c9bd4541b3ad8", "sha256:2207381174b282db53da27b7e7f2606c2abc1913b3544138febb4302dda1c44e", "sha256:25e09e53cfdf677b02bea5b016d0bb267497bebfb201e0ad0cf70a91f4e1d888", "sha256:352335ebed6fbb085d3dece31872ef516a14cb17f918d6ddf8646799e375c9b1", "sha256:42a2c0ef4a32b0ddb675c0b3786ef805aab0555c87d31f31e6ca5c580aebcf11", "sha256:547fa598a1f2511f8c47d9bc97037a4a950d981109c4be78a93206acb591af59", "sha256:55927e00eedf14f3f4e698717cb8d949ae1208d00c3e85340ec64bf00878fbf1", "sha256:577c2b3b2e71b0c8a3f652151ea0b4b68e082da637395ef31cca3e45bfed0c27", "sha256:5d85e582bc14518462ea8bfc482b577b9e906b2d8a74de351918f77d1d5abc28", "sha256:5e9939aec0ba74c73366ec5e3f938390afda28e1eab6856fc62428f898f9e3b2", "sha256:60b6bb2df213693bd1a195c26c545571507e0cbad167aed77e65020481869f89", "sha256:6840cce5943b6b71a1905b0dd87038c35952a0cec7dd3ca18d29a33e3969423c", "sha256:7a4e2f5e9fba0c82558a027533198680cc1820742fff6d6bcd59781124e451cf", "sha256:8d96f3638e535429704e4d67b609c75f6f14c47b5b0b3bf76f1b1a9be91cd330", "sha256:95c46ffd88422fddb22807ca263a79417316f9b9c2f4eabeb9419d187a47be1c", "sha256:a467367704a2025640c6c96555b45269093c2eb8663115ede07b187c9b40d83e", "sha256:ae1d235099d67622b5331534166d4d137dd897edc81d077702bc3e59b27e6f56", "sha256:bd47075b4f6616aaacc36c7717f763c2c5cc4674a036fe9510968c35de7b620f", "sha256:c555b79825995881f868810db6e4c31b2ce1a368cd0bec57f73e59ff5b83890f", "sha256:c95c569e5ee706b88f08c076bbc21005ed39533eaf2056b958c8a20b37cf270a", "sha256:cce079028c5292bfa0bb4daf287b29ee794ff9d62af59f75e84fabab2c4e522d", "sha256:dc17e773eaa46a7778f433a9e77435e3a9441dda997c2a93862c9a210e5b3e19", "sha256:e41a40e4ad839b2753f81406b4b765a00e627c2c55ced1fc86e621e49249a63e"], "name": "opencv-contrib-python"}, {"version": "2.3.0", "hashes": ["sha256:40856e74d4987de5d01761a22d1621ae1c7f8774585acae358aa5c5936c6c90b", "sha256:f353aab21fd474459d97b709e527b5571314ee5f067441dc9f88e33eecd96592"], "name": "pyparsing"}, {"version": "0.14.1", "hashes": ["sha256:c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c", "sha256:d5da73735293558eb1651ee2fddc4d0dedcfa06538b8813a2e20011583c9e49b"], "name": "werkzeug"}]Exception ignored in: <finalize object at 0x20dcdc0; dead>

Traceback (most recent call last):

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\weakref.py", line 548, in call

return info.func(*info.args, **(info.kwargs or {}))

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\tempfile.py", line 799, in _cleanup

_shutil.rmtree(name)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 387, in _rmtree_unsafe

os.unlink(fullname)

PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpa6si1zkwsource\test-package1\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'
[{"version": "7.0", "hashes": ["sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13", "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"], "name": "click"}, {"version": "4.90.0.0", "index": "pypi", "hashes": ["sha256:54c389176d359259c930f22035f1c006df37b4be9a71954a7fa864d679adc3a4", "sha256:95231365add652e16966c8dbb3e2eb715b46b3763ebd23aa252b963885daa41b"], "name": "pyueye"}, {"version": "1.1.0", "hashes": ["sha256:048ef924c1623740e70204aa7143ec592504045ae4429b59c30054cb31e3c432", "sha256:130f844e7f5bdd8e9f3f42e7102ef1d49b2e6fdf0d7526df3f87281a532d8c8b", "sha256:19f637c2ac5ae9da8bfd98cef74d64b7e1bb8a63038a3505cd182c3fac5eb4d9", "sha256:1b8a7a87ad1b92bd887568ce54b23565f3fd7018c4180136e1cf412b405a47af", "sha256:1c25694ca680b6919de53a4bb3bdd0602beafc63ff001fea2f2fc16ec3a11834", "sha256:1f19ef5d3908110e1e891deefb5586aae1b49a7440db952454b4e281b41620cd", "sha256:1fa6058938190ebe8290e5cae6c351e14e7bb44505c4a7624555ce57fbbeba0d", "sha256:31cbb1359e8c25f9f48e156e59e2eaad51cd5242c05ed18a8de6dbe85184e4b7", "sha256:3e835d8841ae7863f64e40e19477f7eb398674da6a47f09871673742531e6f4b", "sha256:4e97332c9ce444b0c2c38dd22ddc61c743eb208d916e4265a2a3b575bdccb1d3", "sha256:525396ee324ee2da82919f2ee9c9e73b012f23e7640131dd1b53a90206a0f09c", "sha256:52b07fbc32032c21ad4ab060fec137b76eb804c4b9a1c7c7dc562549306afad2", "sha256:52ccb45e77a1085ec5461cde794e1aa037df79f473cbc69b974e73940655c8d7", "sha256:5c3fbebd7de20ce93103cb3183b47671f2885307df4a17a0ad56a1dd51273d36", "sha256:5e5851969aea17660e55f6a3be00037a25b96a9b44d2083651812c99d53b14d1", "sha256:5edfa27b2d3eefa2210fb2f5d539fbed81722b49f083b2c6566455eb7422fd7e", "sha256:7d263e5770efddf465a9e31b78362d84d015cc894ca2c131901a4445eaa61ee1", "sha256:83381342bfc22b3c8c06f2dd93a505413888694302de25add756254beee8449c", "sha256:857eebb2c1dc60e4219ec8e98dfa19553dae33608237e107db9c6078b1167856", "sha256:98e439297f78fca3a6169fd330fbe88d78b3bb72f967ad9961bcac0d7fdd1550", "sha256:bf54103892a83c64db58125b3f2a43df6d2cb2d28889f14c78519394feb41492", "sha256:d9ac82be533394d341b41d78aca7ed0e0f4ba5a2231602e2f05aa87f25c51672", "sha256:e982fe07ede9fada6ff6705af70514a52beb1b2c3d25d4e873e82114cf3c5401", "sha256:edce2ea7f3dfc981c4ddc97add8a61381d9642dc3273737e756517cc03e84dd6", "sha256:efdc45ef1afc238db84cb4963aa689c0408912a0239b0721cb172b4016eb31d6", "sha256:f137c02498f8b935892d5c0172560d7ab54bc45039de8805075e19079c639a9c", "sha256:f82e347a72f955b7017a39708a3667f106e6ad4d10b25f237396a7115d8ed5fd", "sha256:fb7c206e01ad85ce57feeaaa0bf784b97fa3cad0d4a5737bc5295785f5c613a1"], "name": "markupsafe"}, {"version": "1.1.0", "hashes": ["sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19", "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"], "name": "itsdangerous"}, {"version": "1.1.6", "hashes": ["sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850", "sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a", "sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79", "sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1"], "name": "enum34"}, {"version": "1.15.4", "index": "pypi", "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"], "name": "numpy"}, {"version": "1.1.0", "hashes": ["sha256:0611ee97296265af4a21164a5323f8c1b4e8e15c582d3dfa7610825900136bb7", "sha256:08237eda23fd8e4e54838258b124f1cd141379a5f281b0a234ca99b38918c07a", "sha256:0e645dbfc03f279e1946cf07c9c754c2a1859cb4a41c5f70b25f6b3a586b6dbd", "sha256:0e9bb7efe5f051ea7212555b290e784b82f21ffd0f655405ac4f87e288b730b3", "sha256:108c16640849e5827e7d51023efb3bd79244098c3f21e4897a1007720cb7ce37", "sha256:340ef70f5b0f4e2b4b43c8c8061165911bc6b2ad16f8de85d9774545e2c47463", "sha256:3ad73dfc6f82e494195144bd3a129c7241e761179b7cb5c07b9a0ede99c686f3", "sha256:3b243c77a822cd034dad53058d7c2abf80062aa6f4a32e9799c95d6391558631", "sha256:404a00314e85eca9d46b80929571b938e97a143b4f2ddc2b2b3c91a4c4ead9c5", "sha256:423b3ff76957d29d1cce1bc0d62ebaf9a3fdfaf62344e3fdec14619bb7b5ad3a", "sha256:42d9149a2fff7affdd352d157fa5717033767857c11bd55aa4a519a44343dfef", "sha256:625f25a6b7d795e8830cb70439453c9f163e6870e710ec99eba5722775b318f3", "sha256:698c6409da58686f2df3d6f815491fd5b4c2de6817a45379517c92366eea208f", "sha256:729f8f8363d32cebcb946de278324ab43d28096f36593be6281ca1ee86ce6559", "sha256:8190770146a4c8ed5d330d5b5ad1c76251c63349d25c96b3094875b930c44692", "sha256:878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1", "sha256:8b984f0821577d889f3c7ca8445564175fb4ac7c7f9659b7c60bef95b2b70e76", "sha256:8f841bbc21d3dad2111a94c490fb0a591b8612ffea86b8e5571746ae76a3deac", "sha256:c22b27371b3866c92796e5d7907e914f0e58a36d3222c5d436ddd3f0e354227a", "sha256:d0cdd5658b49a722783b8b4f61a6f1f9c75042d0e29a30ccb6cacc9b25f6d9e2", "sha256:d40dc7f494b06dcee0d303e51a00451b2da6119acbeaccf8369f2d29e28917ac", "sha256:d8491d4784aceb1f100ddb8e31239c54e4afab8d607928a9f7ef2469ec35ae01", "sha256:dfc5080c38dde3f43d8fbb9c0539a7839683475226cf83e4b24363b227dfe552", "sha256:e24e22c8d98d3c704bb3410bce9b69e122a8de487ad3dbfe9985d154e5c03a40", "sha256:e7a01e53163818d56eabddcafdc2090e9daba178aad05516b20c6591c4811020", "sha256:ee677635393414930541a096fc8e61634304bb0153e4e02b75685b11eba14cae", "sha256:f0521af1b722265d824d6ad055acfe9bd3341765735c44b5a4d0069e189a0f40", "sha256:f25c281f12c0da726c6ed00535ca5d1622ec755c30a3f8eafef26cf43fede694"], "name": "scipy"}, {"version": "2.0.0", "index": "pypi", "hashes": ["sha256:251ec5cde0d20ebd467b12fd8a4db0f52d2fbf6e12660a969a226823ba38644e", "sha256:8c8073b97aa7030c28118961e2c6c92f046e4cb57aeba7df87146f7baa6530c5"], "name": "pydot-ng"}, {"version": "1.0.2", "index": "pypi", "hashes": ["sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48", "sha256:a080b744b7e345ccfcbc77954861cb05b3c63786e93f2b3875e0913d44b43f05"], "name": "flask"}, {"version": "2.10", "hashes": ["sha256:74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd", "sha256:f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"], "name": "jinja2"}, {"version": "2.5.1", "index": "pypi", "hashes": ["sha256:571dcc95ef6c0c150a28eb1236812f75bddb3e0016128b125500d3e816414362", "sha256:5d51642f3dce0008284317a4086c1df06552360f72985013483de94c2c47abc0", "sha256:9a24f9ffcfc786e67e95434b83f3ce8349a97830e09e73d7a8e979b4763d5dc5", "sha256:b0b71e02ec7353860e3539b1b403253a4179c0c99925abc7fa65103f602f3f4b", "sha256:c4965d1901a3b94b8fe693211b63be3775c52dcaf2fcfff29793c8f17a4ab79f", "sha256:fb54bfdb3bfb26c6656b502760ba33fee941b18d4ddbc9f08c9d76a6f53280aa"], "name": "cntk-gpu"}, {"version": "3.4.4.19", "index": "pypi", "hashes": ["sha256:04e80efc7d10371694922fe69a718bb88e4775c6914244d7acc14a43a7371ac7", "sha256:09ae3400ad01fd8c9065a53275aede3f328ad540c793336f2e4c10df4678368f", "sha256:0f614c9ae12e4d5a04eb7bdf7bb2c244274b3da72a8c40658d30eccd2aa0694e", "sha256:12f06febc1d006b1da169f71e91d760307ac3ef94b5b6d46b37246a74659ec8f", "sha256:1bafbb04519add1c14a4212510beb4e79d4abedb3dd1e07e414c9bd4541b3ad8", "sha256:2207381174b282db53da27b7e7f2606c2abc1913b3544138febb4302dda1c44e", "sha256:25e09e53cfdf677b02bea5b016d0bb267497bebfb201e0ad0cf70a91f4e1d888", "sha256:352335ebed6fbb085d3dece31872ef516a14cb17f918d6ddf8646799e375c9b1", "sha256:42a2c0ef4a32b0ddb675c0b3786ef805aab0555c87d31f31e6ca5c580aebcf11", "sha256:547fa598a1f2511f8c47d9bc97037a4a950d981109c4be78a93206acb591af59", "sha256:55927e00eedf14f3f4e698717cb8d949ae1208d00c3e85340ec64bf00878fbf1", "sha256:577c2b3b2e71b0c8a3f652151ea0b4b68e082da637395ef31cca3e45bfed0c27", "sha256:5d85e582bc14518462ea8bfc482b577b9e906b2d8a74de351918f77d1d5abc28", "sha256:5e9939aec0ba74c73366ec5e3f938390afda28e1eab6856fc62428f898f9e3b2", "sha256:60b6bb2df213693bd1a195c26c545571507e0cbad167aed77e65020481869f89", "sha256:6840cce5943b6b71a1905b0dd87038c35952a0cec7dd3ca18d29a33e3969423c", "sha256:7a4e2f5e9fba0c82558a027533198680cc1820742fff6d6bcd59781124e451cf", "sha256:8d96f3638e535429704e4d67b609c75f6f14c47b5b0b3bf76f1b1a9be91cd330", "sha256:95c46ffd88422fddb22807ca263a79417316f9b9c2f4eabeb9419d187a47be1c", "sha256:a467367704a2025640c6c96555b45269093c2eb8663115ede07b187c9b40d83e", "sha256:ae1d235099d67622b5331534166d4d137dd897edc81d077702bc3e59b27e6f56", "sha256:bd47075b4f6616aaacc36c7717f763c2c5cc4674a036fe9510968c35de7b620f", "sha256:c555b79825995881f868810db6e4c31b2ce1a368cd0bec57f73e59ff5b83890f", "sha256:c95c569e5ee706b88f08c076bbc21005ed39533eaf2056b958c8a20b37cf270a", "sha256:cce079028c5292bfa0bb4daf287b29ee794ff9d62af59f75e84fabab2c4e522d", "sha256:dc17e773eaa46a7778f433a9e77435e3a9441dda997c2a93862c9a210e5b3e19", "sha256:e41a40e4ad839b2753f81406b4b765a00e627c2c55ced1fc86e621e49249a63e"], "name": "opencv-contrib-python"}, {"version": "2.3.0", "hashes": ["sha256:40856e74d4987de5d01761a22d1621ae1c7f8774585acae358aa5c5936c6c90b", "sha256:f353aab21fd474459d97b709e527b5571314ee5f067441dc9f88e33eecd96592"], "name": "pyparsing"}, {"version": "0.14.1", "hashes": ["sha256:c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c", "sha256:d5da73735293558eb1651ee2fddc4d0dedcfa06538b8813a2e20011583c9e49b"], "name": "werkzeug"}]Exception ignored in: <finalize object at 0x20dcdc0; dead>

Traceback (most recent call last):

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\weakref.py", line 548, in call

return info.func(*info.args, **(info.kwargs or {}))

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\tempfile.py", line 799, in _cleanup

_shutil.rmtree(name)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 387, in _rmtree_unsafe

os.unlink(fullname)

PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpa6si1zkwsource\test-package1\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'
Exception ignored in: <finalize object at 0x4ccd80; dead>

Traceback (most recent call last):

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\weakref.py", line 548, in call

return info.func(*info.args, **(info.kwargs or {}))

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\tempfile.py", line 799, in _cleanup

_shutil.rmtree(name)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 387, in _rmtree_unsafe

os.unlink(fullname)

PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpkn9tljwysource\test-package1\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'

RESULTS:

[{"version": "1.15.4", "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"], "name": "numpy"}]
Traceback (most recent call last):

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\weakref.py", line 548, in call

return info.func(*info.args, **(info.kwargs or {}))

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\tempfile.py", line 799, in _cleanup

_shutil.rmtree(name)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\ivan.virtualenvs\test_pipenv-XZNIYAJm\lib\shutil.py", line 387, in _rmtree_unsafe

os.unlink(fullname)

PermissionError: [WinError 5] Access is denied: 'C:\Users\ivan\AppData\Local\Temp\tmpkn9tljwysource\test-package1\.svn\pristine\00\000d1a7af6a899016e860e2ae598faddc623f179.svn-base'

RESULTS:

[{"version": "1.15.4", "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"], "name": "numpy"}]
Traceback (most recent call last):
File "c:\python36\scripts\src\pipenv\pipenv\utils.py", line 665, in venv_resolve_deps
results = json.loads(results.split("RESULTS:")[1].strip())
File "c:\python36\lib\json_init_.py", line 354, in loads
return _default_decoder.decode(s)
File "c:\python36\lib\json\decoder.py", line 342, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 11141 (char 11140)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\python36\Scripts\pipenv-script.py", line 11, in
load_entry_point('pipenv', 'console_scripts', 'pipenv')()
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 764, in call
return self.main(*args, **kwargs)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "c:\python36\scripts\src\pipenv\pipenv\vendor\click\decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "c:\python36\scripts\src\pipenv\pipenv\cli\command.py", line 254, in install
editable_packages=state.installstate.editables,
File "c:\python36\scripts\src\pipenv\pipenv\core.py", line 1874, in do_install
keep_outdated=keep_outdated
File "c:\python36\scripts\src\pipenv\pipenv\core.py", line 1244, in do_init
pypi_mirror=pypi_mirror,
File "c:\python36\scripts\src\pipenv\pipenv\core.py", line 1068, in do_lock
lockfile=lockfile
File "c:\python36\scripts\src\pipenv\pipenv\utils.py", line 678, in venv_resolve_deps
raise RuntimeError("There was a problem with locking.")
RuntimeError: There was a problem with locking.

Support output:

$ pipenv --support

Pipenv version: '2018.11.27.dev0'

Pipenv location: 'c:\\python36\\scripts\\src\\pipenv\\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:

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

Contents of Pipfile ('D:\ivan\dev\sandbox\test_pipenv\test_pyenv_wf\test_pipenv\Pipfile'):

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

[dev-packages]
cython = "*"
pytest = "*"

[packages]
numpy = "*"
cntk-gpu = "==2.5.1"
opencv-contrib-python = "*"
pyueye = "*"
pydot_ng = "*"
flask = "*"
test-package1 = {editable = true,svn = "https://eu-subversion.assembla.com/svn/testuuu^testuuu-first-space/test_pyenv/trunk/test_package_1"}

[requires]
python_version = "3.6"

@GeeWee
Copy link

GeeWee commented May 4, 2019

Looks like it might be the same bug as #3391

@ivan-alles
Copy link
Author

We found a workaround (using pip and requirements files) and have not tested this with pipenv since 2 years. So I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided. Status: Needs More Information This issue does not provide enough information to take further action. Type: Possible Bug This issue describes a possible bug in pipenv.
Projects
None yet
Development

No branches or pull requests

4 participants