You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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".
The text was updated successfully, but these errors were encountered: