gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

Home Page:https://gethomepage.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Docs fail to install?

karl0ss opened this issue · comments

Description

Following the guide on the readme, I can't get the docs to install locally

Steps to reproduce

pip install -r requirements.txt
Collecting mkdocs-material@ git+https://github.com/benphelps/mkdocs-material-insiders.git@bcad61c278491d58e74c39e164b821cec795c161
  Cloning https://github.com/benphelps/mkdocs-material-insiders.git (to revision bcad61c278491d58e74c39e164b821cec795c161) to c:\users\karl.hudgell\appdata\local\temp\pip-install-jpuo5lw2\mkdocs-material_2bf4a23aa4a84dcbaf2229d99db553b4
  Running command git clone --filter=blob:none --quiet https://github.com/benphelps/mkdocs-material-insiders.git 'C:\Users\Karl.Hudgell\AppData\Local\Temp\pip-install-jpuo5lw2\mkdocs-material_2bf4a23aa4a84dcbaf2229d99db553b4'
  remote: Repository not found.
  fatal: repository 'https://github.com/benphelps/mkdocs-material-insiders.git/' not found
  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet https://github.com/benphelps/mkdocs-material-insiders.git 'C:\Users\Karl.Hudgell\AppData\Local\Temp\pip-install-jpuo5lw2\mkdocs-material_2bf4a23aa4a84dcbaf2229d99db553b4' did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/benphelps/mkdocs-material-insiders.git 'C:\Users\Karl.Hudgell\AppData\Local\Temp\pip-install-jpuo5lw2\mkdocs-material_2bf4a23aa4a84dcbaf2229d99db553b4' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip available: 22.2.2 -> 23.3.2       
[notice] To update, run: python.exe -m pip install --upgrade pip
PS C:\Users\Karl.Hudgell\Documents\HomeCode\homepage-karl> 

homepage version

0.8.4

Installation method

Source

Configuration

No response

Container Logs

No response

Browser Logs

No response

Troubleshooting

N/A

Other

No response

Before submitting, I have made sure to

Its due to mkdocs insiders

How can I go about making updates to the docs for now?

I pushed a change to requirements.txt that should let you pip install

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.