Skip to content

Instantly share code, notes, and snippets.

@joshuataylor
Created January 5, 2023 05:42
Show Gist options
  • Save joshuataylor/5128b243dbd6f4f7b3367d65982180ad to your computer and use it in GitHub Desktop.
Save joshuataylor/5128b243dbd6f4f7b3367d65982180ad to your computer and use it in GitHub Desktop.
Loading configuration file /Users/josh/Library/Preferences/pypoetry/config.toml
Loading configuration file /Users/josh/dev/pythonbuild/pythonbuild_examples/poetry/poetry.toml
Adding repository pythonbuild (https://python.build/simple)
Trying to detect current active python executable as specified in the config.
Found: /Users/josh/.pyenv/versions/3.10.9/bin/python
Trying to detect current active python executable as specified in the config.
Found: /Users/josh/.pyenv/versions/3.10.9/bin/python
Creating virtualenv pythonbuild-poetry in /Users/josh/dev/pythonbuild/pythonbuild_examples/poetry/.venv
Using virtualenv: /Users/josh/dev/pythonbuild/pythonbuild_examples/poetry/.venv
Updating dependencies
Resolving dependencies...
1: fact: pythonbuild-poetry is 0.1.0
1: derived: pythonbuild-poetry
0: Duplicate dependencies for grpcio
0: Different requirements found for grpcio (==1.47.2) with markers sys_platform != "darwin" and platform_machine != "arm64" and grpcio (==1.47.2) with markers sys_platform == "darwin" and platform_machine == "arm64".
1: Version solving took 0.002 seconds.
1: Tried 1 solutions.
0: Retrying dependency resolution with the following overrides ({Package('pythonbuild-poetry', '0.1.0'): {'grpcio': <Dependency grpcio (==1.47.2)>}}).
1: fact: pythonbuild-poetry is 0.1.0
1: derived: pythonbuild-poetry
1: fact: pythonbuild-poetry depends on grpcio (==1.47.2)
1: selecting pythonbuild-poetry (0.1.0)
1: derived: grpcio (==1.47.2)
1: fact: grpcio (1.47.2) depends on six (>=1.5.2)
1: selecting grpcio (1.47.2)
1: derived: six (>=1.5.2)
1: selecting six (1.16.0)
1: Version solving took 2.014 seconds.
1: Tried 1 solutions.
0: Retrying dependency resolution with the following overrides ({Package('pythonbuild-poetry', '0.1.0'): {'grpcio': <Dependency grpcio (==1.47.2)>}}).
1: fact: pythonbuild-poetry is 0.1.0
1: derived: pythonbuild-poetry
1: fact: pythonbuild-poetry depends on grpcio (==1.47.2)
1: selecting pythonbuild-poetry (0.1.0)
1: derived: grpcio (==1.47.2)
1: fact: grpcio (1.47.2) depends on six (>=1.5.2)
1: selecting grpcio (1.47.2)
1: derived: six (>=1.5.2)
1: selecting six (1.16.0)
1: Version solving took 0.246 seconds.
1: Tried 1 solutions.
0: Complete version solving took 2.263 seconds with 2 overrides
0: Resolved with overrides: ({Package('pythonbuild-poetry', '0.1.0'): {'grpcio': <Dependency grpcio (==1.47.2)>}}), ({Package('pythonbuild-poetry', '0.1.0'): {'grpcio': <Dependency grpcio (==1.47.2)>}})
Writing lock file
Finding the necessary packages for the current system
Package operations: 2 installs, 0 updates, 0 removals
• Installing six (1.16.0): Downloading... 100%
• Installing six (1.16.0): Installing...
• Installing six (1.16.0)
• Installing grpcio (1.47.2): Downloading... 100%
• Installing grpcio (1.47.2): Installing...
• Installing grpcio (1.47.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment