Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

ray
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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