snakemake / snakeface

The snakemake interface, currently works like a notebook (under development)
https://snakeface.readthedocs.io/
Mozilla Public License 2.0
18 stars 6 forks source link

Requirements Dependency not Found in PyPi #14

Closed skchronicles closed 3 years ago

skchronicles commented 3 years ago

django-taggie not found

About

I believe you have a typo for one of the dependencies in your requirements.txt file.

It is erroring out when trying to resolve the following dependency: django-taggie

ERROR: Could not find a version that satisfies the requirement django-taggie
ERROR: No matching distribution found for django-taggie

Resolves Issue

I checked PyPi and I do not saw a package with that name. it looks like this may be a typo. Did you mean to include django-taggit==1.3.0 instead? image

vsoch commented 3 years ago

That's a typo! it should be taggit. Ironically, just as I was typing that I typed "Taggie" again, must be muscle memory!

vsoch commented 3 years ago

And... I did it again in the comment! :laughing: https://github.com/snakemake/snakeface/commit/53ad109cc860137c6c0a3429cf2dc6629ada716a But it should be fixed now in main :)

skchronicles commented 3 years ago

Thanks, I appreciate it!

vsoch commented 3 years ago

Awesome! And thanks for taking a look - this is definitely a work in progress, and we can continue developing when there is more testing and feedback as to how it is now. For example, I think the workflow creation form could be better consolidated into something more dense, and there are a few other issues open (e.g., #13) that will improve functionality greatly.