Was there some change in system, my builds failed? Pipenv not available.
Something changed between August 20th and September 20th. It would be nice if there is some changelog mentioning this if it is permanent change.
Was there some change in system, my builds failed? Pipenv not available.
Something changed between August 20th and September 20th. It would be nice if there is some changelog mentioning this if it is permanent change.
I am getting the same error in my builds. Do we all have to move to Poetry?
I had to use .sh script to startup my app anyways. I’ve just added
python -m pip install --upgrade pip
pip install pipenv
before running pipenv commands
Thanks, that’s really clever. I switched to Poetry as I felt that’s the direction we’re being pushed towards.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.