Suor/funcy

Installation from pypi via pip fails (Python 2.x)

Closed this issue · 2 comments

See:

$ pip install funcy
Downloading/unpacking funcy
  Downloading funcy-0.5.5.tar.gz
  Running setup.py egg_info for package funcy
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/Users/xxx/.virtualenvs/ccav/build/funcy/setup.py", line 5, in <module>
        version=open('VERSION').read().strip(),
    IOError: [Errno 2] No such file or directory: 'VERSION'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/Users/xxx/.virtualenvs/ccav/build/funcy/setup.py", line 5, in <module>

    version=open('VERSION').read().strip(),

IOError: [Errno 2] No such file or directory: 'VERSION'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /Users/xxx/.virtualenvs/ccav/build/funcy
Storing complete log in /Users/xxx/.pip/pip.log
Suor commented

Sorry, broken dist in 0.5.5. Should work now in 0.5.6.

Thanks! For now I've started using functionally as an alternative. I'll try funcy again soon. I haven't decided on which I like better yet! fp, fn, funcy or functionally ;)