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

Installation Failed #15

Open
goddard82 opened this issue Aug 25, 2021 · 1 comment
Open

Installation Failed #15

goddard82 opened this issue Aug 25, 2021 · 1 comment

Comments

@goddard82
Copy link

when trying to install via pipenv install git+https://github.com/jldiaz/mkdocs-plugin-tags.git the Installation Fails.

No other info is returned other than "Installation Failed".

@jldiaz
Copy link
Owner

jldiaz commented Sep 2, 2021

In fact, in the line previous to that error, this is shown:

WARNING: pipenv requires an #egg fragment for version controlled dependencies. Please install remote dependency in the form git+https://github.com/jldiaz/mkdocs-plugin-tags.git#egg=<package-name>.

which was the key for finding the solution. For pipenv you have to use the following url:

pipenv install git+https://github.com/jldiaz/mkdocs-plugin-tags.git#egg=tags-macros-plugin

Using that syntax I was successful. If you confirm that it worked for you too, I can close this issue.

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