Conda Index ignores unrecognized platforms, errors if they are specified on CLI #133
Closed
2 tasks done
Labels
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
Using conda_index to generate a local channel. If the subdirectory isn't a typical platform conda_index ignores that subdirectory when indexing the channel. If that subdirectory is explicitly specified at the command line, it starts to process it but fails with an assert error in the conda Subdir module. The subdirectory being tested is
linux-64-cxx03
Here is the output when calling conda_index without specifying the subdir:
Here is the error when explicitly specifying the subdir at the command line:
Conda Info
Conda Config
No response
Conda list
Additional Context
All packages are installed from conda-forge.
The text was updated successfully, but these errors were encountered: