Skip to content

Issue with conda install of bgwas3 #1

@rarichards

Description

@rarichards

conda install -c g-r-eg bgwas3

bgwas3 make full


Returns:

pkg_resources.DistributionNotFound: The 'bgwas3==1.0' distribution was not found and is required by the application

I'm not sure what caused it. Potentially an issue with the OS installation of Python or the conda package. This was resolved with a manual installation with Python 3.8:

  1. conda create -n bgwas3 python=3.8
  2. Install dependencies.
  3. Install bgwas3:

    git clone https://github.com/gregoryleeman/bgwas3.git

    cd bgwas3

    pip install .

    cd ..

    bgwas3 --help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions