scottrini / OctoPrint-PrusaLevelingGuide

42 stars 7 forks source link

Can't install in Octoprint #26

Closed Devilscave closed 4 years ago

Devilscave commented 4 years ago

i become a error massage

Plugin_Manager_log: 2020-11-08 22:43:04,787 f:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install 'file:///c:/users/devilscave/appdata/local/temp/tmp6tctvf5p/octoprint-prusalevelingguide-master.zip' --no-cache-dir 2020-11-08 22:43:05,766 ! ERROR: Invalid requirement: "'file:///c:/users/devilscave/appdata/local/temp/tmp6tctvf5p/octoprint-prusalevelingguide-master.zip'"

Octoprint Verion : 1.4.2 Python: 3.8.6 pip: 20.4.2

scottrini commented 4 years ago

This is unrelated to this plugin, as this is showing octoprint can't even find the plugin file. It appears you pasted in a "file://" URI into the octoprint install plugin dialog. A file URI actually addresses your local computer and not the pi, so it's not going to be able to find the file.

If you'd like to install the plugin, you can

  1. Use the plugin manager and just click the install icon on this plugin's listing
  2. Download the file locally, then click the upload file button in the dialog to upload it and install.
  3. Provide the correct URL into the URL option in the install dialog: https://github.com/scottrini/OctoPrint-PrusaLevelingGuide/archive/master.zip