Opened 10 years ago

Closed 10 years ago

#1353 closed defect (fixed)

EOxServer failing to install

Reported by: kalxas Owned by: live-demo@…
Priority: major Milestone: OSGeoLive8.0
Component: OSGeoLive Keywords: EOxServer
Cc: live-demo@…

Description

Downloading/unpacking eoxserver==0.3.2

Running setup.py (path:/tmp/pip_build_root/eoxserver/setup.py) egg_info for package eoxserver

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'

warnings.warn(msg)

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'

warnings.warn(msg)

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'

warnings.warn(msg)

usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help

error: invalid command 'egg_info' Complete output from command python setup.py egg_info: /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'

Change history (7)

comment:1 by hamish, 10 years ago

Keywords: EOxServer added

please do not use pip-install. make a deb instead, it is very easy. see pypi-install in install_tilemill.sh for an example.

thanks, Hamish

comment:4 by kalxas, 10 years ago

Priority: criticalmajor

Installation script updated using Debian package in [11613]. Hopefully fixed.

comment:5 by kalxas, 10 years ago

Debian package of eoxserver confirmed to be working. Now we need to fix the installer and test with django 1.6

comment:6 by schpidi, 10 years ago

Adjusted install script to Apache 2.4 with r11654. Django 1.6 doesn't seem to be a problem. Needs final checking though

comment:7 by schpidi, 10 years ago

Resolution: fixed
Status: newclosed

Closing, correct functioning confirmed with build 11659.

Note: See TracTickets for help on using tickets.