tool · inferred from evidence
conda
A package and environment manager for Python.
- (trapped) error reading bcrypt version
How to (trapped) error reading bcrypt version. Verified in gh:langflow-ai/langflow#1173.
- pip install whylogs fails on Windows: No matching distribution for whylabs-datasketches
The root cause was that `whylabs-datasketches` had no prebuilt wheel for Windows, so pip could not resolve the dependency on Windows while Linux installed fine. The maintainers published Windows binaries for whylabs-datasketches 2.2.0b1 (20
- Fix Snowflake connector MemoryError for ffi.callback() on Apple Silicon
If `import snowflake.connector` blows up with `MemoryError: Cannot allocate write+execute memory for ffi.callback()` on an M1 Mac under conda, your cffi build is the culprit. Run `conda install "cffi >= 1.15.1=*_3"` (build 3 from conda-forg
- Jupyter kernel-environment reproducibility: pin the kernel, lock deps, make notebooks rerun clean
Fix notebooks that work on the author's machine but fail on rerun: register the project's environment as a named kernel, use %pip inside cells instead of !pip, restart the kernel after installs, and export a pinned dependency lockfile so no
- Fix Galaxy tool dependency resolution failures (conda, Tool Shed, resolver order)
Diagnose why a Galaxy tool's software dependencies fail to resolve or install: classify from the Admin dependency status, missing conda envs (__name@version / mulled-v1-[hash]), and broken-env signatures (DependencyException, PaddingError,
- Fix conda / Bioconda install conflicts and solver failures
Diagnose conda/Bioconda install failures: classify genuine version conflicts (UnsatisfiableError) vs slow classic solver vs wrong channel order vs unresolvable YAML from the exact error text, then apply the matching fix (fresh env and unpin