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

Not able to install the plugin #1

Open
sanchos opened this issue Dec 16, 2022 · 4 comments
Open

Not able to install the plugin #1

sanchos opened this issue Dec 16, 2022 · 4 comments

Comments

@sanchos
Copy link

sanchos commented Dec 16, 2022

When trying to install via pip installation process finishing with error:

pip install pytest-ads-testplan


Collecting pytest-ads-testplan
  Using cached pytest-ads-testplan-0.0.4.tar.gz (18 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/private/var/folders/32/txr_60b150q2_g04bch2nctm0000gn/T/pip-install-oqwdq0ei/pytest-ads-testplan_ebe755c47389434588da2703ba4b4ae5/setup.py", line 7, in <module>
          with open('requirements.txt','r') as r:
      FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.

@aronpaljakab
Copy link

I am facing the same issue when using the pip install command. Locally I could install the project using the setup.py, however, not in Azure Pipeline...

@rouzbeh
Copy link

rouzbeh commented Oct 24, 2023

Same thing here

@ErmolovaIrina
Copy link

So far, nothing change

@ahmedsza
Copy link

Same issue. not yet 100% but I was able to take this repo - and then publish it as a package in azure artefacts, then install the pip package from azure artefacts in the pipeline- that seems to be working. Not sure why the published version is not working..

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

5 participants