Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails on python3.4 #9

Open
alexcouper opened this issue Aug 2, 2015 · 1 comment
Open

Install fails on python3.4 #9

alexcouper opened this issue Aug 2, 2015 · 1 comment

Comments

@alexcouper
Copy link
Collaborator

$ pip install ep
Collecting ep
  Downloading ep-0.1.6.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/private/var/folders/6b/ql76gbpn0wz53q4hl2bxg6lw0000gn/T/pip-build-g88l0eua/ep/setup.py", line 10, in <module>
        runtime_dependencies = Python.read_requirements('requirements/runtime.txt')
      File "/private/var/folders/6b/ql76gbpn0wz53q4hl2bxg6lw0000gn/T/pip-build-g88l0eua/ep/ep/python.py", line 73, in read_requirements
        with open(filename, 'r') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements/runtime.txt'
@txels
Copy link
Owner

txels commented Aug 3, 2015

Fixed in 0.1.8 - in particular here - source distribution did not include requirements files, and apparently I had always been testing a 2.7 binary distribution for osx so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants