You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
It seems like
conda build
is not working on theOSX 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:
Let me know if I can help!
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: