responsible-ai-toolbox icon indicating copy to clipboard operation
responsible-ai-toolbox copied to clipboard

responsibleai-text pypi source does not include requirements.txt and LICENSE - needed for conda feedstock

Open rxm7706 opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug

  • https://pypi.org/project/responsibleai-text/#files
  • https://files.pythonhosted.org/packages/0a/a0/8f873573901c9fa9d4c719fa40834361a85972547205507fc70c90bf8150/responsibleai_text-0.2.4.tar.gz

does not include requirements.txt - this is preventing the creation of a conda-feedstock for nlp_feature_extractors

To Reproduce

conda build responsibleai-text using the recipe generated by grayskull pypi responsibleai-text

Stack trace

conda build error

  Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "<pip-setuptools-caller>", line 34, in <module>
    File "/home/xxx/programs/miniconda3/conda-bld/responsibleai-text _1703951978240/work/setup.py", line 12, in <module>
      with open("requirements.txt", "r") as fr:
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Expected behavior LICENSE and requirements.txt should be included in pypi source.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Python version: [e.g. 3.9.12]
  • raiwidgets and responsibleai package versions [e.g. 0.19.0]

To get the package versions please run in your command line:

pip show raiwidgets
pip show responsibleai

Additional context Add any other context about the problem here.

rxm7706 avatar Dec 30 '23 17:12 rxm7706