mskcc / cmo

Command-line tools for data analysts at the CMO
GNU General Public License v2.0
7 stars 13 forks source link

Unable to install #14

Closed hisplan closed 7 years ago

hisplan commented 7 years ago

An attempt to install cmo on a fresh Linux box fails with the following message:

File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 230, in finalize_options
'dist_version': self.distribution.get_version(),
File "/tmp/easy_install-DatdNK/python-daemon-2.1.2/version.py", line 656, in get_version
File "/tmp/easy_install-DatdNK/python-daemon-2.1.2/version.py", line 651, in get_version_info
File "/tmp/easy_install-DatdNK/python-daemon-2.1.2/version.py", line 552, in get_changelog_path
File "/usr/lib64/python2.7/posixpath.py", line 129, in dirname
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'

This seems something to do with python-daemon.

hisplan commented 7 years ago

The interim solution was to install python-daemon first via pip.

lordzappo commented 7 years ago

the latest version of python-daemon is broken for its get_version call.

On Mon, Mar 6, 2017 at 4:36 PM, Jaeyoung Chun notifications@github.com wrote:

The interim solution was to install python-daemon first via pip.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mskcc/cmo/issues/14#issuecomment-284540742, or mute the thread https://github.com/notifications/unsubscribe-auth/ABX7-vjcNoZu3WL8aeYDDfIDAf6Y_H0Gks5rjHxTgaJpZM4MUuf_ .

hisplan commented 7 years ago

Chris fixed this issue. Closing this.