-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with installing puppetboard. #163
Comments
Looking at the error log you posted over at voxpupuli/puppetboard#343 This looks to be something with your python setup. From the logs your error is here:
I haven't looked at this module, are you always getting "latest"? Also: https://pypi.python.org/pypi/setuptools/34.1.0 was released on the 29th. |
yes as far as I know. I am running three modules that tie all of this in together. Abstractit/puppet, puppetlabs/puppetdb, puppet/puppetboard and all deps. I have never seen this error before. when I run a new setup of centos 7.2 or 7.3 and yum update. I will install puppetserver and all of the stuff. It has been fine before. I have not changes my process but rather something else has changed maybe? Not sure... |
Not sure why this worked but I changed the fqdn hostname of the puppetdb host to local host. Before it was the fqdn hostname. I still get the error but puppetboard is working. closing the issue. |
The problem is you aren't updating, the problem isn't in puppetboard, it looks to be pip is failing to install setuptools. Here's a really good chain: |
I had to reinstall puppetdb & puppetboard. I have all of my stuff in gitlab. When I tried to reinstall puppetboard I got the below error. The only fix is to copy over /srv/puppetboard from another machine :-(
Notice: /Stage[main]/Puppetboard/Python::Virtualenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]/returns: ValueError: I/O operation on closed file
Error: true && virtualenv --system-site-packages -p python /srv/puppetboard/virtenv-puppetboard && /srv/puppetboard/virtenv-puppetboard/bin/pip wheel --help > /dev/null 2>&1 && { /srv/puppetboard/virtenv-puppetboard/bin/pip wheel --version > /dev/null 2>&1 || wheel_support_flag='--no-use-wheel'; } ; { /srv/puppetboard/virtenv-puppetboard/bin/pip --log /srv/puppetboard/virtenv-puppetboard/pip.log install $wheel_support_flag --upgrade pip setuptools || /srv/puppetboard/virtenv-puppetboard/bin/pip --log /srv/puppetboard/virtenv-puppetboard/pip.log install --upgrade pip setuptools ;} returned 1 instead of one of [0]
pip.txt
The text was updated successfully, but these errors were encountered: