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

Fix readme.rst typo, to fix python packaging #46

Merged
merged 1 commit into from
Feb 7, 2014
Merged

Fix readme.rst typo, to fix python packaging #46

merged 1 commit into from
Feb 7, 2014

Conversation

dzen
Copy link
Contributor

@dzen dzen commented Feb 3, 2014

This simple typo breaks the packaging.

@lawik
Copy link

lawik commented Feb 3, 2014

I imagine it is this stopping my installation on a Linux server machine but not on my OSX laptop. I'd love to see it fixed.

Getting:
IOError: [Errno 2] No such file or directory: '/bla/bla/bla/env/build/sure/readme.rst'
when installing sure on my way to install lettuce.

@yetty
Copy link

yetty commented Feb 3, 2014

+1

Having the same problem.

@tya
Copy link

tya commented Feb 3, 2014

+1 Having same problem

$ sudo pip install sure
Downloading/unpacking sure
Downloading sure-1.2.4.tar.gz
Running setup.py (path:/tmp/pip_build_root/sure/setup.py) egg_info for package sure
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/sure/setup.py", line 85, in
long_description=local_file('readme.rst'),
File "/tmp/pip_build_root/sure/setup.py", line 73, in
open(os.path.join(os.path.dirname(file), *f)).read()
IOError: [Errno 2] No such file or directory: '/tmp/pip_build_root/sure/readme.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip_build_root/sure/setup.py", line 85, in

long_description=local_file('readme.rst'),

File "/tmp/pip_build_root/sure/setup.py", line 73, in

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

IOError: [Errno 2] No such file or directory: '/tmp/pip_build_root/sure/readme.rst'


Cleaning up...

@tya
Copy link

tya commented Feb 3, 2014

Available work around is to use a previous version

sudo pip install -v sure==1.2.3
....
Successfully installed sure

@AnuragRamdasan
Copy link

This needs to be merged. Installing lettuce causes problem at this point as sure is a dependency.

@ghost
Copy link

ghost commented Feb 4, 2014

+1 same problem

1 similar comment
@ericamador
Copy link

+1 same problem

spulec added a commit to getmoto/moto that referenced this pull request Feb 7, 2014
gabrielfalcao added a commit that referenced this pull request Feb 7, 2014
Fix readme.rst typo, to fix python packaging
@gabrielfalcao gabrielfalcao merged commit 7b51a6d into gabrielfalcao:master Feb 7, 2014
@gabrielfalcao
Copy link
Owner

Done, thank you very much.

I'm sorry for any problems it might have caused to you :)

hltbra pushed a commit to hltbra/moto that referenced this pull request Aug 26, 2014
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

Successfully merging this pull request may close these issues.

None yet

7 participants