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

Requirements Dependency not Found in PyPi #14

Closed
skchronicles opened this issue Feb 10, 2021 · 4 comments
Closed

Requirements Dependency not Found in PyPi #14

skchronicles opened this issue Feb 10, 2021 · 4 comments

Comments

@skchronicles
Copy link

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
Copy link
Collaborator

vsoch commented Feb 10, 2021

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

@vsoch
Copy link
Collaborator

vsoch commented Feb 10, 2021

And... I did it again in the comment! 😆 53ad109 But it should be fixed now in main :)

@skchronicles
Copy link
Author

Thanks, I appreciate it!

@vsoch
Copy link
Collaborator

vsoch commented Feb 10, 2021

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.

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