Ich habe gerade den Filamentmanager versucht zu installieren, bekomme aber eine Fehlermeldung. Ich habe leider keine Ahnung, was die Ursache dafür sein könnte, bzw. wie ich das löse.
Link to gcode file
2018-01-10 07:28:30,422 /home/pi/oprint/bin/python -m pip install https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip
2018-01-10 07:28:42,519 > Collecting https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip
2018-01-10 07:28:44,565 > Downloading https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip
2018-01-10 07:29:00,063 > Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg (from OctoPrint-FilamentManager==0.5.1)
2018-01-10 07:29:01,571 > Requirement already satisfied: backports.csv<1.1,>=1.0.5 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint-FilamentManager==0.5.1)
2018-01-10 07:29:04,592 > Collecting SQLAlchemy<1.2,>=1.1.15 (from OctoPrint-FilamentManager==0.5.1)
2018-01-10 07:29:08,925 > Using cached SQLAlchemy-1.1.15.tar.gz
2018-01-10 07:29:34,974 > Collecting psycopg2<2.8,>=2.7.3 (from OctoPrint-FilamentManager==0.5.1)
2018-01-10 07:29:37,452 > Using cached psycopg2-2.7.3.2.tar.gz
2018-01-10 07:29:45,483 > Complete output from command python setup.py egg_info:
2018-01-10 07:29:45,490 > running egg_info
2018-01-10 07:29:45,493 > creating pip-egg-info/psycopg2.egg-info
2018-01-10 07:29:45,500 > writing pip-egg-info/psycopg2.egg-info/PKG-INFO
2018-01-10 07:29:45,504 > writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
2018-01-10 07:29:45,508 > writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
2018-01-10 07:29:45,511 > writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
2018-01-10 07:29:45,514 > warning: manifest_maker: standard file '-c' not found
2018-01-10 07:29:45,523 >
2018-01-10 07:29:45,524 > Error: pg_config executable not found.
2018-01-10 07:29:45,531 >
2018-01-10 07:29:45,535 > Please add the directory containing pg_config to the PATH
2018-01-10 07:29:45,542 > or specify the full executable path with the option:
2018-01-10 07:29:45,545 >
2018-01-10 07:29:45,551 > python setup.py build_ext --pg-config /path/to/pg_config build ...
2018-01-10 07:29:45,554 >
2018-01-10 07:29:45,562 > or with the pg_config option in 'setup.cfg'.
2018-01-10 07:29:45,572 >
2018-01-10 07:29:45,582 > ----------------------------------------
2018-01-10 07:29:46,414 ! Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-QvwWx1/psycopg2/
Guten Morgen
Ich habe gerade den Filamentmanager versucht zu installieren, bekomme aber eine Fehlermeldung. Ich habe leider keine Ahnung, was die Ursache dafür sein könnte, bzw. wie ich das löse.
Link to gcode file
2018-01-10 07:28:30,422 /home/pi/oprint/bin/python -m pip install https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip 2018-01-10 07:28:42,519 > Collecting https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip 2018-01-10 07:28:44,565 > Downloading https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/master.zip 2018-01-10 07:29:00,063 > Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.6-py2.7.egg (from OctoPrint-FilamentManager==0.5.1) 2018-01-10 07:29:01,571 > Requirement already satisfied: backports.csv<1.1,>=1.0.5 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint-FilamentManager==0.5.1) 2018-01-10 07:29:04,592 > Collecting SQLAlchemy<1.2,>=1.1.15 (from OctoPrint-FilamentManager==0.5.1) 2018-01-10 07:29:08,925 > Using cached SQLAlchemy-1.1.15.tar.gz 2018-01-10 07:29:34,974 > Collecting psycopg2<2.8,>=2.7.3 (from OctoPrint-FilamentManager==0.5.1) 2018-01-10 07:29:37,452 > Using cached psycopg2-2.7.3.2.tar.gz 2018-01-10 07:29:45,483 > Complete output from command python setup.py egg_info: 2018-01-10 07:29:45,490 > running egg_info 2018-01-10 07:29:45,493 > creating pip-egg-info/psycopg2.egg-info 2018-01-10 07:29:45,500 > writing pip-egg-info/psycopg2.egg-info/PKG-INFO 2018-01-10 07:29:45,504 > writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt 2018-01-10 07:29:45,508 > writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt 2018-01-10 07:29:45,511 > writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt' 2018-01-10 07:29:45,514 > warning: manifest_maker: standard file '-c' not found 2018-01-10 07:29:45,523 > 2018-01-10 07:29:45,524 > Error: pg_config executable not found. 2018-01-10 07:29:45,531 > 2018-01-10 07:29:45,535 > Please add the directory containing pg_config to the PATH 2018-01-10 07:29:45,542 > or specify the full executable path with the option: 2018-01-10 07:29:45,545 > 2018-01-10 07:29:45,551 > python setup.py build_ext --pg-config /path/to/pg_config build ... 2018-01-10 07:29:45,554 > 2018-01-10 07:29:45,562 > or with the pg_config option in 'setup.cfg'. 2018-01-10 07:29:45,572 > 2018-01-10 07:29:45,582 > ---------------------------------------- 2018-01-10 07:29:46,414 ! Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-QvwWx1/psycopg2/