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

BUG: CI action for anaconda package upload #65

Open
marcelcaraciolo opened this issue Aug 3, 2022 · 0 comments
Open

BUG: CI action for anaconda package upload #65

marcelcaraciolo opened this issue Aug 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@marcelcaraciolo
Copy link
Contributor

marcelcaraciolo commented Aug 3, 2022

  • [x ] I have checked that this issue has not already been reported.

  • [ x] I have confirmed this bug exists on the latest version of runpandas.

  • [x ] (optional) I have confirmed this bug exists on the master branch of runpandas.


Problem description

The problem is the CI action for running the package conda upload. Stravalib not found in conda environment packages, causing an error during the build process.
Find a solution to host my local stravalib package to anaconda package repository.

Output


conda.exceptions.ResolvePackageNotFound: 
  - stravalib

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/cli/main_build.py", line 488, in main
    execute(sys.argv[1:])
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/cli/main_build.py", line 477, in execute
    outputs = api.build(args.recipe, post=args.post, test_run_post=args.test_run_post,
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/api.py", line 186, in build
    return build_tree(
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/build.py", line 3088, in build_tree
    packages_from_this = build(metadata, stats,
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/build.py", line 2128, in build
    create_build_envs(top_level_pkg, notest)
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/build.py", line 2006, in create_build_envs
    raise e
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/build.py", line 1985, in create_build_envs
    environ.get_install_actions(m.config.test_prefix,
  File "/usr/share/miniconda/lib/python3.9/site-packages/conda_build/environ.py", line 801, in get_install_actions
    raise DependencyNeedsBuildingError(exc, subdir=subdir)
conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {'stravalib'}
Error: Process completed with exit code 1.
@marcelcaraciolo marcelcaraciolo added the bug Something isn't working label Aug 3, 2022
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