OPENi-ict / api-framework

0 stars 2 forks source link

Call to vimeo repo failing #38

Closed philipobrien closed 10 years ago

philipobrien commented 10 years ago

When the provision script runs sudo pip install -r requirements.txt the process fails with the following error

Downloading/unpacking git+https://github.com/vimeo/vimeo.py.git (from -r requirements.txt (line 25))
  Cloning https://github.com/vimeo/vimeo.py.git to /tmp/pip-WJfTrj-build
  Running setup.py (path:/tmp/pip-WJfTrj-build/setup.py) egg_info for package from     git+https://github.com/vimeo/vimeo.py.git
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-WJfTrj-build/setup.py", line 12, in <module>
        version='.'.join(vimeo.version),
    TypeError: sequence item 0: expected string, int found
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/pip-WJfTrj-build/setup.py", line 12, in <module>

    version='.'.join(vimeo.version),

TypeError: sequence item 0: expected string, int found

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-WJfTrj-build
Storing debug log for failure in /home/vagrant/.pip/pip.log`
romdim commented 10 years ago

There must be a bug in vimeo's library (the latest release). I'm assigning this to Miggi who uses it.

dmccarthy-dev commented 10 years ago

Hi guys, can we set a version number on this vimeo library to one that works or back it out for now please? If you install a fresh version of api framework it doesn't work.