billowy-army-68599
04/25/2021, 6:07 PMfuture-hydrogen-91224
04/25/2021, 6:08 PMbillowy-army-68599
04/25/2021, 6:14 PM3.9.2
and it seems to resolve the deps fine.
the key message here I think is pip is looking at multiple versions of <Python from Requires-Python>
requirements.txt
- the fact you're pulling all the versions of pulumi-terraform
makes me think the constraints aren't correctstale-hamburger-8953
04/25/2021, 6:44 PMfuture-hydrogen-91224
04/25/2021, 7:04 PMbillowy-army-68599
04/25/2021, 9:01 PMstale-hamburger-8953
04/26/2021, 9:09 AMfuture-hydrogen-91224
04/26/2021, 2:18 PMstale-hamburger-8953
04/26/2021, 3:33 PMfuture-hydrogen-91224
04/26/2021, 5:38 PMambitious-father-68746
04/26/2021, 7:21 PM$ cat Pulumi.yaml
runtime:
name: python
options:
virtualenv: venv
In this case the virtual env is in the directory venv
at the root of the project.
venv is simply easier to manage, quicker, more transparent and less error prone than vagrant boxes or anything else. It was built to solve these kinds of problems.stale-hamburger-8953
04/27/2021, 5:20 AMshould it not be expected again?not really. i think that case goes like this: ubuntu's python packages are a bit old (as always) and previous version was fine with it. after the upgrade, pulumi expected different - more fresh versions than OS, and it goes down from there
future-hydrogen-91224
04/27/2021, 3:38 PMstale-hamburger-8953
04/28/2021, 3:25 AM