Skip to content

Revert "add new tools"#322

Merged
pantherman594 merged 2 commits into
masterfrom
revert-309-yuhuyoyo/morepkg
Feb 17, 2026
Merged

Revert "add new tools"#322
pantherman594 merged 2 commits into
masterfrom
revert-309-yuhuyoyo/morepkg

Conversation

@pantherman594
Copy link
Copy Markdown
Contributor

Reverts #309

This is breaking the Python 3 kernel in our JupyterLab apps with

ImportError: Attempting to import zmq Cython backend, which has not been compiled.

because it's searching in the wrong python path

Copy link
Copy Markdown
Contributor

@yuhuyoyo yuhuyoyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:( sad

@pantherman594 pantherman594 marked this pull request as ready for review February 17, 2026 20:16
@pantherman594 pantherman594 requested review from a team as code owners February 17, 2026 20:16
@pantherman594 pantherman594 requested review from dglazer and removed request for dglazer February 17, 2026 20:16
@pantherman594 pantherman594 merged commit 95f8acb into master Feb 17, 2026
15 checks passed
@pantherman594 pantherman594 deleted the revert-309-yuhuyoyo/morepkg branch February 17, 2026 20:38
pantherman594 added a commit that referenced this pull request Mar 6, 2026
This change adds back the python libraries removed in #322. Rather than adding them to `CONDA_PACKAGES_2`, we create a third conda environment explicitly for python libraries. This keeps the environments more distinct: one for CLI tools, another for samtools (separated due to dependency version conflicts), and a third for python libraries. The python libraries environment is intended to be the user's main python environment, so we should not need to manipulate `PYTHONPATH`. This python libraries environment can either be an existing environment or a new one.

PHP-132843
PeterSu92 pushed a commit that referenced this pull request May 21, 2026
PeterSu92 pushed a commit that referenced this pull request May 21, 2026
This change adds back the python libraries removed in #322. Rather than adding them to `CONDA_PACKAGES_2`, we create a third conda environment explicitly for python libraries. This keeps the environments more distinct: one for CLI tools, another for samtools (separated due to dependency version conflicts), and a third for python libraries. The python libraries environment is intended to be the user's main python environment, so we should not need to manipulate `PYTHONPATH`. This python libraries environment can either be an existing environment or a new one.

PHP-132843
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants