Skip to content

Conversation

@dmbala
Copy link
Contributor

@dmbala dmbala commented Oct 29, 2025

Description

Checklist

Before submitting this PR, please confirm that you have completed the following:

  • I have read and followed the contributing guidelines.
  • I have checked the submission for spelling and grammatical errors.
  • I have built the JupyterBook locally, and the build was successful.
  • I have linked the related issue in this PR (if applicable).
  • I have checked that all links and references in the book are working.
  • I have ensured that all cross-references are according to the guidelines.
  • I have verified that the new content follows the existing structure and style guidelines.
  • I have tested the changes in both light and dark mode (if applicable).
  • I have reviewed and resolved any warnings or errors shown during the JupyterBook build.
  • I have ensured that images, figures, and tables render correctly and are appropriately captioned.

Related Issues

Notes for Reviewers

Clarified the configuration files for Conda channels and updated the section title.
@dmbala dmbala requested review from Naeemkh, Copilot and mmshad October 29, 2025 16:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a troubleshooting section to the Conda environment documentation to help users resolve package installation issues related to unsupported Anaconda channels on the cluster.

  • Adds a new "Troubleshooting: Unable to Install Packages" section
  • Documents the issue of Anaconda channel not being supported on the cluster
  • Provides steps to verify and fix channel configuration by switching to conda-forge

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


```bash
conda config --remove channels anaconda
conda config --add default_channels conda-forge
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

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

The command conda config --add default_channels is incorrect. The correct parameter is --add channels (without 'default_'). The command should be conda config --add channels conda-forge to add conda-forge to the channels list.

Suggested change
conda config --add default_channels conda-forge
conda config --add channels conda-forge

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

@dmbala dmbala Oct 30, 2025

Choose a reason for hiding this comment

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

copilot suggestion is NOT correct :)

Copy link
Member

@Naeemkh Naeemkh left a comment

Choose a reason for hiding this comment

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

@dmbala, please address the merge conflict. Thanks.

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.

3 participants