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

Dev installation command line instruction has type-o and importlib-metadata incompatible version number #154

Open
danejo3 opened this issue Sep 26, 2022 · 2 comments

Comments

@danejo3
Copy link
Collaborator

danejo3 commented Sep 26, 2022

In the installation docs, under Development quick start, you'll see this.

conda create --new microhapulator python=3.8 flash bwa samtools fastqc

Need to replace --new to either -n or --name.

Also, when I run, make devdeps, I run into dependency error. (See the screen shot below.)

image

@danejo3 danejo3 changed the title Dev installation command line instruction has type-o and need to version pin importlib-metadata Dev installation command line instruction has type-o and importlib-metadata downgrading Sep 26, 2022
@danejo3 danejo3 changed the title Dev installation command line instruction has type-o and importlib-metadata downgrading Dev installation command line instruction has type-o and importlib-metadata incompatible version number Sep 26, 2022
@standage
Copy link
Member

standage commented Sep 26, 2022

Thanks for the report. I don't really understand the conflicts. I'll clean this up, but in the mean time, you could try copying and pasting the devdeps dependencies from the Makefile to a conda install command.

@standage
Copy link
Member

I forgot you had reported this already. I did a bit of troubleshooting in #156 (comment), and I have (what I hope is) a temporary solution to the compatibility issue. I'll leave this thread open in the mean time.

And whoops, documentation typo fix didn't make it into this bugfix release!

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