ELVIS-Project / vis-framework

Thoroughly modern symbolic musical data analysis suite.
http://elvisproject.ca/
31 stars 6 forks source link

'pip install vis-framework' downloads outdated version 2.0.2 instead of 2.1.1 #340

Closed maxalbert closed 9 years ago

maxalbert commented 9 years ago

Not sure why that happens. Also, it complains that "package directory 'outputlilypond' does not exist". Here is the full output in case it is relevant:

Downloading/unpacking vis-framework
  Running setup.py (path:/tmp/pip_build_albert/vis-framework/setup.py) egg_info for package vis-framework

    error: package directory 'outputlilypond' does not exist
    Complete output from command python setup.py egg_info:
    running egg_info

creating pip-egg-info/vis_framework.egg-info

writing requirements to pip-egg-info/vis_framework.egg-info/requires.txt

writing pip-egg-info/vis_framework.egg-info/PKG-INFO

writing top-level names to pip-egg-info/vis_framework.egg-info/top_level.txt

writing dependency_links to pip-egg-info/vis_framework.egg-info/dependency_links.txt

writing manifest file 'pip-egg-info/vis_framework.egg-info/SOURCES.txt'

warning: manifest_maker: standard file '-c' not found

error: package directory 'outputlilypond' does not exist

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_albert/vis-framework
Storing debug log for failure in /tmp/tmp0ZUAzZ
crantila commented 9 years ago

It's because of issue #341. That manifests as two different errors, but they have the same cause, so I'll close this issue. Thanks for reporting!