This question is in reference to Atlassian Developer Documentation: Install the Atlassian SDK on a Linux or Mac system
Hi! I'm using this doc to install atlas-sdk in Linux System (Amazon Linux instance)
I follow the instructions described in https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/install-the-atlassian-sdk-on-a-linux-or-mac-system
and when i issue command
sudo yum install atlassian-plugin-sdk
I get an error: [Errno 256] No more mirrors to try
Here is the log below.
Downloading packages:
http://sdkrepo.atlassian.com/rpm-stable/sdk-installer-5.1.9.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error downloading packages:
atlassian-plugin-sdk-5.1.9-1.noarch: failure: sdk-installer-5.1.9.rpm from atlassian-sdk-stable: [Errno 256] No more mirrors to try.
My question is: are the instructions still actual? Have you changed some repositories URLs recently? Thank you!
I tried to install a different version directly and it worked for me. SDK is available on my system. Here's the command: sudo yum install https://sdkrepo.atlassian.com/rpm-stable/atlassian-plugin-sdk-6.2.2.noarch.rpm
Finally I used such combination working for me (particular required version of sdk): wget https://sdkrepo.atlassian.com/rpm-stable/atlassian-plugin-sdk-5.0.13.noarch.rpm yum install atlassian-plugin-sdk-5.0.13.noarch.rpm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it would be best to open an issue with the Atlassian SDK project at https://ecosystem.atlassian.net/secure/CreateIssue!default.jspa?selectedProjectId=10393
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm also experiencing this issue. Downloading Packages: [MIRROR] sdk-installer-5.1.9.rpm: Status code: 404 for http://sdkrepo.atlassian.com/rpm-stable/sdk-installer-5.1.9.rpm [FAILED] sdk-installer-5.1.9.rpm: No more mirrors to try - All mirrors were already tried without success
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Travis Smith -- Yes, I updated my repo configs first. So the cd /etc/yum.repos.d/ sudo wget http://sdkrepo.atlassian.com/atlassian-sdk-stable.repo steps were issued before sudo yum install atlassian-plugin-sdk call
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to be clear, you executed {code} cd /etc/yum.repos.d/ sudo wget http://sdkrepo.atlassian.com/atlassian-sdk-stable.repo {code} prior to {{sudo yum install atlassian-plugin-sdk}}?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.