HumanDynamics / openPDS

openpds.media.mit.edu
MIT License
110 stars 33 forks source link

"cluster" dependency cannot be installed #11

Closed sbalko closed 9 years ago

sbalko commented 9 years ago

Hi,

I just tried to install openPDS, following the instructions as stated in the Wiki. The "cluster" package fails to install for me, complaining about a missing README.rst file. I tried to manually install that dependency, running:

pip install -v cluster

but to no avail:

(pdsEnv)balko@ubuntu:~/dev/pdsEnv$ pip install -v cluster
Downloading/unpacking cluster
  Ignoring link https://pypi.python.org/packages/source/c/cluster/cluster-1.1.1b3.tar.gz#md5=a549edf712328540b08d394c79af2506 (from https://pypi.python.org/simple/cluster/), version 1.1.1b3 is a pre-release (use --pre to allow).
  Using version 1.2.1 (newest of versions: 1.2.1, 1.2.0, 1.1.2)
  Downloading cluster-1.2.1.tar.gz (42kB): 
  Downloading from URL https://pypi.python.org/packages/source/c/cluster/cluster-1.2.1.tar.gz#md5=0134f50d2623dc342c630d53a18e22fe (from https://pypi.python.org/simple/cluster/)
...Downloading cluster-1.2.1.tar.gz (42kB): 42kB downloaded
  Running setup.py (path:/home/balko/dev/pdsEnv/build/cluster/setup.py) egg_info for package cluster
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/balko/dev/pdsEnv/build/cluster/setup.py", line 3, in <module>
        readme_contents = open("README.rst").read()
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/balko/dev/pdsEnv/build/cluster/setup.py", line 3, in <module>

    readme_contents = open("README.rst").read()

IOError: [Errno 2] No such file or directory: 'README.rst'

----------------------------------------
Cleaning up...
  Removing temporary dir /home/balko/dev/pdsEnv/build...
Command python setup.py egg_info failed with error code 1 in /home/balko/dev/pdsEnv/build/cluster
Exception information:
Traceback (most recent call last):
  File "/home/balko/dev/pdsEnv/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/home/balko/dev/pdsEnv/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/home/balko/dev/pdsEnv/local/lib/python2.7/site-packages/pip/req.py", line 1229, in prepare_files
    req_to_install.run_egg_info()
  File "/home/balko/dev/pdsEnv/local/lib/python2.7/site-packages/pip/req.py", line 325, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/home/balko/dev/pdsEnv/local/lib/python2.7/site-packages/pip/util.py", line 697, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /home/balko/dev/pdsEnv/build/cluster

Storing debug log for failure in /home/balko/.pip/pip.log

Any ideas?

Thanks heaps, Soeren

hissohathair commented 9 years ago

Hi Soeren FYI I can't reproduce this. What's your environment look like (Python version; distro; etc) Dan

sbalko commented 9 years ago

Its fixed now

Am 27 Sep 2014 um 8:57 pm schrieb Daniel Austin notifications@github.com:

Hi Soeren FYI I can't reproduce this. What's your environment look like (Python version; distro; etc) Dan

— Reply to this email directly or view it on GitHub.

RogerTangos commented 9 years ago

Yep - that was a problem with cluster. They fixed pip install and now there shouldn't be a problem.