maocypher / Octoprint-Smart-Filament-Sensor

OctoPrint plugin that lets integrate Smart Filament Sensors like BigTreeTechs SmartFilamentSensor directly to RaspberryPi GPIO pins.
GNU General Public License v3.0
13 stars 20 forks source link

Install error #32

Open jwnolte350 opened 3 years ago

jwnolte350 commented 3 years ago

Receiving the following Install error, I do not sure I understand the error. I am doing a fresh install today on a newly formatted laptop.

ERROR: Command errored out with exit status 4294967295: command: 'c:\users\jwnol\appdata\local\programs\python\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\jwnol\AppData\Local\Temp\pip-req-build-3db6qpcz\setup.py'"'"'; file='"'"'C:\Users\jwnol\AppData\Local\Temp\pip-req-build-3db6qpcz\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\jwnol\AppData\Local\Temp\pip-pip-egg-info-qcxqxs56' cwd: C:\Users\jwnol\AppData\Local\Temp\pip-req-build-3db6qpcz\ Complete output (1 lines): Could not import OctoPrint's setuptools, are you sure you are running that under the same python installation that OctoPrint is installed under?

ERROR: Command errored out with exit status 4294967295: python setup.py egg_info Check the logs for full command output.

maocypher commented 3 years ago

Hi, is this about installing octoprint on Windows or the plugin in octoprint.

The plugin is only supported for Linux