Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build is failing because of bad pip dependency #1

Open
nmaludy opened this issue Nov 6, 2020 · 1 comment
Open

Build is failing because of bad pip dependency #1

nmaludy opened this issue Nov 6, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nmaludy
Copy link
Contributor

nmaludy commented Nov 6, 2020

@tchiapuziowong Looks the the build for this pack is failing to find the PyPI package pyaoscx: https://circleci.com/api/v1.1/project/github/StackStorm-Exchange/stackstorm-aoscx/3/output/103/0?file=true&allocation-id=5fa59913b270d70782b8e95d-0-build%2F53654357 (scroll all the way to the bottom)

Collecting pyaoscx>=0.2.1 (from -r /home/circleci/repo/requirements.txt (line 3))
  Could not find a version that satisfies the requirement pyaoscx>=0.2.1 (from -r /home/circleci/repo/requirements.txt (line 3)) (from versions: 0.1.1, 0.1.2, 0.2.0)
No matching distribution found for pyaoscx>=0.2.1 (from -r /home/circleci/repo/requirements.txt (line 3))
@nmaludy
Copy link
Contributor Author

nmaludy commented Nov 6, 2020

Looks like this pack only supports python3, so the python2 build was failing because the python dependencies can't be met on python 2.

Made a PR #2 to fix this.

TODO, we need to skip python2 builds for packs that only support python 3.

@nmaludy nmaludy self-assigned this Nov 6, 2020
@nmaludy nmaludy added the bug Something isn't working label Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant