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

Installing sure 1.2.4 with venv fails #45

Closed
kairichard opened this issue Feb 2, 2014 · 6 comments
Closed

Installing sure 1.2.4 with venv fails #45

kairichard opened this issue Feb 2, 2014 · 6 comments

Comments

@kairichard
Copy link

Downloading sure-1.2.4.tar.gz
  Downloading from URL https://pypi.python.org/packages/source/s/sure/sure-1.2.4.tar.gz#md5=80fed9300942779ef942e3ccecc0c33d (from https://pypi.python.org/simple/sure/)
  Running setup.py (path:/path/venv-latest/build/sure/setup.py) egg_info for package sure
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/path/venv-latest/build/sure/setup.py", line 85, in <module>
        long_description=local_file('readme.rst'),
      File "/path/venv-latest/build/sure/setup.py", line 73, in <lambda>
        open(os.path.join(os.path.dirname(__file__), *f)).read()
    IOError: [Errno 2] No such file or directory: u'/path/venv-latest/build/sure/readme.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/path/venv-latest/build/sure/setup.py", line 85, in <module>

    long_description=local_file('readme.rst'),

  File "/path/venv-latest/build/sure/setup.py", line 73, in <lambda>

    open(os.path.join(os.path.dirname(__file__), *f)).read()

IOError: [Errno 2] No such file or directory: u'/path/venv-latest/build/sure/readme.rst'
@omab
Copy link

omab commented Feb 3, 2014

Same issue here, looks like a typo in setup.py which should read README.rst instead?

@jbpotonnier
Copy link

+1
Our build is broken because of this

@lawik
Copy link

lawik commented Feb 3, 2014

Is this the same as #46 or are there two odd typos? This is holding me back from setting up lettuce for a project :/

@awestendorf
Copy link

Same problem over here, CI busted with the latest release

@geetarista
Copy link

👍 CI builds failing. Had to revert to 1.2.3 for now.

@gabrielfalcao
Copy link
Owner

I just released 1.2.5, it should be fine :)

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

8 participants