pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.71k stars 1.86k forks source link

2023.6.2 fails installation of cppyy #5717

Open HitoshiUchida opened 1 year ago

HitoshiUchida commented 1 year ago

Issue description

cppyy include folder name was forced small letters in Ver. 2023.6.2. Ver. 2023.5.19 is OK.

Expected result

include/site/python3.11/CPyCppyy/API.h

Actual result

include/site/python3.11/cpycppyy/API.h

matteius commented 1 year ago

Do you have reproduction steps?

Not so much has changed between 2023.5.19 and 2023.6.2 that would explain something like this.

matteius commented 1 year ago

On what basis should the expected result be CPyCppyy? The name in the setup.py is all lowercase: https://github.com/wlav/cppyy/blame/master/setup.py#L100

it appears to install just fine:

matteius@matteius-VirtualBox:~/pipenv-triage/issue-5717$ pipenv install cppyy  -v
Using python: None
Path to python: None
Creating a virtualenv for this project...
Pipfile: /home/matteius/pipenv-triage/issue-5717/Pipfile
Using default python from /usr/bin/python (3.10.6) to create virtualenv...
⠸ Creating virtual environment...created virtual environment CPython3.10.6.final.0-64 in 270ms
  creator CPython3Posix(dest=/home/matteius/.virtualenvs/issue-5717-Pt6otdnx, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/matteius/.local/share/virtualenv)
    added seed packages: pip==23.1.2, setuptools==67.7.2, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/matteius/.virtualenvs/issue-5717-Pt6otdnx
Creating a Pipfile for this project...
Installing cppyy...
Resolving cppyy...
Adding cppyy to Pipfile's [packages] ...
✔ Installation Succeeded
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
Reporter.starting()
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting()
Reporter.adding_requirement(SpecifierRequirement('cppyy'), None)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy'), None)
Reporter.starting_round(0)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(0)
Reporter.adding_requirement(SpecifierRequirement('CPyCppyy==1.12.13'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('CPyCppyy==1.12.13'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf762
35b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
Reporter.ending_round(0, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(0, state)
Reporter.starting_round(1)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(1)
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa5
8b97c5011/cppyy-backend-1.14.11.tar.gz (from https://pypi.org/simple/cppyy-backend/)'))
Reporter.ending_round(1, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(1, state)
Reporter.starting_round(2)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(2)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.wh
l (from https://pypi.org/simple/cppyy-cling/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f69
9d17e9526/cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (from https://pypi.org/simple/cppyy-cling/)'))
Reporter.ending_round(2, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(2, state)
Reporter.starting_round(3)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(3)
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac
925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
Reporter.ending_round(3, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(3, state)
Reporter.starting_round(4)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(4)
Reporter.ending(State(mapping=OrderedDict([('cppyy', LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz 
(from https://pypi.org/simple/cppyy/)')), ('cppyy-backend', 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), ('cppyy-cling', 
LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (from 
https://pypi.org/simple/cppyy-cling/)')), ('cpycppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))]), 
criteria={'cppyy': Criterion((SpecifierRequirement('cppyy'), via=None)), 'cpycppyy': Criterion((SpecifierRequirement('CPyCppyy==1.12.13'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))), 
'cppyy-backend': Criterion((SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)')), 
(SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))), 'cppyy-cling': Criterion((SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)')), 
(SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)')))}, backtrack_causes=[]))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending(State(mapping=OrderedDict([('cppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)')), 
('cppyy-backend', LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), ('cppyy-cling', 
LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (from 
https://pypi.org/simple/cppyy-cling/)')), ('cpycppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))]), 
criteria={'cppyy': Criterion((SpecifierRequirement('cppyy'), via=None)), 'cpycppyy': Criterion((SpecifierRequirement('CPyCppyy==1.12.13'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))), 
'cppyy-backend': Criterion((SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)')), 
(SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))), 'cppyy-cling': Criterion((SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)')), 
(SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)')))}, backtrack_causes=[]))
⠙ Locking...
✔ Success!
Locking [dev-packages] dependencies...
Updated Pipfile.lock (80d3022a903b13504027c4c66a1ad74150b910e71b88ba133e69b6fdc745f31c)!
Installing dependencies from Pipfile.lock (45f31c)...
Writing supplied requirement line to temporary file: 'cppyy==3.0.0 --hash=sha256:9c7c1c113d771488cee0bf63f26d2bbf4f42de731eb63776e007cb0d9e23d3d8'
Writing supplied requirement line to temporary file: 'cppyy-backend==1.14.11 --hash=sha256:2d329adce65b421a4e8a1af36116fb1756571349dc6b22a9ac3dde54b2a30af1'
Writing supplied requirement line to temporary file: 'cppyy-cling==6.28.0 --hash=sha256:192bc40a835c0ff114e53483b2f4b747746b989af9efc403b37acb33de42f2ed --hash=sha256:38cd7eb47ab350810b9e4c3652abf52922b5e505dbc170323ed7e322281a43f9 --hash=sha256:6db5ea865207387f52c6beda4f65298137309ffebf9d20fa2281e5fc8dbb3323 --hash=sha256:89a1a083d7457ad1f9aeb239b2fafec34a6533418156976fba8e4dad4f565a22 --hash=sha256:ae67fc338510d03b68dde08add5b519e2c6434d40fe07e23e7ebace3caa684e7 --hash=sha256:eb1556b64cfdb6ddc57748823bebb8a06b43b7212e55117f801bc953937cb788'
Writing supplied requirement line to temporary file: 'cpycppyy==1.12.13 --hash=sha256:f8c8c05b1eb8f0ccaed07b5069efabecff791bbe5e1b5be86767d32974e833d4'
Install Phase: Standard Requirements
Preparing Installation of 'cppyy'
Preparing Installation of 'cppyy-backend'
Preparing Installation of 'cppyy-cling'
Preparing Installation of 'cpycppyy'
$ /home/matteius/.virtualenvs/issue-5717-Pt6otdnx/bin/python /usr/local/lib/python3.10/dist-packages/pipenv/patched/pip/__pip-runner__.py install -i https://pypi.org/simple --no-input --upgrade --no-deps --exists-action=i -r /tmp/pipenv-xvetpcu2-requirements/pipenv-ggeb42ng-hashed-reqs.txt
Using source directory: '/home/matteius/.virtualenvs/issue-5717-Pt6otdnx/src'
Collecting cppyy==3.0.0 (from -r /tmp/pipenv-xvetpcu2-requirements/pipenv-ggeb42ng-hashed-reqs.txt (line 1))

  Using cached cppyy-3.0.0.tar.gz (27 kB)

  Installing build dependencies: started

  Installing build dependencies: finished with status 'done'

  Getting requirements to build wheel: started

  Getting requirements to build wheel: finished with status 'done'

  Installing backend dependencies: started

  Installing backend dependencies: finished with status 'done'

  Preparing metadata (pyproject.toml): started

  Preparing metadata (pyproject.toml): finished with status 'done'

Collecting cppyy-backend==1.14.11 (from -r /tmp/pipenv-xvetpcu2-requirements/pipenv-ggeb42ng-hashed-reqs.txt (line 2))

  Using cached cppyy_backend-1.14.11-py2.py3-none-linux_x86_64.whl

Collecting cppyy-cling==6.28.0 (from -r /tmp/pipenv-xvetpcu2-requirements/pipenv-ggeb42ng-hashed-reqs.txt (line 3))

  Using cached cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (42.2 MB)

Collecting cpycppyy==1.12.13 (from -r /tmp/pipenv-xvetpcu2-requirements/pipenv-ggeb42ng-hashed-reqs.txt (line 4))

  Using cached CPyCppyy-1.12.13.tar.gz (207 kB)

  Installing build dependencies: started

  Installing build dependencies: finished with status 'done'

  Getting requirements to build wheel: started

  Getting requirements to build wheel: finished with status 'done'

  Preparing metadata (pyproject.toml): started

  Preparing metadata (pyproject.toml): finished with status 'done'

Building wheels for collected packages: cppyy, cpycppyy

  Building wheel for cppyy (pyproject.toml): started

  Building wheel for cppyy (pyproject.toml): finished with status 'done'

  Created wheel for cppyy: filename=cppyy-3.0.0-py3-none-any.whl size=15470377 sha256=fa0771aea8a2cbdb7c0668016eb51026e9e47d9a63e5c05012fe3f053fac598a

  Stored in directory: /home/matteius/.cache/pipenv/wheels/33/6b/dd/aaf6e747c96aa7385426b3b3373297766a2dbe40b0193e3b43

  Building wheel for cpycppyy (pyproject.toml): started

  Building wheel for cpycppyy (pyproject.toml): finished with status 'done'

  Created wheel for cpycppyy: filename=CPyCppyy-1.12.13-cp310-cp310-linux_x86_64.whl size=4185398 sha256=2e68d46e4c0cbca1c1d00051876db502b421d33bc3260a7171ba4e44677d26d1

  Stored in directory: /home/matteius/.cache/pipenv/wheels/57/1b/a4/cd685b23c69cab157418de8ff166af5b2d4312b2aaec6c37c2

Successfully built cppyy cpycppyy

Installing collected packages: cpycppyy, cppyy-cling, cppyy-backend, cppyy

Successfully installed cppyy-3.0.0 cppyy-backend-1.14.11 cppyy-cling-6.28.0 cpycppyy-1.12.13

To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
HitoshiUchida commented 1 year ago

Please see these logs. I'm using pipenv under pyenv.

Case 1: 2023.6.2. -> ~/.local/share/virtualenvs/Cppyy-VZQVZi55/include/site/python3.10/cpycppyy/

(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pip list -o
Package Version   Latest   Type
------- --------- -------- -----
pipenv  2023.5.19 2023.6.2 wheel
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pip install -U pipenv
Requirement already satisfied: pipenv in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (2023.5.19)
Collecting pipenv
  Using cached pipenv-2023.6.2-py3-none-any.whl (2.9 MB)
Requirement already satisfied: certifi in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv) (2023.5.7)
Requirement already satisfied: setuptools>=67.0.0 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv) (67.8.0)
Requirement already satisfied: virtualenv-clone>=0.2.5 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv) (0.5.7)
Requirement already satisfied: virtualenv>=20.17.1 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv) (20.23.0)
Requirement already satisfied: distlib<1,>=0.3.6 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv) (0.3.6)
Requirement already satisfied: filelock<4,>=3.11 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv) (3.12.0)
Requirement already satisfied: platformdirs<4,>=3.2 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv) (3.5.1)
Installing collected packages: pipenv
  Attempting uninstall: pipenv
    Found existing installation: pipenv 2023.5.19
    Uninstalling pipenv-2023.5.19:
      Successfully uninstalled pipenv-2023.5.19
Successfully installed pipenv-2023.6.2
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv --rm
Removing virtualenv (/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55)...
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv shell
Creating a virtualenv for this project...
Pipfile: /home/huchida/Cppyy/Pipfile
Using /home/huchida/.pyenv/versions/3.10.11/bin/python3 (3.10.11) to create virtualenv...
⠙ Creating virtual environment...created virtual environment CPython3.10.11.final.0-64 in 139ms
  creator CPython3Posix(dest=/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/huchida/.local/share/virtualenv)
    added seed packages: pip==23.1.2, setuptools==67.7.2, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55
Launching subshell in virtual environment...
 . /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/activate
already defined.
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$  . /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/activate
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv install -v cppyy
Installing cppyy...
Resolving cppyy...
Adding cppyy to Pipfile's [packages] ...
✔ Installation Succeeded
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
Reporter.starting()
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting()
Reporter.adding_requirement(SpecifierRequirement('cppyy'), None)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy'), None)
Reporter.starting_round(0)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(0)
Reporter.adding_requirement(SpecifierRequirement('CPyCppyy==1.12.13'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('CPyCppyy==1.12.13'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz 
(from https://pypi.org/simple/cppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1b
d9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from https://pypi.org/simple/cppyy/)'))
Reporter.ending_round(0, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(0, state)
Reporter.starting_round(1)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(1)
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11
.tar.gz (from https://pypi.org/simple/cppyy-backend/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa372
53c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from https://pypi.org/simple/cppyy-backend/)'))
Reporter.ending_round(1, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(1, state)
Reporter.starting_round(2)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(2)
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py
2.py3-none-manylinux2014_x86_64.whl (from https://pypi.org/simple/cppyy-cling/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425b
ddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (from https://pypi.org/simple/cppyy-cling/)'))
Reporter.ending_round(2, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(2, state)
Reporter.starting_round(3)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(3)
Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-cling==6.28.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))
Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cppyy-backend==1.14.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))
Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.
gz (from https://pypi.org/simple/cpycppyy/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114
db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from https://pypi.org/simple/cpycppyy/)'))
Reporter.ending_round(3, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(3, state)
Reporter.starting_round(4)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(4)
Reporter.ending(State(mapping=OrderedDict([('cppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), ('cppyy-backend', 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), ('cppyy-cling', 
LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manyli
nux2014_x86_64.whl (from https://pypi.org/simple/cppyy-cling/)')), ('cpycppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))]), criteria={'cppyy': Criterion((SpecifierRequirement('cppyy'), via=None)), 'cpycppyy': 
Criterion((SpecifierRequirement('CPyCppyy==1.12.13'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))), 'cppyy-backend': Criterion((SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), (SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))), 'cppyy-cling': Criterion((SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from
https://pypi.org/simple/cppyy-backend/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)')))}, backtrack_causes=[]))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending(State(mapping=OrderedDict([('cppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), ('cppyy-backend', 
LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from 
https://pypi.org/simple/cppyy-backend/)')), ('cppyy-cling', 
LinkCandidate('https://files.pythonhosted.org/packages/32/1e/b1c53769953c3425bddd16c770399374eb9897333a3fba49f699d17e9526/cppyy_cling-6.28.0-py2.py3-none-manyli
nux2014_x86_64.whl (from https://pypi.org/simple/cppyy-cling/)')), ('cpycppyy', 
LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))]), criteria={'cppyy': Criterion((SpecifierRequirement('cppyy'), via=None)), 'cpycppyy': 
Criterion((SpecifierRequirement('CPyCppyy==1.12.13'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)'))), 'cppyy-backend': Criterion((SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), (SpecifierRequirement('cppyy-backend==1.14.11'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)'))), 'cppyy-cling': Criterion((SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/3a/d6/c6d33d3b31e035c1bd9383fb5a01831968a52106257d8baf76235b992894/cppyy-3.0.0.tar.gz (from 
https://pypi.org/simple/cppyy/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz (from
https://pypi.org/simple/cppyy-backend/)')), (SpecifierRequirement('cppyy-cling==6.28.0'), 
via=LinkCandidate('https://files.pythonhosted.org/packages/7f/7b/bda6c9f3b72051114db4d9eedb70075548103baadfd86c487ac925dc4d5d/CPyCppyy-1.12.13.tar.gz (from 
https://pypi.org/simple/cpycppyy/)')))}, backtrack_causes=[]))
⠼ Locking...
✔ Success!
Locking [dev-packages] dependencies...
Updated Pipfile.lock (0d5a148bb47034051766dac014efd620cfd77d8919cb0789cb71f0b04fe368fc)!
Installing dependencies from Pipfile.lock (e368fc)...
Writing supplied requirement line to temporary file: 'cppyy==3.0.0 --hash=sha256:9c7c1c113d771488cee0bf63f26d2bbf4f42de731eb63776e007cb0d9e23d3d8'
Writing supplied requirement line to temporary file: 'cppyy-backend==1.14.11 --hash=sha256:2d329adce65b421a4e8a1af36116fb1756571349dc6b22a9ac3dde54b2a30af1'
Writing supplied requirement line to temporary file: 'cppyy-cling==6.28.0 --hash=sha256:192bc40a835c0ff114e53483b2f4b747746b989af9efc403b37acb33de42f2ed --hash=sha256:38cd7eb47ab350810b9e4c3652abf52922b5e505dbc170323ed7e322281a43f9 --hash=sha256:6db5ea865207387f52c6beda4f65298137309ffebf9d20fa2281e5fc8dbb3323 --hash=sha256:89a1a083d7457ad1f9aeb239b2fafec34a6533418156976fba8e4dad4f565a22 --hash=sha256:ae67fc338510d03b68dde08add5b519e2c6434d40fe07e23e7ebace3caa684e7 --hash=sha256:eb1556b64cfdb6ddc57748823bebb8a06b43b7212e55117f801bc953937cb788'
Writing supplied requirement line to temporary file: 'cpycppyy==1.12.13 --hash=sha256:f8c8c05b1eb8f0ccaed07b5069efabecff791bbe5e1b5be86767d32974e833d4'
Install Phase: Standard Requirements
Preparing Installation of 'cppyy'
Preparing Installation of 'cppyy-backend'
Preparing Installation of 'cppyy-cling'
Preparing Installation of 'cpycppyy'
$ /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/python /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages/pipenv/patched/pip/__pip-runner__.py install -i https://pypi.org/simple --no-input --upgrade --no-deps --exists-action=i -r /tmp/pipenv-fb6x9bzz-requirements/pipenv-f2qvx4_u-hashed-reqs.txt
Using source directory: '/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/src'
Collecting cppyy==3.0.0 (from -r /tmp/pipenv-fb6x9bzz-requirements/pipenv-f2qvx4_u-hashed-reqs.txt (line 1))

  Using cached cppyy-3.0.0.tar.gz (27 kB)

  Installing build dependencies: started

  Installing build dependencies: finished with status 'done'

  Getting requirements to build wheel: started

  Getting requirements to build wheel: finished with status 'done'

  Installing backend dependencies: started

  Installing backend dependencies: finished with status 'done'

  Preparing metadata (pyproject.toml): started

  Preparing metadata (pyproject.toml): finished with status 'done'

Collecting cppyy-backend==1.14.11 (from -r /tmp/pipenv-fb6x9bzz-requirements/pipenv-f2qvx4_u-hashed-reqs.txt (line 2))

  Using cached cppyy_backend-1.14.11-py2.py3-none-linux_x86_64.whl

Collecting cppyy-cling==6.28.0 (from -r /tmp/pipenv-fb6x9bzz-requirements/pipenv-f2qvx4_u-hashed-reqs.txt (line 3))

  Using cached cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (42.2 MB)

Collecting cpycppyy==1.12.13 (from -r /tmp/pipenv-fb6x9bzz-requirements/pipenv-f2qvx4_u-hashed-reqs.txt (line 4))

  Using cached CPyCppyy-1.12.13.tar.gz (207 kB)

  Installing build dependencies: started

  Installing build dependencies: finished with status 'done'

  Getting requirements to build wheel: started

  Getting requirements to build wheel: finished with status 'done'

  Preparing metadata (pyproject.toml): started

  Preparing metadata (pyproject.toml): finished with status 'done'

Building wheels for collected packages: cppyy, cpycppyy

  Building wheel for cppyy (pyproject.toml): started

  Building wheel for cppyy (pyproject.toml): finished with status 'done'

  Created wheel for cppyy: filename=cppyy-3.0.0-py3-none-any.whl size=15472750 sha256=9689d5e9de04e20c36b4cf060db849fb5ced2de763808ad90271d3e2532191a6

  Stored in directory: /home/huchida/.cache/pipenv/wheels/33/6b/dd/aaf6e747c96aa7385426b3b3373297766a2dbe40b0193e3b43

  Building wheel for cpycppyy (pyproject.toml): started

  Building wheel for cpycppyy (pyproject.toml): finished with status 'done'

  Created wheel for cpycppyy: filename=CPyCppyy-1.12.13-cp310-cp310-linux_x86_64.whl size=4186203 sha256=5104b665f4a1d5d2a357492fe64a765bc8bb110aefa12586f84c973cd27c3d36

  Stored in directory: /home/huchida/.cache/pipenv/wheels/57/1b/a4/cd685b23c69cab157418de8ff166af5b2d4312b2aaec6c37c2

Successfully built cppyy cpycppyy

Installing collected packages: cpycppyy, cppyy-cling, cppyy-backend, cppyy

Successfully installed cppyy-3.0.0 cppyy-backend-1.14.11 cppyy-cling-6.28.0 cpycppyy-1.12.13

(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/share/virtualenvs/
02_Main-auq7hWNs/             CUDA-4u13LGzc/                Harvesters_callback-2hCHM1x_/ TeliCamSDK-6KmEYDDL/          
Aravis-T58lq3K1/              CUDA_MatConversion-kBeUHmBK/  OpenCV-BMK3OXNs/              Union_check-OxzZ5Xlh/         
Aravis-seTbkOQh/              Cppyy-VZQVZi55/               QtForPython-BU2Qp86-/         cppyy-TeliCam-_o-rYGpt/       
CA-TEST-9Wf4tOd9/             Cython-TeliCam-flfJsBCS/      SWIG-BWSxMlav/                mvIMPACT_Acquire-qUXSyPqT/    
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/share/virtualenvs/Cppyy-VZQVZi55/
.gitignore  .project    bin/        include/    lib/        pyvenv.cfg  src/        
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/share/virtualenvs/Cppyy-VZQVZi55/include/site/python3.10/cpycppyy/
合計 32
-rw-rw-r-- 1 huchida huchida 6325  6月  7 09:59 API.h
-rw-rw-r-- 1 huchida huchida  950  6月  7 09:59 CommonDefs.h
-rw-rw-r-- 1 huchida huchida 3018  6月  7 09:59 DispatchPtr.h
-rw-rw-r-- 1 huchida huchida 2484  6月  7 09:59 PyException.h
-rw-rw-r-- 1 huchida huchida 1928  6月  7 09:59 PyResult.h
-rw-rw-r-- 1 huchida huchida  590  6月  7 09:59 Reflex.h
-rw-rw-r-- 1 huchida huchida 1659  6月  7 09:59 TPyArg.h
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ 

Case: 2 -> ~/.local/share/virtualenvs/Cppyy-VZQVZi55/include/site/python3.10/CPyCppyy/

(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv --rm
Removing virtualenv (/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55)...
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pip install pipenv==2023.5.19
Collecting pipenv==2023.5.19
  Using cached pipenv-2023.5.19-py3-none-any.whl (2.9 MB)
Requirement already satisfied: certifi in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv==2023.5.19) (2023.5.7)
Requirement already satisfied: setuptools>=67.0.0 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv==2023.5.19) (67.8.0)
Requirement already satisfied: virtualenv-clone>=0.2.5 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv==2023.5.19) (0.5.7)
Requirement already satisfied: virtualenv>=20.17.1 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from pipenv==2023.5.19) (20.23.0)
Requirement already satisfied: distlib<1,>=0.3.6 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv==2023.5.19) (0.3.6)
Requirement already satisfied: filelock<4,>=3.11 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv==2023.5.19) (3.12.0)
Requirement already satisfied: platformdirs<4,>=3.2 in /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages (from virtualenv>=20.17.1->pipenv==2023.5.19) (3.5.1)
Installing collected packages: pipenv
  Attempting uninstall: pipenv
    Found existing installation: pipenv 2023.6.2
    Uninstalling pipenv-2023.6.2:
      Successfully uninstalled pipenv-2023.6.2
Successfully installed pipenv-2023.5.19
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pip list
Package          Version
---------------- ----------
cachetools       5.3.1
certifi          2023.5.7
distlib          0.3.6
filelock         3.12.0
nvidia-ml-py     11.525.112
nvitop           1.1.2
pip              23.1.2
pipenv           2023.5.19
platformdirs     3.5.1
psutil           5.9.5
setuptools       67.8.0
termcolor        2.3.0
virtualenv       20.23.0
virtualenv-clone 0.5.7
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv shell
Creating a virtualenv for this project...
Pipfile: /home/huchida/Cppyy/Pipfile
Using /home/huchida/.pyenv/versions/3.10.11/bin/python3 (3.10.11) to create virtualenv...
⠋ Creating virtual environment...created virtual environment CPython3.10.11.final.0-64 in 75ms
  creator CPython3Posix(dest=/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/huchida/.local/share/virtualenv)
    added seed packages: pip==23.1.2, setuptools==67.7.2, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55
Launching subshell in virtual environment...
 . /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/activate
already defined.
(Python 3.11.3) huchida@ReelFPC-AOI-01:~/Cppyy$  . /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/activate
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ pipenv install -v cppyy
Installing cppyy...
Resolving cppyy...
Installing...
Installing package: cppyy
⠋ Installing cppyy...Writing supplied requirement line to temporary file: 'cppyy'
Installing 'cppyy'
$ /home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/bin/python /home/huchida/.pyenv/versions/3.11.3/lib/python3.11/site-packages/pipenv/patched/pip/__pip-runner__.py install --no-input --verbose --upgrade --exists-action=i -r /tmp/pipenv-dfy3h6hu-requirements/pipenv-jx5npmr3-requirement.txt -i https://pypi.org/simple
Using source directory: '/home/huchida/.local/share/virtualenvs/Cppyy-VZQVZi55/src'
Adding cppyy to Pipfile's [packages] ...
✔ Installation Succeeded
Installing dependencies from Pipfile.lock (e368fc)...
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/
lib/   share/ state/ 
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/share/virtualenvs/Cppyy-VZQVZi55/
.gitignore  .project    bin/        include/    lib/        pyvenv.cfg  src/        
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ ls -l ~/.local/share/virtualenvs/Cppyy-VZQVZi55/include/site/python3.10/CPyCppyy/
合計 32
-rw-rw-r-- 1 huchida huchida 6325  6月  7 10:05 API.h
-rw-rw-r-- 1 huchida huchida  950  6月  7 10:05 CommonDefs.h
-rw-rw-r-- 1 huchida huchida 3018  6月  7 10:05 DispatchPtr.h
-rw-rw-r-- 1 huchida huchida 2484  6月  7 10:05 PyException.h
-rw-rw-r-- 1 huchida huchida 1928  6月  7 10:05 PyResult.h
-rw-rw-r-- 1 huchida huchida  590  6月  7 10:05 Reflex.h
-rw-rw-r-- 1 huchida huchida 1659  6月  7 10:05 TPyArg.h
(Cppyy) (Python 3.10.11) huchida@ReelFPC-AOI-01:~/Cppyy$ 
matteius commented 1 year ago

My best guess is something changed with setuptools and that got upgraded because I reviewed the changes between those two versions and really nothing can explain it.

matteius commented 1 year ago

Yet the setuptools is the same in both of your logs -- I am really not sure.

HitoshiUchida commented 1 year ago

I had checked setuptools several versions. they not affectes the result. Only pipenv versions have affects.

I'm in confuse, But anyway using 2023.5.19 is fine......

matteius commented 1 year ago

@HitoshiUchida Are there differences in the Pipfile entry for cppyy between the two versions? `

matteius commented 1 year ago

I get all lowercase even on 2023.5.19

image

matteius commented 1 year ago

I am wondering though why it would have ever been mixed case (I cannot reproduce this fact) but I look at the package name and its all lowercase: https://github.com/wlav/cppyy/blob/master/setup.py#L100

EDIT: Ah I see now that is a different library and that this one is mixed case: https://github.com/wlav/CPyCppyy/blob/master/setup.py#L82

matteius commented 1 year ago

Doesn't appear the case of the Pipfile has anything to do with it and I am not able to get it to be mixed case on the 2023.5.19 version.

HitoshiUchida commented 1 year ago

Thanks for using your time. It seems to be confirmed by mingw64, but my environment is Linux Mint 21.1 (Ubuntu 22.04). Does this have anything to do with it?

matteius commented 1 year ago

but my environment is Linux Mint 21.1 (Ubuntu 22.04). That shouldn't matter.

I'm just at a loss because I can't get the mixed case header to generate even on an older version of pipenv.

HitoshiUchida commented 1 year ago

I had strange behavior. When reconstruct pipenv environment, folder 'cpycppyy' appeared. After reinstalling CpyCppyy module the folder become 'CPyCppyy'.

We need to focus on CpyCppyy module. and maybe cache of the module.

Please check below logs,

(Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv shell
Creating a virtualenv for this project...
Pipfile: /home/huchida/13_ReelFPC_AOI/02_Main/Pipfile
Using /home/huchida/.pyenv/versions/3.11.4/bin/python3 (3.11.4) to create virtualenv...
⠋ Creating virtual environment...created virtual environment CPython3.11.4.final.0-64 in 61ms
  creator CPython3Posix(dest=/home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/huchida/.local/share/virtualenv)
    added seed packages: pip==23.1.2, setuptools==67.7.2, wheel==0.40.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs
Launching subshell in virtual environment...
 . /home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs/bin/activate
already defined.
(Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$  . /home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs/bin/activate
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pip list
Package    Version
---------- -------
pip        23.1.2
setuptools 67.7.2
wheel      0.40.0
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv update 
Running $ pipenv lock then $ pipenv sync.
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Locking [dev-packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Updated Pipfile.lock (f59fad4063c1daab06107d6e9060c3f3036c2b0b740027922ab3eca99adecc58)!
Installing dependencies from Pipfile.lock (decc58)...
All dependencies are now up-to-date!
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pip list
Package               Version
--------------------- ---------
cppyy                 3.0.0
cppyy-backend         1.14.11
cppyy-cling           6.28.0
CPyCppyy              1.12.13
cupy                  12.1.0
dataclasses-json      0.5.8
dill                  0.3.6
fastrlock             0.8.1
imutils               0.5.4
libusb1               3.0.0
llvmlite              0.40.1rc1
marshmallow           3.19.0
marshmallow-enum      1.5.1
mypy-extensions       1.0.0
ndeflib               0.3.3
nfcpy                 1.0.4
Nuitka                1.6.3
numba                 0.57.0
numpy                 1.24.3
opencv-contrib-python 4.7.0.72
ordered-set           4.1.0
packaging             23.1
pip                   23.1.2
pyDes                 2.0.1
pyserial              3.5
PySide6               6.5.1.1
PySide6-Addons        6.5.1.1
PySide6-Essentials    6.5.1.1
python-dateutil       2.8.2
pyzbar                0.1.9
scipy                 1.10.1
setuptools            67.7.2
shiboken6             6.5.1.1
six                   1.16.0
typing_extensions     4.6.3
typing-inspect        0.9.0
v4l2py                2.2.1
wheel                 0.40.0
zstandard             0.21.0
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ ls ~/.local/share/virtualenvs/02_Main-auq7hWNs/include/site/python3.11/
cpycppyy
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ 
exit
(Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv --version
pipenv, version 2023.5.19
(Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv shell
Launching subshell in virtual environment...
 . /home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs/bin/activate
already defined.
(Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$  . /home/huchida/.local/share/virtualenvs/02_Main-auq7hWNs/bin/activate
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv uninstall cppyy
Removing cppyy from Pipfile.lock...
Removed cppyy from Pipfile category packages
Uninstalling cppyy...
Found existing installation: cppyy 3.0.0
Uninstalling cppyy-3.0.0:
  Successfully uninstalled cppyy-3.0.0

Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Locking [dev-packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Updated Pipfile.lock (34d9b11e98f3b01b8cd80e2a1632b663c8e1120c20e89f29c7dd441d479247d7)!
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv clean
Uninstalling cppyy-backend...
Uninstalling cpycppyy...
Uninstalling cppyy-cling...
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ pipenv install cppyy
Installing cppyy...
Resolving cppyy...
Installing...
Adding cppyy to Pipfile's [packages] ...
✔ Installation Succeeded
Pipfile.lock (9247d7) out of date, updating to (decc58)...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Locking [dev-packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Updated Pipfile.lock (f59fad4063c1daab06107d6e9060c3f3036c2b0b740027922ab3eca99adecc58)!
Installing dependencies from Pipfile.lock (decc58)...
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ ls ~/.local/share/virtualenvs/02_Main-auq7hWNs/include/site/python3.11/
CPyCppyy
(02_Main) (Python 3.11.4) huchida@ReelFPC-AOI-01:~/13_ReelFPC_AOI/02_Main$ 
matteius commented 10 months ago

@HitoshiUchida Could you check if this is still happening with 2023.8.19?

HitoshiUchida commented 10 months ago

@matteius Unfortunately, it seems same as before.

(Python 3.11.4) hitoshi@Skylake:~$ cat /etc/os-release 
NAME="Linux Mint"
VERSION="21.2 (Victoria)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.2"
VERSION_ID="21.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=victoria
UBUNTU_CODENAME=jammy
(Python 3.11.4) hitoshi@Skylake:~$ pip list
Package          Version
---------------- ---------
certifi          2023.7.22
distlib          0.3.7
filelock         3.12.2
pip              23.2.1
pipenv           2023.8.19
platformdirs     3.10.0
setuptools       68.1.2
virtualenv       20.24.3
virtualenv-clone 0.5.7
(Python 3.11.4) hitoshi@Skylake:~$ pyenv version
3.11.4 (set by /home/hitoshi/.pyenv/version)
(Python 3.11.4) hitoshi@Skylake:~$ mkdir cppyyTest
(Python 3.11.4) hitoshi@Skylake:~$ cd cppyyTest/
(Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ pipenv install
Creating a virtualenv for this project...
Pipfile: /home/hitoshi/cppyyTest/Pipfile
Using default python from /home/hitoshi/.pyenv/versions/3.11.4/bin/python3.11 (3.11.4) to create virtualenv...
⠸ Creating virtual environment...created virtual environment CPython3.11.4.final.0-64 in 254ms
  creator CPython3Posix(dest=/home/hitoshi/.local/share/virtualenvs/cppyyTest-Z5EYwR1d, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/hitoshi/.local/share/virtualenv)
    added seed packages: pip==23.2.1, setuptools==68.0.0, wheel==0.41.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/hitoshi/.local/share/virtualenvs/cppyyTest-Z5EYwR1d
Creating a Pipfile for this project...
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Locking [dev-packages] dependencies...
Updated Pipfile.lock (fedbd2ab7afd84cf16f128af0619749267b62277b4cb6989ef16d4bef6e4eef2)!
Installing dependencies from Pipfile.lock (e4eef2)...
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
(Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ pipenv shell
Launching subshell in virtual environment...
 . /home/hitoshi/.local/share/virtualenvs/cppyyTest-Z5EYwR1d/bin/activate
(Python 3.11.4) hitoshi@Skylake:~/cppyyTest$  . /home/hitoshi/.local/share/virtualenvs/cppyyTest-Z5EYwR1d/bin/activate
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ pipenv install cppyy
Installing cppyy...
Resolving cppyy...
Added cppyy to Pipfile's [packages] ...
✔ Installation Succeeded
Pipfile.lock (e4eef2) out of date, updating to (e368fc)...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
⠙ Locking...Warning: INFO:pipenv.patched.pip._internal.operations.prepare:Collecting cppyy (from -r /tmp/pipenv-b3365qxc-requirements/pipenv-tjo39tph-constraints.txt (line 2))
INFO:pipenv.patched.pip._internal.network.download:Downloading cppyy-3.0.0.tar.gz (27 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Installing backend dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing backend dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting CPyCppyy==1.12.13 (from cppyy->-r /tmp/pipenv-b3365qxc-requirements/pipenv-tjo39tph-constraints.txt (line 2))
INFO:pipenv.patched.pip._internal.network.download:Downloading CPyCppyy-1.12.13.tar.gz (207 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting cppyy-backend==1.14.11 (from cppyy->-r /tmp/pipenv-b3365qxc-requirements/pipenv-tjo39tph-constraints.txt (line 2))
INFO:pipenv.patched.pip._internal.network.download:Downloading cppyy-backend-1.14.11.tar.gz (34 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting cppyy-cling==6.28.0 (from cppyy->-r /tmp/pipenv-b3365qxc-requirements/pipenv-tjo39tph-constraints.txt (line 2))
INFO:pipenv.patched.pip._internal.network.download:Downloading cppyy_cling-6.28.0-py2.py3-none-manylinux2014_x86_64.whl (42.2 MB)
Locking [dev-packages] dependencies...
Updated Pipfile.lock (0d5a148bb47034051766dac014efd620cfd77d8919cb0789cb71f0b04fe368fc)!
Installing dependencies from Pipfile.lock (e368fc)...
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ pip list
Package       Version
------------- -------
cppyy         3.0.0
cppyy-backend 1.14.11
cppyy-cling   6.28.0
CPyCppyy      1.12.13
pip           23.2.1
setuptools    68.0.0
wheel         0.41.1
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/s
share/ state/ 
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/share/virtualenv
virtualenv/  virtualenvs/ 
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/share/virtualenvs/
02_Main-58kOp-Qs/        Aravis-ReARi-lX/         CA-TEST-DOOQQJlP/        OpenCL-hI3sQtPD/         Qt-ARM-QHTFREO1/
ARM64-FsTwkAov/          Aravis-bNlStjbF/         IDGC_SampleApp-2g19zF1O/ OpenCV-TLAzGJnB/         cppyyTest-Z5EYwR1d/
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/share/virtualenvs/cppyyTest-Z5EYwR1d/
.gitignore  .project    bin/        include/    lib/        pyvenv.cfg  src/        
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/share/virtualenvs/cppyyTest-Z5EYwR1d/lib/python3.11/site-packages/
CPyCppyy-1.12.13.dist-info/               cppyy_backend-1.14.11.dist-info/          pkg_resources/
_distutils_hack/                          cppyy_cling-6.28.0.dist-info/             setuptools/
_virtualenv.pth                           distutils-precedence.pth                  setuptools-68.0.0.dist-info/
_virtualenv.py                            libcppyy.cpython-311-x86_64-linux-gnu.so  setuptools-68.0.0.virtualenv
cppyy/                                    pip/                                      wheel/
cppyy-3.0.0.dist-info/                    pip-23.2.1.dist-info/                     wheel-0.41.1.dist-info/
cppyy_backend/                            pip-23.2.1.virtualenv                     wheel-0.41.1.virtualenv
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$ ls ~/.local/share/virtualenvs/cppyyTest-Z5EYwR1d/include/site/python3.11/cpycppyy/
API.h  CommonDefs.h  DispatchPtr.h  PyException.h  PyResult.h  Reflex.h  TPyArg.h
(cppyyTest) (Python 3.11.4) hitoshi@Skylake:~/cppyyTest$