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

nlp-feature-extractors pypi source does not include requirements.txt and LICENSE - needed for conda feedstock #2479

Open
rxm7706 opened this issue Dec 30, 2023 · 0 comments

Comments

@rxm7706
Copy link
Contributor

rxm7706 commented Dec 30, 2023

Describe the bug

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

To Reproduce

conda build nlp-feature-extractors using the recipe generated by grayskull pypi nlp-feature-extractors

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/nlp-feature-extractors_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.

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

1 participant