Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket pipeline failed Could not find a version that satisfies the requirement awscli~=1.25.17

ray June 25, 2022

In requirements file where all the packages and version mentioned.

awscli~=1.25.17 this packge is failing to install on pipeline

pipeline_failure.png

I tried this solution mentioned 

Solved: Pipelines can't find package version on PyPi - how... (atlassian.com)

When I run from my local docker I am able to install all packages form requirements and able to build my python project. 

docker.jpeg

1 answer

1 accepted

0 votes
Answer accepted
ray June 25, 2022

Issue resolved I forget to update the image python version in bitbucket-pipelines.yml file

image: python:3.9.13

pipelines:
branches:
master:
- step:
caches:
- pip
name: Build and package

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events