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

pip install fails with IOError: [Errno 2] No such file or directory: 'README.md' #3

Open
nbeaver opened this issue Jan 28, 2016 · 7 comments

Comments

@nbeaver
Copy link

nbeaver commented Jan 28, 2016

Full backtrace:

------------------------------------------------------------
/usr/bin/pip run on Wed Jan 27 20:39:11 2016
Downloading/unpacking buckingham
  Getting page https://pypi.python.org/simple/buckingham/
  URLs to search for versions for buckingham:
  * https://pypi.python.org/simple/buckingham/
  Analyzing links from page https://pypi.python.org/simple/buckingham/
    Found link https://pypi.python.org/packages/source/b/buckingham/buckingham-0.1.tar.gz#md5=c941019f7f0f554b94fe8168af0525fe (from https://pypi.python.org/simple/buckingham/), version: 0.1
  Downloading buckingham-0.1.tar.gz
  Downloading from URL https://pypi.python.org/packages/source/b/buckingham/buckingham-0.1.tar.gz#md5=c941019f7f0f554b94fe8168af0525fe (from https://pypi.python.org/simple/buckingham/)
  Running setup.py (path:/tmp/pip-build-L9zFtd/buckingham/setup.py) egg_info for package buckingham
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-L9zFtd/buckingham/setup.py", line 10, in <module>
        long_description=open("README.md").read(),
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/pip-build-L9zFtd/buckingham/setup.py", line 10, in <module>

    long_description=open("README.md").read(),

IOError: [Errno 2] No such file or directory: 'README.md'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-L9zFtd/buckingham
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1230, in prepare_files
    req_to_install.run_egg_info()
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 326, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/usr/lib/python2.7/dist-packages/pip/util.py", line 716, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-L9zFtd/buckingham
@mdipierro
Copy link
Owner

I must have something wrong in setup.py. the READE.md file does not apper to be in egg. Not sure. Will look into it asap. sorry.

@zbeekman
Copy link

zbeekman commented Apr 2, 2017

same issue for me

@nitintt1991
Copy link

I faced the same issue while installing a package. Any help?

@abusizhishen
Copy link

i also faced this issue and need help

@mdipierro
Copy link
Owner

Sorry. Will fix asap.

@AndrewChap
Copy link

This works for me:
pip install git+git://github.com/mdipierro/buckingham.git

However, this module does not appear to work in python3.6. Trying pint in the meantime...

@Phader
Copy link

Phader commented May 22, 2019

Can confirm this issue persists. Will update with a workaround if i find one.

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

7 participants