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
When running conda project lock the lock file is correctly generated, but the messages could be a little clearer or perhaps the warnings are not all that useful.
❯ conda project lock
Locking dependencies for environment default on platforms linux-64, win-64, osx-64, osx-arm64: ◜ WARNING:conda_lock.src_parser.selectors:filtered out line ` - pywin32 # [win]` due to unmatchable selector
WARNING:conda_lock.src_parser.selectors:filtered out line ` - pywin32 # [win]` due to unmatchable selector
WARNING:conda_lock.src_parser.selectors:filtered out line ` - pywin32 # [win]` due to unmatchable selector
Locking dependencies for environment default on platforms linux-64, win-64, osx-64, osx-arm64: done
The text was updated successfully, but these errors were encountered:
Since cona-lock supports preprocessing selectors, they also work for conda-project
When running
conda project lock
the lock file is correctly generated, but the messages could be a little clearer or perhaps the warnings are not all that useful.The text was updated successfully, but these errors were encountered: