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

Conda build is not working on the M3 #5566

Open
2 tasks done
marimeireles opened this issue Dec 12, 2024 · 0 comments
Open
2 tasks done

Conda build is not working on the M3 #5566

marimeireles opened this issue Dec 12, 2024 · 0 comments
Labels
type::bug describes erroneous operation, use severity::* to classify the type

Comments

@marimeireles
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

It seems like conda build is not working on the OSX 15.1.1.
My conda build version is: 24.11.2
Another fact that might be important is that I'm using micromamba locally: 1.5.10
Though, I don't believe that would make a difference?

This is the error I get:


The new default `pkg_format` value will be '.conda'. If you want to keep using `.tar.bz2`, consider:
- Setting `conda_build.pkg_format: 'tar.bz2' in your condarc file.
- Using `--pkg-format=tar.bz2` in the CLI.

  deprecated.topic(
Adding in variants from internal_defaults
WARNING: No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.26
Attempting to finalize metadata for simplejson
[...]/python3.12/site-packages/conda/base/context.py:200: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.

To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:

  conda config --add channels defaults

For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html

  deprecated.topic(
Reloading output folder: ...working... done
Getting pinned dependencies: ...working... failed
WARNING: failed to get package records, retrying.  exception was: Unsatisfiable dependencies for platform osx-arm64: {MatchSpec("c_osx-arm64")}
Encountered problems while solving:
  - unsupported request

Could not solve for environment specs
The following package could not be installed
└─ c_osx-arm64 =* * does not exist (perhaps a typo or a missing channel).
Reloading output folder: ...working... done
Getting pinned dependencies: ...working... failed
Reloading output folder: ...working... done
Getting pinned dependencies: ...working... failed
Reloading output folder: ...working... done
Getting pinned dependencies: ...working... failed
ERROR: Failed to get package records, max retries exceeded.

Leaving build/test directories:
  Work:
 [...]/micromamba/envs/forge/conda-bld/work
  Test:
 [...]/micromamba/envs/forge/conda-bld/test_tmp
Leaving build/test environments:
  Test:
source activate  [...]/micromamba/envs/forge/conda-bld/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place
  Build:
source activate  [...]/micromamba/envs/forge/conda-bld/_build_env



ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform osx-arm64: {MatchSpec("c_osx-arm64")}
Encountered problems while solving:
  - unsupported request

Could not solve for environment specs
The following package could not be installed
└─ c_osx-arm64 =* * does not exist (perhaps a typo or a missing channel).

Let me know if I can help!

Conda Info

Conda Config

Conda list

Additional Context

No response

@marimeireles marimeireles added the type::bug describes erroneous operation, use severity::* to classify the type label Dec 12, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in 🧭 Planning Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant