Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

General: Update gazu in poetry lock #4247

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

iLLiCiTiT
Copy link
Member

Brief description

Fix issue with incompatible gazu version in poetry lock and pyproject toml files.

Description

Current creation of venv is crashing because of incompatible gazu versions.

Traceback

Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.

  SolverProblemError

  Because openpype depends on gazu (^0.8.34) which doesn't match any versions, version solving failed.

  at .poetry\venv\lib\site-packages\poetry\puzzle\solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package, packages), aggregate_package_nodes
!!! Poetry command failed.

Testing notes:

Venv creation in 3.15 should work.

@iLLiCiTiT iLLiCiTiT self-assigned this Dec 20, 2022
@iLLiCiTiT iLLiCiTiT added the type: bug Something isn't working label Dec 20, 2022
@iLLiCiTiT iLLiCiTiT merged commit c53d7b2 into release/3.15.x Dec 20, 2022
@iLLiCiTiT iLLiCiTiT deleted the bugfix/fix_gazu_in_lock branch December 20, 2022 11:13
@github-actions github-actions bot added this to the next-minor milestone Dec 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants