joaopalotti / trectools

A simple toolkit to process TREC files in Python.
https://pypi.python.org/pypi/trectools
BSD 3-Clause "New" or "Revised" License
167 stars 31 forks source link

pip install fails "No such file or directory: 'README.md'" #8

Closed binshengliu closed 5 years ago

binshengliu commented 5 years ago
$ pip install trectools                                                                                                        (py3)  Wed May  8 15:45:19 2019
Collecting trectools
  Using cached https://files.pythonhosted.org/packages/34/f2/a2b7238f45ebf9ce616c2ff50c822372f47962b0c98511c2cd251d1948b2/trectools-0.0.38.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-wh2iivbh/trectools/setup.py", line 30, in <module>
        long_description=open('README.md').read()
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-wh2iivbh/trectools/

I can install with pip install git+https://github.com/joaopalotti/trec_tools.git or pip install trectools==0.0.37

joaopalotti commented 5 years ago

Thanks for using our tool and reporting this problem, @binshengliu. It has been fixed now, you can install it using pip again. Please let me know if you have any other issue installing or using it.

Best, Joao