We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error I am getting is this -
akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda create -n cnv Collecting package metadata (current_repodata.json): done Solving environment: done
-## Package Plan ##
environment location: /Users/akhileshmishra/miniconda3/envs/cnv
Proceed ([y]/n)? y
Preparing transaction: done Verifying transaction: done Executing transaction: done
-# To activate this environment, use -# -# $ conda activate cnv -# -# To deactivate an active environment, use -# -# $ conda deactivate
akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda activate cnv (cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % python --version Python 3.9.10 (cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda --version conda 4.13.0 (cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda install -c bioconda -c conda-forge cnv_facets Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
and use the search bar at the top of the page.
It looks like cnv_facets is not there in bioconda environment. Please help me in installation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error I am getting is this -
akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda create -n cnv
Collecting package metadata (current_repodata.json): done
Solving environment: done
-## Package Plan ##
environment location: /Users/akhileshmishra/miniconda3/envs/cnv
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
-# To activate this environment, use
-#
-# $ conda activate cnv
-#
-# To deactivate an active environment, use
-#
-# $ conda deactivate
akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda activate cnv
(cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % python --version
Python 3.9.10
(cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda --version
conda 4.13.0
(cnv) akhileshmishra@IMS-549548-IN-AMIRSHRA-iMac-27 ~ % conda install -c bioconda -c conda-forge cnv_facets
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
It looks like cnv_facets is not there in bioconda environment. Please help me in installation.
The text was updated successfully, but these errors were encountered: