You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to install PyTorch using this command pipenv install --index https://download.pytorch.org/whl/cu117 "torch==2.0.1+cu117"
I tried without the "cu117" and I tried manually creating the entry in the Pipfile
[[source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu117"
verify_ssl = false
[packages]
torch = {version = "==2.0.1+cu117", index = "pytorch"}
Expected result
A successful installation
Actual result
Installing dependencies from Pipfile.lock (c74a87)...
[pipenv.exceptions.InstallError]: Looking in indexes: https://download.pytorch.org/whl/cu117
[pipenv.exceptions.InstallError]: Collecting torch==2.0.1+cu117 (from -r c:\users\user\appdata\local\temp\pipenv-quxhjlw6-requirements\pipenv-gmbobuvh-hashed-reqs.txt (line 1))
[pipenv.exceptions.InstallError]: Using cached https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (2343.6 MB)
[pipenv.exceptions.InstallError]: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
[pipenv.exceptions.InstallError]: torch==2.0.1+cu117 from https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from -r c:\users\user\appdata\local\temp\pipenv-quxhjlw6-requirements\pipenv-gmbobuvh-hashed-reqs.txt (line 1)):
[pipenv.exceptions.InstallError]: Expected sha256 3402ea4c9dbe9ac89451d11d6928ad8c6723729bb5703fcb5dbc1b459cb471ac
[pipenv.exceptions.InstallError]: Expected or 3575d43963d117b7cef6c553740061a57f440de86cb278f1ba00cacd88fe1d19
[pipenv.exceptions.InstallError]: Expected or 60c9b202dfbf23e8d0dffd7d7c5c59e00ee1cf6824d34bdd75bb1e5bccb405a4
[pipenv.exceptions.InstallError]: Expected or 7af68271e8eec75485e31a1dca883e42eb8d0cba13b46274eeb46aaa570462c9
[pipenv.exceptions.InstallError]: Expected or b016799bcdc581742fe5ceea61e9d238511c32fed4a560eeeced70f9d3b92a4a
[pipenv.exceptions.InstallError]: Expected or b50a62009cdffb90ab20800fc89e67c1cad82f4565d3b250beb9086112121f5c
[pipenv.exceptions.InstallError]: Expected or f3f6d305fc1fd77ae68f42a8a5b47bedd60a7cf876784c4e254f3c54093c053d
[pipenv.exceptions.InstallError]: Expected or fe4a70856500ff7fa35362bf8ad702814fd6d7341682d7edefe6ae6d25bedc14
[pipenv.exceptions.InstallError]: Got deed82674691238ff9471fb7dd13a6eafc0c394cb6cdb249b483b4855c00276f
ERROR: Couldn't install package: {}
Package installation failed...
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please
update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
torch==2.0.1+cu117 from https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-3h21lc7q-hashed-reqs.txt (line 1)):
Expected sha256 54671ed6c004c30b7ec83aa9b4f9daeadc0e6d7f924bec8013a708c8e6e3c536
Expected or 686b5047a7a78840e53062f1f2a5a80153972e3657a5f64b41f1b991567bb45b
Expected or a7916187a0dc635e9727c2a120e96527f1bcb28c77a8fbe0e98fcca8bdf36ffa
Expected or adad7fb1f4ece775aa130d99195d55d09ef241bd2d1e9545a4e27e435a2a2444
Expected or c4fb4d504284f68775e886b596f8faefdf9490c3a947893ea3098a8b132d6299
Expected or d89627c7cd8b5c9f7db8d6500341926f0f280841044adbfa5a11b56eb2b1d85e
Expected or ecb87ae1a92b21c9fb63151d19a67d4b8093ecee1aebe2bbcc3cc72fd34de139
Expected or f2d6e19e424f3999383ef05134f05bc54ee509fefa002d35d375feb78c6a9e09
Got deed82674691238ff9471fb7dd13a6eafc0c394cb6cdb249b483b4855c00276f
Steps to replicate
In Windows Explorer, create a new folder.
Within that folder create a ".venv" folder
Run pipenv install --python %PYENV_ROOT%/versions/3.10.10/python.exe
Run pipenv install --index https://download.pytorch.org/whl/cu117 "torch==2.0.1+cu117"
Issue description
Unable to install PyTorch using this command
pipenv install --index https://download.pytorch.org/whl/cu117 "torch==2.0.1+cu117"
I tried without the "cu117" and I tried manually creating the entry in the Pipfile
Expected result
A successful installation
Actual result
Full output with -verbose
Installing torch==2.0.1+cu117... Resolving torch==2.0.1+cu117... Added torch to Pipfile's [packages] ... Installation Succeeded Pipfile.lock (d98ed6) out of date, updating to (9390ed)... Locking [packages] dependencies... Building requirements... Resolving dependencies... INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting() INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('torch==2. 0.1'), None) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting torch==2.0.1 (from -r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.network.download:Using cached https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (2343.6 MB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(0) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('filelock' ), LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting filelock (from torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.operations.prepare:Obtaining dependency information for filelock from https://files.pythonhosted.org/packages/00/45/ec3407adf6f6b5bf867a4462b2b0af27597a26bd3cd6e2534cb6ab029938/filelock-3.12.2-p y3-none-any.whl.metadata INFO:pipenv.patched.pip._internal.network.download:Using cached filelock-3.12.2-py3-none-any.whl.metadata (2.7 kB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-ex tensions'), LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting typing-extensions (from torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.operations.prepare:Obtaining dependency information for typing-extensions from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions -4.7.1-py3-none-any.whl.metadata INFO:pipenv.patched.pip._internal.network.download:Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('sympy'), LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting sympy (from torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.network.download:Using cached sympy-1.12-py3-none-any.whl (5.7 MB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('networkx' ), LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting networkx (from torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.network.download:Using cached networkx-3.1-py3-none-any.whl (2.1 MB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('jinja2'), LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting jinja2 (from torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.network.download:Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://download.pytorch.or g/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(0, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(1) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/00/45/ec3407adf6f6b5bf867a4462b2b0af27597a26bd3cd6e2534cb6ab029938/filelock-3.12.2-py3-none-any.whl (from https://pypi.org/simple/filelock/) (requires-python:>=3.7)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(1, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(2) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('MarkupSaf e>=2.0'), LinkCandidate('https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Ji nja2-3.1.2-py3-none-any.whl (from https://pypi.org/simple/jinja2/) (requires-python:>=3.7)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting MarkupSafe>=2.0 (from jinja2->torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.operations.prepare:Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/84/a8/c4aebb8a14a1d39d5135eb8233a0b95831cdc42c4088358449c3ed657044/MarkupSafe-2.1.3- cp310-cp310-win_amd64.whl.metadata INFO:pipenv.patched.pip._internal.network.download:Using cached MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl.metadata (3.1 kB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl (from https://pypi.org/simple/jinja2/) (requires-python:>=3.7)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(2, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(3) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/a8/05/9d4f9b78ead6b2661d6e8ea772e111fc4a9fbd866ad0c81906c11206b55e/networkx-3.1-py3-none-any.whl (from https://pypi.org/simple/networkx/) (requires-python:>=3.8)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(3, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(4) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('mpmath>=0 .19'), LinkCandidate('https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sy mpy-1.12-py3-none-any.whl (from https://pypi.org/simple/sympy/) (requires-python:>=3.8)')) INFO:pipenv.patched.pip._internal.operations.prepare:Collecting mpmath>=0.19 (from sympy->torch==2.0.1->-r C:\Users\USER\AppData\Local\Temp\pipenv-dfy8bo0f-requirements\pipenv-9gf8riim-constraints.txt (line 3)) INFO:pipenv.patched.pip._internal.network.download:Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl (from https://pypi.org/simple/sympy/) (requires-python:>=3.8)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(4, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(5) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.7)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(5, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(6) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/84/a8/c4aebb8a14a1d39d5135eb8233a0b95831cdc42c4088358449c3ed657044/MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl (from https://pypi.org/simple/markupsafe/) (requires-python:>=3.7)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(6, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(7) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted. org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl (from https://pypi.org/simple/mpmath/)')) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(7, state) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(8) INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending(State(mapping=OrderedDict([('torch', LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)')), ('filelock', LinkCandidate('https://files.pythonhosted.org/packages/00/45/ec3407adf6f6b5bf867a4462b2b0af27597a26bd3cd6e2534cb6ab029938/fi lelock-3.12.2-py3-none-any.whl (from https://pypi.org/simple/filelock/) (requires-python:>=3.7)')), ('jinja2', LinkCandidate('https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Ji nja2-3.1.2-py3-none-any.whl (from https://pypi.org/simple/jinja2/) (requires-python:>=3.7)')), ('networkx', LinkCandidate('https://files.pythonhosted.org/packages/a8/05/9d4f9b78ead6b2661d6e8ea772e111fc4a9fbd866ad0c81906c11206b55e/ne tworkx-3.1-py3-none-any.whl (from https://pypi.org/simple/networkx/) (requires-python:>=3.8)')), ('sympy', LinkCandidate('https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sy mpy-1.12-py3-none-any.whl (from https://pypi.org/simple/sympy/) (requires-python:>=3.8)')), ('typing-extensions', LinkCandidate('https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/ty ping_extensions-4.7.1-py3-none-any.whl (from https://pypi.org/simple/typing-extensions/) (requires-python:>=3.7)')), ('markupsafe', LinkCandidate('https://files.pythonhosted.org/packages/84/a8/c4aebb8a14a1d39d5135eb8233a0b95831cdc42c4088358449c3ed657044/Ma rkupSafe-2.1.3-cp310-cp310-win_amd64.whl (from https://pypi.org/simple/markupsafe/) (requires-python:>=3.7)')), ('mpmath', LinkCandidate('https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mp math-1.3.0-py3-none-any.whl (from https://pypi.org/simple/mpmath/)'))]), criteria={'torch': Criterion((SpecifierRequirement('torch==2.0.1'), via=None)), 'filelock': Criterion((SpecifierRequirement('filelock'), via=LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)'))), 'typing-extensions': Criterion((SpecifierRequirement('typing-extensions'), via=LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)'))), 'sympy': Criterion((SpecifierRequirement('sympy'), via=LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)'))), 'networkx': Criterion((SpecifierRequirement('networkx'), via=LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)'))), 'jinja2': Criterion((SpecifierRequirement('jinja2'), via=LinkCandidate('https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from https://download.pytorch.org/whl/cu117/torch/)'))), 'markupsafe': Criterion((SpecifierRequirement('MarkupSafe>=2.0'), via=LinkCandidate('https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c6 5/Jinja2-3.1.2-py3-none-any.whl (from https://pypi.org/simple/jinja2/) (requires-python:>=3.7)'))), 'mpmath': Criterion((SpecifierRequirement('mpmath>=0.19'), via=LinkCandidate('https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e7 4/sympy-1.12-py3-none-any.whl (from https://pypi.org/simple/sympy/) (requires-python:>=3.8)')))}, backtrack_causes=[])) INFO:pipenv.patched.pip._internal.network.download:Using cached filelock-3.12.2-py3-none-any.whl (10 kB) INFO:pipenv.patched.pip._internal.network.download:Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB) INFO:pipenv.patched.pip._internal.network.download:Using cached MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl (17 kB) Downloading file torch-2.0.1+cu117-cp310-cp310-linux_x86_64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp310-cp310-win_amd64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp311-cp311-linux_x86_64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp311-cp311-win_amd64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp38-cp38-linux_x86_64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp38-cp38-win_amd64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp39-cp39-linux_x86_64.whl to obtain hash... Downloading file torch-2.0.1+cu117-cp39-cp39-win_amd64.whl to obtain hash... [== ] Locking... Success! Locking [dev-packages] dependencies... Updated Pipfile.lock (581ba9c36e81862e6f0bef33ed6b1e9cfc79aa329a1e398b7e08d146609390ed)! Installing dependencies from Pipfile.lock (9390ed)... Writing supplied requirement line to temporary file: "filelock==3.12.2; python_version >= '3.7' --hash=sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81 --hash=sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec" Writing supplied requirement line to temporary file: "jinja2==3.1.2; python_version >= '3.7' --hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 --hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" Writing supplied requirement line to temporary file: "markupsafe==2.1.3; python_version >= '3.7' --hash=sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e --hash=sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e --hash=sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431 --hash=sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686 --hash=sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559 --hash=sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc --hash=sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c --hash=sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0 --hash=sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4 --hash=sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9 --hash=sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575 --hash=sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba --hash=sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d --hash=sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3 --hash=sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00 --hash=sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155 --hash=sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac --hash=sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52 --hash=sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f --hash=sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8 --hash=sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b --hash=sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24 --hash=sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea --hash=sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198 --hash=sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0 --hash=sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee --hash=sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be --hash=sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2 --hash=sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707 --hash=sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6 --hash=sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58 --hash=sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779 --hash=sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636 --hash=sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c --hash=sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad --hash=sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee --hash=sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc --hash=sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2 --hash=sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48 --hash=sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7 --hash=sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e --hash=sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b --hash=sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa --hash=sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5 --hash=sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e --hash=sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb --hash=sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9 --hash=sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57 --hash=sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc --hash=sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2" Writing supplied requirement line to temporary file: 'mpmath==1.3.0 --hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f --hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c' Writing supplied requirement line to temporary file: "networkx==3.1; python_version >= '3.8' --hash=sha256:4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36 --hash=sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61" Writing supplied requirement line to temporary file: "sympy==1.12; python_version >= '3.8' --hash=sha256:c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5 --hash=sha256:ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8" Writing supplied requirement line to temporary file: "typing-extensions==4.7.1; python_version >= '3.7' --hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 --hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" Install Phase: Standard Requirements Preparing Installation of "filelock==3.12.2; python_version >= '3.7' --hash=sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81 --hash=sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec" Preparing Installation of "jinja2==3.1.2; python_version >= '3.7' --hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 --hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" Preparing Installation of "markupsafe==2.1.3; python_version >= '3.7' --hash=sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e --hash=sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e --hash=sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431 --hash=sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686 --hash=sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559 --hash=sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc --hash=sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c --hash=sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0 --hash=sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4 --hash=sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9 --hash=sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575 --hash=sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba --hash=sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d --hash=sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3 --hash=sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00 --hash=sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155 --hash=sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac --hash=sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52 --hash=sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f --hash=sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8 --hash=sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b --hash=sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24 --hash=sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea --hash=sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198 --hash=sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0 --hash=sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee --hash=sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be --hash=sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2 --hash=sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707 --hash=sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6 --hash=sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58 --hash=sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779 --hash=sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636 --hash=sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c --hash=sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad --hash=sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee --hash=sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc --hash=sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2 --hash=sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48 --hash=sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7 --hash=sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e --hash=sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b --hash=sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa --hash=sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5 --hash=sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e --hash=sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb --hash=sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9 --hash=sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57 --hash=sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc --hash=sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2" Preparing Installation of 'mpmath==1.3.0 --hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f --hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c' Preparing Installation of "networkx==3.1; python_version >= '3.8' --hash=sha256:4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36 --hash=sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61" Preparing Installation of "sympy==1.12; python_version >= '3.8' --hash=sha256:c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5 --hash=sha256:ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8" Preparing Installation of "typing-extensions==4.7.1; python_version >= '3.7' --hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 --hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" $ D:/AutoRoto/Stabilization/Debug-pipenv/.venv/Scripts/python.exe 'C:\Users\USER\AppData\Roaming\Python\Python311\site-packages\pipenv\patched\pip\__pip-runner__.py' install -i https://pypi.org/simple --no-input --upgrade --no-deps -r 'c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt' Using source directory: 'D:\\AutoRoto\\Stabilization\\Debug-pipenv\\.venv\\src' Collecting filelock==3.12.2 (from -r c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 1))Using cached filelock-3.12.2-py3-none-any.whl (10 kB)
Collecting jinja2==3.1.2 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 2))
Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting markupsafe==2.1.3 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 3))
Using cached MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl (17 kB)
Collecting mpmath==1.3.0 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 4))
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Collecting networkx==3.1 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 5))
Using cached networkx-3.1-py3-none-any.whl (2.1 MB)
Collecting sympy==1.12 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 6))
Using cached sympy-1.12-py3-none-any.whl (5.7 MB)
Collecting typing-extensions==4.7.1 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-axxh8swn-hashed-reqs.txt (line 7))
Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Installing collected packages: mpmath, typing-extensions, sympy, networkx, markupsafe, jinja2, filelock
Successfully installed filelock-3.12.2 jinja2-3.1.2 markupsafe-2.1.3 mpmath-1.3.0 networkx-3.1 sympy-1.12
typing-extensions-4.7.1
Install Phase: Editable Requirements
Preparing Installation of "filelock==3.12.2; python_version >= '3.7'
--hash=sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81
--hash=sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"
Preparing Installation of "jinja2==3.1.2; python_version >= '3.7'
--hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852
--hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"
Preparing Installation of "markupsafe==2.1.3; python_version >= '3.7'
--hash=sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e
--hash=sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e
--hash=sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431
--hash=sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686
--hash=sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559
--hash=sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc
--hash=sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c
--hash=sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0
--hash=sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4
--hash=sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9
--hash=sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575
--hash=sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba
--hash=sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d
--hash=sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3
--hash=sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00
--hash=sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155
--hash=sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac
--hash=sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52
--hash=sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f
--hash=sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8
--hash=sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b
--hash=sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24
--hash=sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea
--hash=sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198
--hash=sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0
--hash=sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee
--hash=sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be
--hash=sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2
--hash=sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707
--hash=sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6
--hash=sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58
--hash=sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779
--hash=sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636
--hash=sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c
--hash=sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
--hash=sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee
--hash=sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc
--hash=sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2
--hash=sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48
--hash=sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7
--hash=sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e
--hash=sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b
--hash=sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa
--hash=sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5
--hash=sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e
--hash=sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb
--hash=sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9
--hash=sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57
--hash=sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc
--hash=sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2"
Preparing Installation of 'mpmath==1.3.0 --hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f
--hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c'
Preparing Installation of "networkx==3.1; python_version >= '3.8'
--hash=sha256:4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36
--hash=sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61"
Preparing Installation of "sympy==1.12; python_version >= '3.8'
--hash=sha256:c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5
--hash=sha256:ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8"
Preparing Installation of "typing-extensions==4.7.1; python_version >= '3.7'
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36
--hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"
$ D:/AutoRoto/Stabilization/Debug-pipenv/.venv/Scripts/python.exe
'C:\Users\USER\AppData\Roaming\Python\Python311\site-packages\pipenv\patched\pip_pip-runner_.py' install -i
https://pypi.org/simple --no-input --upgrade --no-deps -r
'c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-nmkj8dgk-reqs.txt'
Using source directory: 'D:\AutoRoto\Stabilization\Debug-pipenv\.venv\src'
Writing supplied requirement line to temporary file: 'torch==2.0.1+cu117
--hash=sha256:54671ed6c004c30b7ec83aa9b4f9daeadc0e6d7f924bec8013a708c8e6e3c536
--hash=sha256:686b5047a7a78840e53062f1f2a5a80153972e3657a5f64b41f1b991567bb45b
--hash=sha256:a7916187a0dc635e9727c2a120e96527f1bcb28c77a8fbe0e98fcca8bdf36ffa
--hash=sha256:adad7fb1f4ece775aa130d99195d55d09ef241bd2d1e9545a4e27e435a2a2444
--hash=sha256:c4fb4d504284f68775e886b596f8faefdf9490c3a947893ea3098a8b132d6299
--hash=sha256:d89627c7cd8b5c9f7db8d6500341926f0f280841044adbfa5a11b56eb2b1d85e
--hash=sha256:ecb87ae1a92b21c9fb63151d19a67d4b8093ecee1aebe2bbcc3cc72fd34de139
--hash=sha256:f2d6e19e424f3999383ef05134f05bc54ee509fefa002d35d375feb78c6a9e09'
Install Phase: Standard Requirements
Preparing Installation of 'torch==2.0.1+cu117 --hash=sha256:54671ed6c004c30b7ec83aa9b4f9daeadc0e6d7f924bec8013a708c8e6e3c536
--hash=sha256:686b5047a7a78840e53062f1f2a5a80153972e3657a5f64b41f1b991567bb45b
--hash=sha256:a7916187a0dc635e9727c2a120e96527f1bcb28c77a8fbe0e98fcca8bdf36ffa
--hash=sha256:adad7fb1f4ece775aa130d99195d55d09ef241bd2d1e9545a4e27e435a2a2444
--hash=sha256:c4fb4d504284f68775e886b596f8faefdf9490c3a947893ea3098a8b132d6299
--hash=sha256:d89627c7cd8b5c9f7db8d6500341926f0f280841044adbfa5a11b56eb2b1d85e
--hash=sha256:ecb87ae1a92b21c9fb63151d19a67d4b8093ecee1aebe2bbcc3cc72fd34de139
--hash=sha256:f2d6e19e424f3999383ef05134f05bc54ee509fefa002d35d375feb78c6a9e09'
$ D:/AutoRoto/Stabilization/Debug-pipenv/.venv/Scripts/python.exe
'C:\Users\USER\AppData\Roaming\Python\Python311\site-packages\pipenv\patched\pip_pip-runner_.py' install -i
https://download.pytorch.org/whl/cu117 --no-input --upgrade --no-deps -r
'c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-3h21lc7q-hashed-reqs.txt'
Using source directory: 'D:\AutoRoto\Stabilization\Debug-pipenv\.venv\src'
Looking in indexes: https://download.pytorch.org/whl/cu117
Collecting torch==2.0.1+cu117 (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-3h21lc7q-hashed-reqs.txt (line 1))
Using cached https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (2343.6 MB)
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please
update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
torch==2.0.1+cu117 from https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (from -r
c:\users\user\appdata\local\temp\pipenv-vuxosyyl-requirements\pipenv-3h21lc7q-hashed-reqs.txt (line 1)):
Expected sha256 54671ed6c004c30b7ec83aa9b4f9daeadc0e6d7f924bec8013a708c8e6e3c536
Expected or 686b5047a7a78840e53062f1f2a5a80153972e3657a5f64b41f1b991567bb45b
Expected or a7916187a0dc635e9727c2a120e96527f1bcb28c77a8fbe0e98fcca8bdf36ffa
Expected or adad7fb1f4ece775aa130d99195d55d09ef241bd2d1e9545a4e27e435a2a2444
Expected or c4fb4d504284f68775e886b596f8faefdf9490c3a947893ea3098a8b132d6299
Expected or d89627c7cd8b5c9f7db8d6500341926f0f280841044adbfa5a11b56eb2b1d85e
Expected or ecb87ae1a92b21c9fb63151d19a67d4b8093ecee1aebe2bbcc3cc72fd34de139
Expected or f2d6e19e424f3999383ef05134f05bc54ee509fefa002d35d375feb78c6a9e09
Got deed82674691238ff9471fb7dd13a6eafc0c394cb6cdb249b483b4855c00276f
Steps to replicate
In Windows Explorer, create a new folder.
Within that folder create a ".venv" folder
Run
pipenv install --python %PYENV_ROOT%/versions/3.10.10/python.exe
Run
pipenv install --index https://download.pytorch.org/whl/cu117 "torch==2.0.1+cu117"
$ pipenv --support
Pipenv version:
'2023.8.23'
Pipenv location:
'C:\\Users\\USER\\AppData\\Roaming\\Python\\Python311\\site-packages\\pipenv'
Python location:
'C:\\Program Files\\Python311\\python.exe'
OS Name:
'nt'
User pip version:
'23.2.1'
user Python installations found:
PEP 508 Information:
System environment variables:
ALLUSERSPROFILE
APPDATA
COMMONPROGRAMFILES
COMMONPROGRAMFILES(X86)
COMMONPROGRAMW6432
COMPUTERNAME
COMSPEC
DRIVERDATA
HF_HOME
HOMEDRIVE
HOMEPATH
INTEL_DEV_REDIST
LOCALAPPDATA
LOGONSERVER
MIC_LD_LIBRARY_PATH
NUMBER_OF_PROCESSORS
ONEDRIVE
OS
PATH
PATHEXT
PROCESSOR_ARCHITECTURE
PROCESSOR_IDENTIFIER
PROCESSOR_LEVEL
PROCESSOR_REVISION
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(X86)
PROGRAMW6432
PROMPT
PSMODULEPATH
PUBLIC
PYENV
PYENV_HOME
PYENV_ROOT
PYTHONPATH
RG_GPU_FRAMEWORK_ENGINE_RESOURCEDIR
SESSIONNAME
SYSTEMDRIVE
SYSTEMROOT
TEMP
TMP
TORCH_HOME
USERDOMAIN
USERDOMAIN_ROAMINGPROFILE
USERNAME
USERPROFILE
WINDIR
ZES_ENABLE_SYSMAN
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenvûspecific environment variables:
Debugûspecific environment variables:
PATH
:C:\Program Files\Python311\Scripts\;C:\Program Files\Python311\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\Users\USER\.pyenv\pyenv-win\bin;C:\Users\USER\.pyenv\pyenv-win\shims;C:\Users\USER\AppData\Local\Microsoft\WindowsApps;C:\ffmpeg\bin;C:\Program Files (x86)\GnuWin32\bin;C:\Program Files\Microsoft VS Code\bin;c:\users\user\appdata\roaming\python\python311;c:\users\user\.pyenv\pyenv-win\versions\3.11.2;C:\Users\USER\AppData\Roaming\Python\Python311\Scripts;
Contents of
Pipfile
('D:\AutoRoto\Stabilization\Debug-pipenv\Pipfile'):Contents of
Pipfile.lock
('D:\AutoRoto\Stabilization\Debug-pipenv\Pipfile.lock'):The text was updated successfully, but these errors were encountered: