Skip to content
New issue

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

Error using conda #353

Open
BishalT9872 opened this issue Oct 19, 2023 · 2 comments
Open

Error using conda #353

BishalT9872 opened this issue Oct 19, 2023 · 2 comments

Comments

@BishalT9872
Copy link

When I try to use conda to install cytoflow I get following error:
conda install -c bpteague cytoflow
or
conda install -c cytoflow cytoflow
Channels:

  • bpteague
  • cytoflow
  • defaults
  • conda-forge
  • anaconda
    Platform: osx-arm64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • cytoflow

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

@benweinberg89
Copy link

I was able to get cytoflow installed via conda doing this, though I'm having some problems with numpy at the moment:

$ conda create -n cytoflow
$ conda activate cytoflow
$ conda config --env --set subdir osx-64
$ conda install cytoflow

@BishalT9872
Copy link
Author

BishalT9872 commented Oct 25, 2023 via email

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

No branches or pull requests

2 participants