Opened 10 years ago
Closed 10 years ago
#1353 closed defect (fixed)
EOxServer failing to install
Reported by: | kalxas | Owned by: | |
---|---|---|---|
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 , 10 years ago
Keywords: | EOxServer added |
---|
comment:3 by , 10 years ago
Debian package completed.
https://launchpad.net/~osgeolive/+archive/ubuntu/nightly/+sourcepub/4318658/+listing-archive-extra
comment:4 by , 10 years ago
Priority: | critical → major |
---|
Installation script updated using Debian package in [11613]. Hopefully fixed.
comment:5 by , 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 , 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 , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing, correct functioning confirmed with build 11659.
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